Add licence and document a bit some files.

This commit is contained in:
Romuald Conty 2011-03-30 09:39:08 +00:00
parent fb93023401
commit d72d5c536e
3 changed files with 34 additions and 0 deletions

View file

@ -17,6 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/> * along with this program. If not, see <http://www.gnu.org/licenses/>
*/ */
/**
* @file iso7816.h
* @brief Defines some macros extracted for ISO/IEC 7816-4
*/
#ifndef __LIBNFC_ISO7816_H__ #ifndef __LIBNFC_ISO7816_H__
#define __LIBNFC_ISO7816_H__ #define __LIBNFC_ISO7816_H__

View file

@ -1,3 +1,27 @@
/*-
* Public platform independent Near Field Communication (NFC) library
*
* Copyright (C) 2011, Romain Tartière, Romuald Conty
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @file nfc-device.c
* @brief Provide internal function to manipulate nfc_device_t type
*/
/* vim:set et sw=2 ts=2: */ /* vim:set et sw=2 ts=2: */
#include <stdlib.h> #include <stdlib.h>

View file

@ -17,6 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/> * along with this program. If not, see <http://www.gnu.org/licenses/>
*/ */
/**
* @file nfc-emulate.c
* @brief Provide a small API to ease emulation in libnfc
*/
#include <nfc/nfc.h> #include <nfc/nfc.h>
#include <nfc/nfc-emulation.h> #include <nfc/nfc-emulation.h>