From 9afa3c659891d713db3fe3e166573f975f6379cb Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Sun, 21 Oct 2012 14:09:16 +0000 Subject: [PATCH] Use copyright format recommended by GNU project. http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html --- contrib/win32/sys/select.h | 2 +- contrib/win32/unistd.h | 2 +- contrib/windows.h | 4 ++-- examples/nfc-anticol.c | 2 +- examples/nfc-dep-initiator.c | 4 ++-- examples/nfc-dep-target.c | 4 ++-- examples/nfc-emulate-forum-tag2.c | 2 +- examples/nfc-emulate-tag.c | 2 +- examples/nfc-emulate-uid.c | 4 ++-- examples/nfc-mfsetuid.c | 4 ++-- examples/nfc-poll.c | 4 ++-- examples/nfc-relay.c | 4 ++-- examples/pn53x-diagnose.c | 4 +--- examples/pn53x-sam.c | 2 +- examples/pn53x-tamashell.c | 2 +- include/nfc/nfc-emulation.h | 3 ++- include/nfc/nfc-types.h | 6 +++--- include/nfc/nfc.h | 4 ++-- libnfc/buses/uart.c | 3 ++- libnfc/buses/uart.h | 6 +++--- libnfc/buses/uart_posix.c | 6 +++--- libnfc/buses/uart_win32.c | 3 ++- libnfc/chips/pn53x-internal.h | 3 ++- libnfc/chips/pn53x.c | 8 +++----- libnfc/chips/pn53x.h | 6 +++--- libnfc/drivers.h | 5 +++-- libnfc/drivers/acr122_pcsc.c | 6 +++--- libnfc/drivers/acr122_pcsc.h | 6 +++--- libnfc/drivers/acr122_usb.c | 6 +++--- libnfc/drivers/acr122_usb.h | 4 ++-- libnfc/drivers/acr122s.c | 2 +- libnfc/drivers/acr122s.h | 2 +- libnfc/drivers/arygon.c | 8 +++----- libnfc/drivers/arygon.h | 6 +++--- libnfc/drivers/pn532_uart.c | 7 +++---- libnfc/drivers/pn532_uart.h | 5 +++-- libnfc/drivers/pn53x_usb.c | 6 +++--- libnfc/drivers/pn53x_usb.h | 4 ++-- libnfc/iso14443-subr.c | 2 +- libnfc/iso7816.h | 3 ++- libnfc/log-printf.c | 3 ++- libnfc/log.h | 3 ++- libnfc/mirror-subr.c | 2 +- libnfc/mirror-subr.h | 2 +- libnfc/nfc-device.c | 5 ++--- libnfc/nfc-emulation.c | 3 ++- libnfc/nfc-internal.c | 2 +- libnfc/nfc-internal.h | 3 ++- libnfc/nfc.c | 6 +++--- libnfc/target-subr.c | 6 +++--- libnfc/target-subr.h | 6 +++--- utils/mifare.c | 5 +++-- utils/mifare.h | 5 +++-- utils/nfc-emulate-forum-tag4.c | 5 +++-- utils/nfc-list.c | 5 +++-- utils/nfc-mfclassic.c | 7 ++++--- utils/nfc-mfultralight.c | 4 ++-- utils/nfc-probe.c | 6 +++--- utils/nfc-read-forum-tag3.c | 2 +- utils/nfc-relay-picc.c | 2 +- utils/nfc-utils.c | 6 +++--- utils/nfc-utils.h | 5 +++-- 62 files changed, 134 insertions(+), 125 deletions(-) diff --git a/contrib/win32/sys/select.h b/contrib/win32/sys/select.h index d339c78..6016f79 100644 --- a/contrib/win32/sys/select.h +++ b/contrib/win32/sys/select.h @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty + * Copyright (C) 2011 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 diff --git a/contrib/win32/unistd.h b/contrib/win32/unistd.h index 83207f5..47b1af5 100644 --- a/contrib/win32/unistd.h +++ b/contrib/win32/unistd.h @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty + * Copyright (C) 2011 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 diff --git a/contrib/windows.h b/contrib/windows.h index 1af76f4..c54e5a5 100644 --- a/contrib/windows.h +++ b/contrib/windows.h @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2010, Romuald Conty - * Copyright (C) 2011, Glenn Ergeerts + * Copyright (C) 2010 Romuald Conty + * Copyright (C) 2011 Glenn Ergeerts * * 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 diff --git a/examples/nfc-anticol.c b/examples/nfc-anticol.c index 9a8bac0..8d6921f 100644 --- a/examples/nfc-anticol.c +++ b/examples/nfc-anticol.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult + * Copyright (C) 2009 Roel Verdult * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-dep-initiator.c b/examples/nfc-dep-initiator.c index 710ec86..5be6383 100644 --- a/examples/nfc-dep-initiator.c +++ b/examples/nfc-dep-initiator.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-dep-target.c b/examples/nfc-dep-target.c index 9a2829e..4a86222 100644 --- a/examples/nfc-dep-target.c +++ b/examples/nfc-dep-target.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-emulate-forum-tag2.c b/examples/nfc-emulate-forum-tag2.c index 40e516f..78e2d66 100644 --- a/examples/nfc-emulate-forum-tag2.c +++ b/examples/nfc-emulate-forum-tag2.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2011, Romuald Conty + * Copyright (C) 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-emulate-tag.c b/examples/nfc-emulate-tag.c index f5a11f3..a616ca5 100644 --- a/examples/nfc-emulate-tag.c +++ b/examples/nfc-emulate-tag.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-emulate-uid.c b/examples/nfc-emulate-uid.c index 546f65b..485ac35 100644 --- a/examples/nfc-emulate-uid.c +++ b/examples/nfc-emulate-uid.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-mfsetuid.c b/examples/nfc-mfsetuid.c index 8a207f8..d1b5b14 100644 --- a/examples/nfc-mfsetuid.c +++ b/examples/nfc-mfsetuid.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Adam Laurie + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Adam Laurie * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-poll.c b/examples/nfc-poll.c index 2f09759..71bdf75 100644 --- a/examples/nfc-poll.c +++ b/examples/nfc-poll.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Romuald Conty - * Copyright (C) 2011, Romain Tartiere, Romuald Conty + * Copyright (C) 2011 Romain Tartiere + * Copyright (C) 2010, 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/nfc-relay.c b/examples/nfc-relay.c index a20dd9c..be30585 100644 --- a/examples/nfc-relay.c +++ b/examples/nfc-relay.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/pn53x-diagnose.c b/examples/pn53x-diagnose.c index 97dfa9a..d16fea1 100644 --- a/examples/pn53x-diagnose.c +++ b/examples/pn53x-diagnose.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -32,8 +32,6 @@ * @brief Small application to diagnose PN53x using dedicated commands */ -/* vim:set ts=2 sw=2 et: */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif // HAVE_CONFIG_H diff --git a/examples/pn53x-sam.c b/examples/pn53x-sam.c index fb530bf..0e1d796 100644 --- a/examples/pn53x-sam.c +++ b/examples/pn53x-sam.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Emanuele Bertoldi + * Copyright (C) 2010 Emanuele Bertoldi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/pn53x-tamashell.c b/examples/pn53x-tamashell.c index f594eb4..1a6ede6 100644 --- a/examples/pn53x-tamashell.c +++ b/examples/pn53x-tamashell.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/nfc/nfc-emulation.h b/include/nfc/nfc-emulation.h index 70ea375..1a8576f 100644 --- a/include/nfc/nfc-emulation.h +++ b/include/nfc/nfc-emulation.h @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/include/nfc/nfc-types.h b/include/nfc/nfc-types.h index 0799c0f..514e207 100644 --- a/include/nfc/nfc-types.h +++ b/include/nfc/nfc-types.h @@ -1,9 +1,9 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romain Tartière, Romuald Conty - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 diff --git a/include/nfc/nfc.h b/include/nfc/nfc.h index 159307b..fe78f84 100644 --- a/include/nfc/nfc.h +++ b/include/nfc/nfc.h @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010-2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2009, 2010, 2011, 2012 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 diff --git a/libnfc/buses/uart.c b/libnfc/buses/uart.c index eead562..274deb9 100644 --- a/libnfc/buses/uart.c +++ b/libnfc/buses/uart.c @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, 2010, Roel Verdult, Romuald Conty + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2009, 2010 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 diff --git a/libnfc/buses/uart.h b/libnfc/buses/uart.h index 89b196e..bb056e6 100644 --- a/libnfc/buses/uart.h +++ b/libnfc/buses/uart.h @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult, Romuald Conty - * Copyright (C) 2010, Roel Verdult, Romuald Conty - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011 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 diff --git a/libnfc/buses/uart_posix.c b/libnfc/buses/uart_posix.c index f1131ee..133e428 100644 --- a/libnfc/buses/uart_posix.c +++ b/libnfc/buses/uart_posix.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009-2011, Roel Verdult - * Copyright (C) 2009-2012, Romuald Conty - * Copyright (C) 2011, Romain Tartière + * Copyright (C) 2009, 2010, 2011 Roel Verdult + * Copyright (C) 2009, 2010, 2011, 2012 Romuald Conty + * Copyright (C) 2011 Romain Tartière * * 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 diff --git a/libnfc/buses/uart_win32.c b/libnfc/buses/uart_win32.c index 0052e82..962fd4a 100644 --- a/libnfc/buses/uart_win32.c +++ b/libnfc/buses/uart_win32.c @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, 2010, Roel Verdult, Romuald Conty + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2009, 2010 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 diff --git a/libnfc/chips/pn53x-internal.h b/libnfc/chips/pn53x-internal.h index 2b0504d..debbc27 100644 --- a/libnfc/chips/pn53x-internal.h +++ b/libnfc/chips/pn53x-internal.h @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 976bc7c..1fa5ce2 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult, Romuald Conty - * Copyright (C) 2010, Roel Verdult, Romuald Conty, Romain Tartière - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011 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 @@ -24,8 +24,6 @@ * @brief PN531, PN532 and PN533 common functions */ -/* vim:set ts=2 sw=2 et: */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif // HAVE_CONFIG_H diff --git a/libnfc/chips/pn53x.h b/libnfc/chips/pn53x.h index 999b83d..d03688f 100644 --- a/libnfc/chips/pn53x.h +++ b/libnfc/chips/pn53x.h @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult, Romuald Conty - * Copyright (C) 2010, Roel Verdult, Romuald Conty, Romain Tartière - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011 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 diff --git a/libnfc/drivers.h b/libnfc/drivers.h index b987394..f04f43b 100644 --- a/libnfc/drivers.h +++ b/libnfc/drivers.h @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/drivers/acr122_pcsc.c b/libnfc/drivers/acr122_pcsc.c index 7775aec..65b6903 100644 --- a/libnfc/drivers/acr122_pcsc.c +++ b/libnfc/drivers/acr122_pcsc.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Romain Tartiere, Romuald Conty - * Copyright (C) 2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartiere + * Copyright (C) 2011, 2012 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 diff --git a/libnfc/drivers/acr122_pcsc.h b/libnfc/drivers/acr122_pcsc.h index fd7e7be..08d252e 100644 --- a/libnfc/drivers/acr122_pcsc.h +++ b/libnfc/drivers/acr122_pcsc.h @@ -1,9 +1,9 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Romain Tartiere, Romuald Conty - * Copyright (C) 2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartiere + * Copyright (C) 2011, 2012 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 diff --git a/libnfc/drivers/acr122_usb.c b/libnfc/drivers/acr122_usb.c index 84079e2..d8a03ae 100644 --- a/libnfc/drivers/acr122_usb.c +++ b/libnfc/drivers/acr122_usb.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romain Tartière, Romuald Conty - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 diff --git a/libnfc/drivers/acr122_usb.h b/libnfc/drivers/acr122_usb.h index 51d248b..25d1950 100644 --- a/libnfc/drivers/acr122_usb.h +++ b/libnfc/drivers/acr122_usb.h @@ -1,8 +1,8 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartière * * 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 diff --git a/libnfc/drivers/acr122s.c b/libnfc/drivers/acr122s.c index 368217e..f0f718b 100644 --- a/libnfc/drivers/acr122s.c +++ b/libnfc/drivers/acr122s.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Anugrah Redja Kusuma + * Copyright (C) 2011 Anugrah Redja Kusuma * * 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 diff --git a/libnfc/drivers/acr122s.h b/libnfc/drivers/acr122s.h index 60fcbab..8fd882c 100644 --- a/libnfc/drivers/acr122s.h +++ b/libnfc/drivers/acr122s.h @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Anugrah Redja Kusuma + * Copyright (C) 2011 Anugrah Redja Kusuma * * 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 diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index 43f3ab7..e163c1f 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 @@ -27,8 +27,6 @@ * UART connection can be direct (host<->arygon_uc) or could be provided by internal USB to serial interface (e.g. host<->ftdi_chip<->arygon_uc) */ -/* vim: set ts=2 sw=2 et: */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif // HAVE_CONFIG_H diff --git a/libnfc/drivers/arygon.h b/libnfc/drivers/arygon.h index 509bb34..1d2b2bd 100644 --- a/libnfc/drivers/arygon.h +++ b/libnfc/drivers/arygon.h @@ -1,9 +1,9 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 diff --git a/libnfc/drivers/pn532_uart.c b/libnfc/drivers/pn532_uart.c index b7f1302..e008c35 100644 --- a/libnfc/drivers/pn532_uart.c +++ b/libnfc/drivers/pn532_uart.c @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2010, Roel Verdult, Romuald Conty - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2010 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 @@ -23,8 +24,6 @@ * @brief PN532 driver using UART bus (UART, RS232, etc.) */ -/* vim: set ts=2 sw=2 et: */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif // HAVE_CONFIG_H diff --git a/libnfc/drivers/pn532_uart.h b/libnfc/drivers/pn532_uart.h index 2ea879d..6e8e2be 100644 --- a/libnfc/drivers/pn532_uart.h +++ b/libnfc/drivers/pn532_uart.h @@ -1,8 +1,9 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2010, Roel Verdult, Romuald Conty - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2010 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index bca59cb..d24e963 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romain Tartière, Romuald Conty - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2010, 2011 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 diff --git a/libnfc/drivers/pn53x_usb.h b/libnfc/drivers/pn53x_usb.h index 38fe6d0..3a290a7 100644 --- a/libnfc/drivers/pn53x_usb.h +++ b/libnfc/drivers/pn53x_usb.h @@ -1,8 +1,8 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2011, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2011 Romain Tartière * * 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 diff --git a/libnfc/iso14443-subr.c b/libnfc/iso14443-subr.c index 8fc9f8c..db724fa 100644 --- a/libnfc/iso14443-subr.c +++ b/libnfc/iso14443-subr.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult + * Copyright (C) 2009 Roel Verdult * * 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 diff --git a/libnfc/iso7816.h b/libnfc/iso7816.h index 6250515..9789488 100644 --- a/libnfc/iso7816.h +++ b/libnfc/iso7816.h @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/log-printf.c b/libnfc/log-printf.c index 887d688..6d27ab3 100644 --- a/libnfc/log-printf.c +++ b/libnfc/log-printf.c @@ -1,5 +1,6 @@ /*- - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/log.h b/libnfc/log.h index a0a2266..379aee1 100644 --- a/libnfc/log.h +++ b/libnfc/log.h @@ -1,5 +1,6 @@ /*- - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/mirror-subr.c b/libnfc/mirror-subr.c index 41df32d..f0ad8b4 100644 --- a/libnfc/mirror-subr.c +++ b/libnfc/mirror-subr.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult + * Copyright (C) 2009 Roel Verdult * * 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 diff --git a/libnfc/mirror-subr.h b/libnfc/mirror-subr.h index 0601394..e3960f4 100644 --- a/libnfc/mirror-subr.h +++ b/libnfc/mirror-subr.h @@ -1,7 +1,7 @@ /** * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult + * Copyright (C) 2009 Roel Verdult * * 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 diff --git a/libnfc/nfc-device.c b/libnfc/nfc-device.c index 6f989f3..1a20934 100644 --- a/libnfc/nfc-device.c +++ b/libnfc/nfc-device.c @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 @@ -22,8 +23,6 @@ * @brief Provide internal function to manipulate nfc_device type */ -/* vim:set et sw=2 ts=2: */ - #include #include diff --git a/libnfc/nfc-emulation.c b/libnfc/nfc-emulation.c index 4c1dcb9..1085e32 100644 --- a/libnfc/nfc-emulation.c +++ b/libnfc/nfc-emulation.c @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty, Romain Tartière + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/nfc-internal.c b/libnfc/nfc-internal.c index 260c1eb..7693f93 100644 --- a/libnfc/nfc-internal.c +++ b/libnfc/nfc-internal.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romuald Conty + * Copyright (C) 2011 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 diff --git a/libnfc/nfc-internal.h b/libnfc/nfc-internal.h index 3769ff3..77b5981 100644 --- a/libnfc/nfc-internal.h +++ b/libnfc/nfc-internal.h @@ -1,7 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2011 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 diff --git a/libnfc/nfc.c b/libnfc/nfc.c index bd9e769..e511b59 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009-2010, Roel Verdult - * Copyright (C) 2010-2011, Romain Tartière - * Copyright (C) 2009-2012, Romuald Conty + * Copyright (C) 2009, 2010 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011, 2012 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 diff --git a/libnfc/target-subr.c b/libnfc/target-subr.c index 564fb15..0c9dd63 100644 --- a/libnfc/target-subr.c +++ b/libnfc/target-subr.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010-2011, Romain Tartière - * Copyright (C) 2009-2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011, 2012 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 diff --git a/libnfc/target-subr.h b/libnfc/target-subr.h index b3dcf5d..85a292e 100644 --- a/libnfc/target-subr.h +++ b/libnfc/target-subr.h @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010-2011, Romain Tartière - * Copyright (C) 2009-2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011, 2012 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 diff --git a/utils/mifare.c b/utils/mifare.c index 7a3aeac..6c84724 100644 --- a/utils/mifare.c +++ b/utils/mifare.c @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010, 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/mifare.h b/utils/mifare.h index 57d5344..fb90fea 100644 --- a/utils/mifare.h +++ b/utils/mifare.h @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010, 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-emulate-forum-tag4.c b/utils/nfc-emulate-forum-tag4.c index 32de62a..b6183ff 100644 --- a/utils/nfc-emulate-forum-tag4.c +++ b/utils/nfc-emulate-forum-tag4.c @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Roel Verdult, Romuald Conty - * Copyright (C) 2011, Romain Tartière, Romuald Conty + * Copyright (C) 2010 Roel Verdult + * Copyright (C) 2011 Romain Tartière + * Copyright (C) 2010, 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-list.c b/utils/nfc-list.c index 65d4834..035923d 100644 --- a/utils/nfc-list.c +++ b/utils/nfc-list.c @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index c4a3f53..79f14e5 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -1,9 +1,10 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière - * Copyright (C) 2011, Adam Laurie + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010 Romuald Conty + * Copyright (C) 2011 Adam Laurie * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-mfultralight.c b/utils/nfc-mfultralight.c index d3cc571..d4c107f 100644 --- a/utils/nfc-mfultralight.c +++ b/utils/nfc-mfultralight.c @@ -1,8 +1,8 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-probe.c b/utils/nfc-probe.c index a5ef1c8..1c9bbc3 100644 --- a/utils/nfc-probe.c +++ b/utils/nfc-probe.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière - * Copyright (C) 2011-2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010, 2011, 2012 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-read-forum-tag3.c b/utils/nfc-read-forum-tag3.c index 2f48d19..10fa0d1 100644 --- a/utils/nfc-read-forum-tag3.c +++ b/utils/nfc-read-forum-tag3.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2011, Romuald Conty + * Copyright (C) 2011 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-relay-picc.c b/utils/nfc-relay-picc.c index 0f325a3..d085417 100644 --- a/utils/nfc-relay-picc.c +++ b/utils/nfc-relay-picc.c @@ -1,7 +1,7 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2010, Romuald Conty + * Copyright (C) 2010 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-utils.c b/utils/nfc-utils.c index d5cba3b..deb51e7 100644 --- a/utils/nfc-utils.c +++ b/utils/nfc-utils.c @@ -1,9 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010-2011, Romain Tartière - * Copyright (C) 2009-2012, Romuald Conty + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010, 2011 Romain Tartière + * Copyright (C) 2009, 2010, 2011, 2012 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/utils/nfc-utils.h b/utils/nfc-utils.h index ee9dbc0..c92fbc2 100644 --- a/utils/nfc-utils.h +++ b/utils/nfc-utils.h @@ -1,8 +1,9 @@ /*- * Public platform independent Near Field Communication (NFC) library examples * - * Copyright (C) 2009, Roel Verdult - * Copyright (C) 2010, Romuald Conty, Romain Tartière + * Copyright (C) 2009 Roel Verdult + * Copyright (C) 2010 Romain Tartière + * Copyright (C) 2010, 2011, 2012 Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: