From 3a0d05d15a6cfbd8300114d4012dbccd7cf61227 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 7 Apr 2010 14:47:53 +0000 Subject: [PATCH] Minor headers ajustments. --- libnfc/chips.h | 9 +++++---- libnfc/chips/pn53x.h | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/libnfc/chips.h b/libnfc/chips.h index 221b46e..ba0e3ca 100644 --- a/libnfc/chips.h +++ b/libnfc/chips.h @@ -1,7 +1,7 @@ -/** +/*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult + * Copyright (C) 2009, 2010, Roel Verdult, 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 @@ -15,8 +15,9 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see - * - * + */ + +/** * @file chips.h * @brief NFC chips header */ diff --git a/libnfc/chips/pn53x.h b/libnfc/chips/pn53x.h index 375ee8f..fc64d9e 100644 --- a/libnfc/chips/pn53x.h +++ b/libnfc/chips/pn53x.h @@ -1,4 +1,4 @@ -/** +/*- * Public platform independent Near Field Communication (NFC) library * * Copyright (C) 2009, Roel Verdult @@ -15,8 +15,9 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see - * - * + */ + +/** * @file pn53x.h * @brief PN531, PN532 and PN533 common functions */