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 */