From bb5b712a74c9cc89e423808f2134852eec8ee74f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 17 Jul 2013 13:57:56 +0200 Subject: [PATCH] Adding link to AUTHORS in the copyright headers --- contrib/win32/libnfc/buses/uart.c | 1 + contrib/win32/libnfc/log-internal.c | 1 + contrib/win32/stdlib.c | 1 + contrib/win32/unistd.h | 1 + contrib/windows.h | 1 + examples/nfc-anticol.c | 1 + examples/nfc-dep-initiator.c | 1 + examples/nfc-dep-target.c | 1 + examples/nfc-emulate-forum-tag2.c | 1 + examples/nfc-emulate-tag.c | 1 + examples/nfc-emulate-uid.c | 1 + examples/nfc-mfsetuid.c | 1 + examples/nfc-poll.c | 1 + examples/nfc-relay.c | 1 + examples/pn53x-diagnose.c | 1 + examples/pn53x-sam.c | 1 + examples/pn53x-tamashell.c | 1 + include/nfc/nfc-emulation.h | 1 + include/nfc/nfc-types.h | 1 + include/nfc/nfc.h | 1 + libnfc/buses/i2c.c | 1 + libnfc/buses/i2c.h | 1 + libnfc/buses/spi.c | 1 + libnfc/buses/spi.h | 1 + libnfc/buses/uart.c | 1 + libnfc/buses/uart.h | 1 + libnfc/buses/usbbus.c | 1 + libnfc/buses/usbbus.h | 1 + libnfc/chips/pn53x-internal.h | 1 + libnfc/chips/pn53x.c | 1 + libnfc/chips/pn53x.h | 1 + libnfc/conf.c | 1 + libnfc/conf.h | 1 + libnfc/drivers.h | 1 + libnfc/drivers/acr122_pcsc.c | 1 + libnfc/drivers/acr122_pcsc.h | 1 + libnfc/drivers/acr122_usb.c | 1 + libnfc/drivers/acr122_usb.h | 1 + libnfc/drivers/acr122s.c | 1 + libnfc/drivers/acr122s.h | 1 + libnfc/drivers/arygon.c | 1 + libnfc/drivers/arygon.h | 1 + libnfc/drivers/pn532_i2c.c | 1 + libnfc/drivers/pn532_i2c.h | 1 + libnfc/drivers/pn532_spi.c | 1 + libnfc/drivers/pn532_spi.h | 1 + libnfc/drivers/pn532_uart.c | 1 + libnfc/drivers/pn532_uart.h | 1 + libnfc/drivers/pn53x_usb.c | 1 + libnfc/drivers/pn53x_usb.h | 1 + libnfc/iso14443-subr.c | 1 + libnfc/iso7816.h | 1 + libnfc/log-internal.c | 1 + libnfc/log-internal.h | 1 + libnfc/log.c | 1 + libnfc/log.h | 1 + libnfc/mirror-subr.c | 1 + libnfc/mirror-subr.h | 1 + libnfc/nfc-device.c | 1 + libnfc/nfc-emulation.c | 1 + libnfc/nfc-internal.c | 1 + libnfc/nfc-internal.h | 1 + libnfc/nfc.c | 1 + libnfc/target-subr.c | 1 + libnfc/target-subr.h | 1 + utils/mifare.c | 1 + utils/mifare.h | 1 + utils/nfc-emulate-forum-tag4.c | 1 + utils/nfc-list.c | 1 + utils/nfc-mfclassic.c | 1 + utils/nfc-mfultralight.c | 1 + utils/nfc-read-forum-tag3.c | 1 + utils/nfc-relay-picc.c | 1 + utils/nfc-scan-device.c | 1 + utils/nfc-utils.c | 1 + utils/nfc-utils.h | 1 + 76 files changed, 76 insertions(+) diff --git a/contrib/win32/libnfc/buses/uart.c b/contrib/win32/libnfc/buses/uart.c index 1cc2043..0650869 100644 --- a/contrib/win32/libnfc/buses/uart.c +++ b/contrib/win32/libnfc/buses/uart.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/contrib/win32/libnfc/log-internal.c b/contrib/win32/libnfc/log-internal.c index 00058f6..eb74673 100644 --- a/contrib/win32/libnfc/log-internal.c +++ b/contrib/win32/libnfc/log-internal.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Alex Lian * diff --git a/contrib/win32/stdlib.c b/contrib/win32/stdlib.c index 04a3b96..95e3a1d 100644 --- a/contrib/win32/stdlib.c +++ b/contrib/win32/stdlib.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Alex Lian * diff --git a/contrib/win32/unistd.h b/contrib/win32/unistd.h index 9ea5972..061051c 100644 --- a/contrib/win32/unistd.h +++ b/contrib/win32/unistd.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/contrib/windows.h b/contrib/windows.h index 872f829..88817db 100644 --- a/contrib/windows.h +++ b/contrib/windows.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2011 Glenn Ergeerts * diff --git a/examples/nfc-anticol.c b/examples/nfc-anticol.c index d4b3c9b..3e9d533 100644 --- a/examples/nfc-anticol.c +++ b/examples/nfc-anticol.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-dep-initiator.c b/examples/nfc-dep-initiator.c index 8eb3037..a595b27 100644 --- a/examples/nfc-dep-initiator.c +++ b/examples/nfc-dep-initiator.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-dep-target.c b/examples/nfc-dep-target.c index b395ec5..64d636b 100644 --- a/examples/nfc-dep-target.c +++ b/examples/nfc-dep-target.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-emulate-forum-tag2.c b/examples/nfc-emulate-forum-tag2.c index 2d70b1d..516de1d 100644 --- a/examples/nfc-emulate-forum-tag2.c +++ b/examples/nfc-emulate-forum-tag2.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-emulate-tag.c b/examples/nfc-emulate-tag.c index fa90cd3..e233c96 100644 --- a/examples/nfc-emulate-tag.c +++ b/examples/nfc-emulate-tag.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-emulate-uid.c b/examples/nfc-emulate-uid.c index 978c3c9..a744e51 100644 --- a/examples/nfc-emulate-uid.c +++ b/examples/nfc-emulate-uid.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-mfsetuid.c b/examples/nfc-mfsetuid.c index 5bc2e25..91bf66e 100644 --- a/examples/nfc-mfsetuid.c +++ b/examples/nfc-mfsetuid.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2011 Adam Laurie * diff --git a/examples/nfc-poll.c b/examples/nfc-poll.c index 5f55aca..cb1afa9 100644 --- a/examples/nfc-poll.c +++ b/examples/nfc-poll.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/nfc-relay.c b/examples/nfc-relay.c index bad2773..e03c8cd 100644 --- a/examples/nfc-relay.c +++ b/examples/nfc-relay.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/pn53x-diagnose.c b/examples/pn53x-diagnose.c index 008b39b..b5b0e52 100644 --- a/examples/pn53x-diagnose.c +++ b/examples/pn53x-diagnose.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/examples/pn53x-sam.c b/examples/pn53x-sam.c index d29b13e..79ec682 100644 --- a/examples/pn53x-sam.c +++ b/examples/pn53x-sam.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2010 Emanuele Bertoldi * diff --git a/examples/pn53x-tamashell.c b/examples/pn53x-tamashell.c index 3223b21..52beee1 100644 --- a/examples/pn53x-tamashell.c +++ b/examples/pn53x-tamashell.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/include/nfc/nfc-emulation.h b/include/nfc/nfc-emulation.h index e67537a..1a55824 100644 --- a/include/nfc/nfc-emulation.h +++ b/include/nfc/nfc-emulation.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/include/nfc/nfc-types.h b/include/nfc/nfc-types.h index 56e3e98..8c726a1 100644 --- a/include/nfc/nfc-types.h +++ b/include/nfc/nfc-types.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/include/nfc/nfc.h b/include/nfc/nfc.h index cdfffb3..b34a005 100644 --- a/include/nfc/nfc.h +++ b/include/nfc/nfc.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/buses/i2c.c b/libnfc/buses/i2c.c index 8a6e3f7..a0ee189 100644 --- a/libnfc/buses/i2c.c +++ b/libnfc/buses/i2c.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tarti?re * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Laurent Latil * diff --git a/libnfc/buses/i2c.h b/libnfc/buses/i2c.h index 5f717c9..9374b5b 100644 --- a/libnfc/buses/i2c.h +++ b/libnfc/buses/i2c.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tarti?re * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Laurent Latil * diff --git a/libnfc/buses/spi.c b/libnfc/buses/spi.c index 9d3c38a..b81c92b 100644 --- a/libnfc/buses/spi.c +++ b/libnfc/buses/spi.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Evgeny Boger * diff --git a/libnfc/buses/spi.h b/libnfc/buses/spi.h index f27a83c..b5f42b2 100644 --- a/libnfc/buses/spi.h +++ b/libnfc/buses/spi.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Evgeny Boger * diff --git a/libnfc/buses/uart.c b/libnfc/buses/uart.c index 2d0770c..69af379 100644 --- a/libnfc/buses/uart.c +++ b/libnfc/buses/uart.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/buses/uart.h b/libnfc/buses/uart.h index 1faeb77..ea818d8 100644 --- a/libnfc/buses/uart.h +++ b/libnfc/buses/uart.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/buses/usbbus.c b/libnfc/buses/usbbus.c index 4584421..d2477f5 100644 --- a/libnfc/buses/usbbus.c +++ b/libnfc/buses/usbbus.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/buses/usbbus.h b/libnfc/buses/usbbus.h index 9115976..87f6a85 100644 --- a/libnfc/buses/usbbus.h +++ b/libnfc/buses/usbbus.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/chips/pn53x-internal.h b/libnfc/chips/pn53x-internal.h index 1272891..c43934a 100644 --- a/libnfc/chips/pn53x-internal.h +++ b/libnfc/chips/pn53x-internal.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index dbd0f09..fadcdfb 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/chips/pn53x.h b/libnfc/chips/pn53x.h index 9688441..b45f1c5 100644 --- a/libnfc/chips/pn53x.h +++ b/libnfc/chips/pn53x.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/conf.c b/libnfc/conf.c index 3826033..f628d15 100644 --- a/libnfc/conf.c +++ b/libnfc/conf.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/conf.h b/libnfc/conf.h index 5349f9b..c4661b6 100644 --- a/libnfc/conf.h +++ b/libnfc/conf.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers.h b/libnfc/drivers.h index b807a19..bbeb5ee 100644 --- a/libnfc/drivers.h +++ b/libnfc/drivers.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/acr122_pcsc.c b/libnfc/drivers/acr122_pcsc.c index ef1b0b0..f3b4d9a 100644 --- a/libnfc/drivers/acr122_pcsc.c +++ b/libnfc/drivers/acr122_pcsc.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/acr122_pcsc.h b/libnfc/drivers/acr122_pcsc.h index e99d128..ca46d3c 100644 --- a/libnfc/drivers/acr122_pcsc.h +++ b/libnfc/drivers/acr122_pcsc.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/acr122_usb.c b/libnfc/drivers/acr122_usb.c index f8c63f6..ec33dfe 100644 --- a/libnfc/drivers/acr122_usb.c +++ b/libnfc/drivers/acr122_usb.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/acr122_usb.h b/libnfc/drivers/acr122_usb.h index 108f24b..67c4c8c 100644 --- a/libnfc/drivers/acr122_usb.h +++ b/libnfc/drivers/acr122_usb.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/acr122s.c b/libnfc/drivers/acr122s.c index d4fc2aa..6dd7cab 100644 --- a/libnfc/drivers/acr122s.c +++ b/libnfc/drivers/acr122s.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2011 Anugrah Redja Kusuma * diff --git a/libnfc/drivers/acr122s.h b/libnfc/drivers/acr122s.h index 1f55e12..b2a692e 100644 --- a/libnfc/drivers/acr122s.h +++ b/libnfc/drivers/acr122s.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index b8c832c..54781c1 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/arygon.h b/libnfc/drivers/arygon.h index 83d742b..b8678fc 100644 --- a/libnfc/drivers/arygon.h +++ b/libnfc/drivers/arygon.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/pn532_i2c.c b/libnfc/drivers/pn532_i2c.c index bfd5f3e..7fb7185 100644 --- a/libnfc/drivers/pn532_i2c.c +++ b/libnfc/drivers/pn532_i2c.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tarti?re * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Laurent Latil * diff --git a/libnfc/drivers/pn532_i2c.h b/libnfc/drivers/pn532_i2c.h index bf712a6..5e78a35 100644 --- a/libnfc/drivers/pn532_i2c.h +++ b/libnfc/drivers/pn532_i2c.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tarti?re * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Laurent Latil * diff --git a/libnfc/drivers/pn532_spi.c b/libnfc/drivers/pn532_spi.c index 93ed75e..08fc7d1 100644 --- a/libnfc/drivers/pn532_spi.c +++ b/libnfc/drivers/pn532_spi.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Evgeny Boger * diff --git a/libnfc/drivers/pn532_spi.h b/libnfc/drivers/pn532_spi.h index b84c589..ce045d1 100644 --- a/libnfc/drivers/pn532_spi.h +++ b/libnfc/drivers/pn532_spi.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Evgeny Boger * diff --git a/libnfc/drivers/pn532_uart.c b/libnfc/drivers/pn532_uart.c index 2818919..09a75a4 100644 --- a/libnfc/drivers/pn532_uart.c +++ b/libnfc/drivers/pn532_uart.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/pn532_uart.h b/libnfc/drivers/pn532_uart.h index 18cf47a..123b7e7 100644 --- a/libnfc/drivers/pn532_uart.h +++ b/libnfc/drivers/pn532_uart.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index ee9c99c..dc2f4d6 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/drivers/pn53x_usb.h b/libnfc/drivers/pn53x_usb.h index d94f6dd..44983ec 100644 --- a/libnfc/drivers/pn53x_usb.h +++ b/libnfc/drivers/pn53x_usb.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/iso14443-subr.c b/libnfc/iso14443-subr.c index fe134a0..3f29bdf 100644 --- a/libnfc/iso14443-subr.c +++ b/libnfc/iso14443-subr.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/iso7816.h b/libnfc/iso7816.h index efa0645..4348c5d 100644 --- a/libnfc/iso7816.h +++ b/libnfc/iso7816.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/log-internal.c b/libnfc/log-internal.c index 4a4d016..ada2e59 100644 --- a/libnfc/log-internal.c +++ b/libnfc/log-internal.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2013 Alex Lian * diff --git a/libnfc/log-internal.h b/libnfc/log-internal.h index 7c2f9dd..2c3f483 100644 --- a/libnfc/log-internal.h +++ b/libnfc/log-internal.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/log.c b/libnfc/log.c index e1623c4..0144167 100644 --- a/libnfc/log.c +++ b/libnfc/log.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/log.h b/libnfc/log.h index 9d12e64..cb1d470 100644 --- a/libnfc/log.h +++ b/libnfc/log.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/mirror-subr.c b/libnfc/mirror-subr.c index 4bcc10b..1d7f682 100644 --- a/libnfc/mirror-subr.c +++ b/libnfc/mirror-subr.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/mirror-subr.h b/libnfc/mirror-subr.h index d81bbc1..2f53bc9 100644 --- a/libnfc/mirror-subr.h +++ b/libnfc/mirror-subr.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/nfc-device.c b/libnfc/nfc-device.c index 3abfd9c..3996955 100644 --- a/libnfc/nfc-device.c +++ b/libnfc/nfc-device.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/nfc-emulation.c b/libnfc/nfc-emulation.c index b7f21fa..026849a 100644 --- a/libnfc/nfc-emulation.c +++ b/libnfc/nfc-emulation.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/nfc-internal.c b/libnfc/nfc-internal.c index e38a887..ad9ece5 100644 --- a/libnfc/nfc-internal.c +++ b/libnfc/nfc-internal.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/nfc-internal.h b/libnfc/nfc-internal.h index 6b5eeef..cfe77b4 100644 --- a/libnfc/nfc-internal.h +++ b/libnfc/nfc-internal.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 1bcff46..37fa413 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/target-subr.c b/libnfc/target-subr.c index 52cfbd2..b846b6e 100644 --- a/libnfc/target-subr.c +++ b/libnfc/target-subr.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/libnfc/target-subr.h b/libnfc/target-subr.h index 0dfa0db..528a3ab 100644 --- a/libnfc/target-subr.h +++ b/libnfc/target-subr.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * This program is free software: you can redistribute it and/or modify it diff --git a/utils/mifare.c b/utils/mifare.c index fde3cc5..a84bfa8 100644 --- a/utils/mifare.c +++ b/utils/mifare.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/mifare.h b/utils/mifare.h index 29134cf..f350191 100644 --- a/utils/mifare.h +++ b/utils/mifare.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-emulate-forum-tag4.c b/utils/nfc-emulate-forum-tag4.c index 4bae3c8..e75da84 100644 --- a/utils/nfc-emulate-forum-tag4.c +++ b/utils/nfc-emulate-forum-tag4.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-list.c b/utils/nfc-list.c index 0f8eef6..353b0ee 100644 --- a/utils/nfc-list.c +++ b/utils/nfc-list.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index d96f8ff..90312de 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * Copyright (C) 2011 Adam Laurie * diff --git a/utils/nfc-mfultralight.c b/utils/nfc-mfultralight.c index d012b90..9224c77 100644 --- a/utils/nfc-mfultralight.c +++ b/utils/nfc-mfultralight.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-read-forum-tag3.c b/utils/nfc-read-forum-tag3.c index 53d80f2..934c8d2 100644 --- a/utils/nfc-read-forum-tag3.c +++ b/utils/nfc-read-forum-tag3.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-relay-picc.c b/utils/nfc-relay-picc.c index 5932152..5817556 100644 --- a/utils/nfc-relay-picc.c +++ b/utils/nfc-relay-picc.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-scan-device.c b/utils/nfc-scan-device.c index 30c7009..bdc100d 100644 --- a/utils/nfc-scan-device.c +++ b/utils/nfc-scan-device.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-utils.c b/utils/nfc-utils.c index aa820be..72a33ed 100644 --- a/utils/nfc-utils.c +++ b/utils/nfc-utils.c @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without diff --git a/utils/nfc-utils.h b/utils/nfc-utils.h index 8c52d4c..3711788 100644 --- a/utils/nfc-utils.h +++ b/utils/nfc-utils.h @@ -7,6 +7,7 @@ * Copyright (C) 2010-2012 Romain Tartière * Copyright (C) 2010-2013 Philippe Teuwen * Copyright (C) 2012-2013 Ludovic Rousseau + * See AUTHORS file for a more comprehensive list of contributors. * Additional contributors of this file: * * Redistribution and use in source and binary forms, with or without