summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-10-25 16:25:36 +0200
committerHarald Welte <laforge@gnumonks.org>2010-10-25 16:25:36 +0200
commit4ef2604e16f7c5da3a9de2b4ac3341db668007fd (patch)
tree5ed8edcbce7821c26f0d9f65b1ce1bdcf85ed25e
parent0c4b9f78b78d24806362dfa412abb89218acfa5a (diff)
Note that ISO15693 contributions by Bjoern Riemer are now (C) Harald Welte
Bjoern was working for Fraunhofer at the time he wrote the code, so they actually own the copyright. The rights have been transferred to Harald in September 2010.
-rw-r--r--src/rfid_layer2_iso15693.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rfid_layer2_iso15693.c b/src/rfid_layer2_iso15693.c
index a4829cc..62e72cc 100644
--- a/src/rfid_layer2_iso15693.c
+++ b/src/rfid_layer2_iso15693.c
@@ -1,7 +1,9 @@
/* ISO 15693 anticollision implementation
*
- * (C) 2005-2008 by Harald Welte <laforge@gnumonks.org>
- * (C) 2007 by Bjoern Riemer <bjoern.riemer@web.de>
+ * (C) 2005-2010 by Harald Welte <laforge@gnumonks.org>
+ *
+ * Contributions 2007 by Bjoern Riemer <bjoern.riemer@web.de>,
+ * Copyright transferred to Harald Welte in 2010.
*/
/*
personal git repositories of Harald Welte. Your mileage may vary