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 1cc20432..06508695 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 00058f65..eb746735 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 04a3b969..95e3a1d2 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 9ea59725..061051c4 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 872f829e..88817db8 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 d4b3c9be..3e9d533c 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 8eb3037b..a595b27f 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 b395ec55..64d636b8 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 2d70b1d2..516de1d0 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 fa90cd3d..e233c96b 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 978c3c9d..a744e518 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 5bc2e25f..91bf66e2 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 5f55aca0..cb1afa90 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 bad27735..e03c8cd2 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 008b39b2..b5b0e525 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 d29b13e8..79ec682d 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 3223b21b..52beee16 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 e67537ac..1a55824a 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 56e3e98a..8c726a11 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 cdfffb32..b34a0059 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 8a6e3f7a..a0ee1894 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 5f717c97..9374b5b2 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 9d3c38ac..b81c92b7 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 f27a83cb..b5f42b2c 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 2d0770ca..69af3792 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 1faeb774..ea818d88 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 45844219..d2477f5a 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 91159762..87f6a85f 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 1272891e..c43934a0 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 dbd0f09d..fadcdfb2 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 96884410..b45f1c5b 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 38260331..f628d151 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 5349f9b3..c4661b65 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 b807a19d..bbeb5eea 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 ef1b0b0b..f3b4d9a2 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 e99d1289..ca46d3c8 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 f8c63f62..ec33dfe7 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 108f24b7..67c4c8c5 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 d4fc2aab..6dd7cabe 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 1f55e121..b2a692e7 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 b8c832c1..54781c18 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 83d742b4..b8678fc4 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 bfd5f3e4..7fb71854 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 bf712a63..5e78a35c 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 93ed75ee..08fc7d15 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 b84c5896..ce045d17 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 2818919a..09a75a44 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 18cf47a4..123b7e79 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 ee9c99cd..dc2f4d63 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 d94f6dd9..44983ec7 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 fe134a0c..3f29bdfa 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 efa0645d..4348c5dd 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 4a4d0160..ada2e594 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 7c2f9ddf..2c3f4836 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 e1623c4e..0144167f 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 9d12e641..cb1d4701 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 4bcc10be..1d7f6827 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 d81bbc1a..2f53bc90 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 3abfd9ce..39969552 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 b7f21fa9..026849a9 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 e38a887f..ad9ece5b 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 6b5eeef7..cfe77b44 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 1bcff461..37fa413c 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 52cfbd21..b846b6e4 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 0dfa0db6..528a3abb 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 fde3cc5b..a84bfa85 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 29134cf7..f350191e 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 4bae3c84..e75da84b 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 0f8eef60..353b0ee3 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 d96f8ff9..90312ded 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 d012b90e..9224c773 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 53d80f27..934c8d28 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 59321526..58175561 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 30c7009a..bdc100de 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 aa820bea..72a33eda 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 8c52d4c3..37117888 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