summaryrefslogtreecommitdiff
path: root/tuer-rfid
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-21 17:40:25 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-21 17:40:25 +0200
commit249fb7b15e33e205a24d24a66034a920f55e58f1 (patch)
treedb67fd971427efb391dc9dc67086b1da1677d041 /tuer-rfid
parentadded dolmetsch-ctl (diff)
updated copyright year
Diffstat (limited to 'tuer-rfid')
-rw-r--r--tuer-rfid/Makefile2
-rw-r--r--tuer-rfid/ajar.c2
-rw-r--r--tuer-rfid/ajar.h2
-rw-r--r--tuer-rfid/eventqueue.c2
-rw-r--r--tuer-rfid/eventqueue.h2
-rw-r--r--tuer-rfid/heartbeat.c2
-rw-r--r--tuer-rfid/heartbeat.h2
-rw-r--r--tuer-rfid/keystore.c2
-rw-r--r--tuer-rfid/keystore.h2
-rw-r--r--tuer-rfid/ledmatrix.c2
-rw-r--r--tuer-rfid/ledmatrix.h2
-rw-r--r--tuer-rfid/limits.c2
-rw-r--r--tuer-rfid/limits.h2
-rw-r--r--tuer-rfid/manual.c2
-rw-r--r--tuer-rfid/manual.h2
-rw-r--r--tuer-rfid/sl018.c2
-rw-r--r--tuer-rfid/sl018.h2
-rw-r--r--tuer-rfid/statemachine.c2
-rw-r--r--tuer-rfid/statemachine.h2
-rw-r--r--tuer-rfid/stepper.c2
-rw-r--r--tuer-rfid/stepper.h2
-rw-r--r--tuer-rfid/tuer-rfid.c2
-rw-r--r--tuer-rfid/update-keys.c2
23 files changed, 23 insertions, 23 deletions
diff --git a/tuer-rfid/Makefile b/tuer-rfid/Makefile
index 4983254..ae4bbba 100644
--- a/tuer-rfid/Makefile
+++ b/tuer-rfid/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
## Othmar Gsenger <otti@wirdorange.org>
##
## This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/ajar.c b/tuer-rfid/ajar.c
index e136f75..271aeb9 100644
--- a/tuer-rfid/ajar.c
+++ b/tuer-rfid/ajar.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/ajar.h b/tuer-rfid/ajar.h
index d05e2e6..e4b2d06 100644
--- a/tuer-rfid/ajar.h
+++ b/tuer-rfid/ajar.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/eventqueue.c b/tuer-rfid/eventqueue.c
index add5164..5841d63 100644
--- a/tuer-rfid/eventqueue.c
+++ b/tuer-rfid/eventqueue.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/eventqueue.h b/tuer-rfid/eventqueue.h
index a7bd689..3397e63 100644
--- a/tuer-rfid/eventqueue.h
+++ b/tuer-rfid/eventqueue.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/heartbeat.c b/tuer-rfid/heartbeat.c
index 95a3eae..109ce82 100644
--- a/tuer-rfid/heartbeat.c
+++ b/tuer-rfid/heartbeat.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/heartbeat.h b/tuer-rfid/heartbeat.h
index 148f823..692d932 100644
--- a/tuer-rfid/heartbeat.h
+++ b/tuer-rfid/heartbeat.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/keystore.c b/tuer-rfid/keystore.c
index 1a23996..f02f9a2 100644
--- a/tuer-rfid/keystore.c
+++ b/tuer-rfid/keystore.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/keystore.h b/tuer-rfid/keystore.h
index 243ab5c..22499dc 100644
--- a/tuer-rfid/keystore.h
+++ b/tuer-rfid/keystore.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/ledmatrix.c b/tuer-rfid/ledmatrix.c
index 0496c31..4cfbcc8 100644
--- a/tuer-rfid/ledmatrix.c
+++ b/tuer-rfid/ledmatrix.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/ledmatrix.h b/tuer-rfid/ledmatrix.h
index 4ecbd8f..3be7f0f 100644
--- a/tuer-rfid/ledmatrix.h
+++ b/tuer-rfid/ledmatrix.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/limits.c b/tuer-rfid/limits.c
index 860273f..28c30ca 100644
--- a/tuer-rfid/limits.c
+++ b/tuer-rfid/limits.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/limits.h b/tuer-rfid/limits.h
index 3b5eaa3..9ea11f9 100644
--- a/tuer-rfid/limits.h
+++ b/tuer-rfid/limits.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/manual.c b/tuer-rfid/manual.c
index 5ea6dd6..b204d0c 100644
--- a/tuer-rfid/manual.c
+++ b/tuer-rfid/manual.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/manual.h b/tuer-rfid/manual.h
index 5143af0..13cf2be 100644
--- a/tuer-rfid/manual.h
+++ b/tuer-rfid/manual.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/sl018.c b/tuer-rfid/sl018.c
index be96e9b..9ef90f5 100644
--- a/tuer-rfid/sl018.c
+++ b/tuer-rfid/sl018.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/sl018.h b/tuer-rfid/sl018.h
index d3f3068..ca7df4b 100644
--- a/tuer-rfid/sl018.h
+++ b/tuer-rfid/sl018.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/statemachine.c b/tuer-rfid/statemachine.c
index 85ec38b..ce54cc0 100644
--- a/tuer-rfid/statemachine.c
+++ b/tuer-rfid/statemachine.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/statemachine.h b/tuer-rfid/statemachine.h
index 90b478c..c02a6d4 100644
--- a/tuer-rfid/statemachine.h
+++ b/tuer-rfid/statemachine.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/stepper.c b/tuer-rfid/stepper.c
index aceca66..b477419 100644
--- a/tuer-rfid/stepper.c
+++ b/tuer-rfid/stepper.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/stepper.h b/tuer-rfid/stepper.h
index df8d38d..33fe27a 100644
--- a/tuer-rfid/stepper.h
+++ b/tuer-rfid/stepper.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/tuer-rfid.c b/tuer-rfid/tuer-rfid.c
index f16c02b..1c540cd 100644
--- a/tuer-rfid/tuer-rfid.c
+++ b/tuer-rfid/tuer-rfid.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
* Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/tuer-rfid/update-keys.c b/tuer-rfid/update-keys.c
index f1264cc..a47e075 100644
--- a/tuer-rfid/update-keys.c
+++ b/tuer-rfid/update-keys.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*