summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--any-led/Makefile2
-rw-r--r--any-led/any-led.c2
-rw-r--r--ats-watch/Makefile2
-rw-r--r--ats-watch/ats-watch.c2
-rw-r--r--blink/Makefile2
-rw-r--r--blink/blink.c2
-rw-r--r--contrib/Makefile2
-rw-r--r--defines.mk2
-rw-r--r--dolmetsch-ctl/Makefile2
-rw-r--r--dolmetsch-ctl/dolmetsch-ctl.c2
-rw-r--r--dolmetsch-ctl/eventqueue.c2
-rw-r--r--dolmetsch-ctl/eventqueue.h2
-rw-r--r--dolmetsch-ctl/keypad.c2
-rw-r--r--dolmetsch-ctl/keypad.h2
-rw-r--r--include.mk2
-rw-r--r--lib/anyio.c2
-rw-r--r--lib/anyio.h2
-rw-r--r--lib/ds1820.c2
-rw-r--r--lib/ds1820.h2
-rw-r--r--lib/led.c2
-rw-r--r--lib/led.h2
-rw-r--r--lib/usbio.c2
-rw-r--r--lib/usbio.h2
-rw-r--r--lib/util.c2
-rw-r--r--lib/util.h2
-rw-r--r--lufa.mk2
-rw-r--r--pcr-controller/Makefile2
-rw-r--r--pcr-controller/cmd_queue.c2
-rw-r--r--pcr-controller/cmd_queue.h2
-rw-r--r--pcr-controller/pcr-controller.c2
-rw-r--r--pcr-controller/pid_control.c2
-rw-r--r--pcr-controller/pid_control.h2
-rw-r--r--pcr-controller/temp_curve.c2
-rw-r--r--pcr-controller/temp_curve.h2
-rw-r--r--rf433send/Makefile2
-rw-r--r--rf433send/rf433send.c2
-rw-r--r--serial-led/Makefile2
-rw-r--r--serial-led/serial-led.c2
-rw-r--r--tools/Makefile2
-rw-r--r--tools/reset_arduino.c2
-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
-rw-r--r--usb-1wire/Makefile2
-rw-r--r--usb-1wire/usb-1wire.c2
-rw-r--r--usb-adc-dustsensor/Makefile2
-rw-r--r--usb-adc-dustsensor/usb-adc-dustsensor.c2
-rw-r--r--usb-ajar/Makefile2
-rw-r--r--usb-ajar/usb-ajar.c2
-rw-r--r--usb-dual-serial/Makefile2
-rw-r--r--usb-dual-serial/usb-dual-serial.c2
-rw-r--r--usb-eth/Makefile2
-rw-r--r--usb-eth/usb-eth.c2
-rw-r--r--usb-freq/Makefile2
-rw-r--r--usb-freq/usb-freq.c2
-rw-r--r--usb-keyboardmouse/Makefile2
-rw-r--r--usb-keyboardmouse/usb-keyboardmouse.c2
-rw-r--r--usb-led/Makefile2
-rw-r--r--usb-led/usb-led.c2
-rw-r--r--usb-midi/Makefile2
-rw-r--r--usb-midi/usb-midi.c2
-rw-r--r--usb-pwm/Makefile2
-rw-r--r--usb-pwm/usb-pwm.c2
-rw-r--r--usb-serial/Makefile2
-rw-r--r--usb-serial/usb-serial.c2
-rw-r--r--usb-spi/Makefile2
-rw-r--r--usb-spi/usb-spi.c2
88 files changed, 88 insertions, 88 deletions
diff --git a/LICENSE b/LICENSE
index fdb1abd..f08ffda 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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.
*
diff --git a/any-led/Makefile b/any-led/Makefile
index ddfcc00..36eab31 100644
--- a/any-led/Makefile
+++ b/any-led/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/any-led/any-led.c b/any-led/any-led.c
index dff200f..0934ed3 100644
--- a/any-led/any-led.c
+++ b/any-led/any-led.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.
*
diff --git a/ats-watch/Makefile b/ats-watch/Makefile
index 741d9a4..6047864 100644
--- a/ats-watch/Makefile
+++ b/ats-watch/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/ats-watch/ats-watch.c b/ats-watch/ats-watch.c
index 8343e77..12a97a2 100644
--- a/ats-watch/ats-watch.c
+++ b/ats-watch/ats-watch.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.
*
diff --git a/blink/Makefile b/blink/Makefile
index 58cc052..7814de3 100644
--- a/blink/Makefile
+++ b/blink/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/blink/blink.c b/blink/blink.c
index 35e8472..8021828 100644
--- a/blink/blink.c
+++ b/blink/blink.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.
*
diff --git a/contrib/Makefile b/contrib/Makefile
index 858cc90..b5e5f5f 100644
--- a/contrib/Makefile
+++ b/contrib/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@gsenger.com>
##
## This file is part of spreadspace avr utils.
diff --git a/defines.mk b/defines.mk
index 19ad64f..9af0179 100644
--- a/defines.mk
+++ b/defines.mk
@@ -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.
##
diff --git a/dolmetsch-ctl/Makefile b/dolmetsch-ctl/Makefile
index ab842a1..331b966 100644
--- a/dolmetsch-ctl/Makefile
+++ b/dolmetsch-ctl/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/dolmetsch-ctl/dolmetsch-ctl.c b/dolmetsch-ctl/dolmetsch-ctl.c
index 87a2f62..a04eed4 100644
--- a/dolmetsch-ctl/dolmetsch-ctl.c
+++ b/dolmetsch-ctl/dolmetsch-ctl.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.
*
diff --git a/dolmetsch-ctl/eventqueue.c b/dolmetsch-ctl/eventqueue.c
index 26f64fc..b4637fd 100644
--- a/dolmetsch-ctl/eventqueue.c
+++ b/dolmetsch-ctl/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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/dolmetsch-ctl/eventqueue.h b/dolmetsch-ctl/eventqueue.h
index 8e20903..1dc456e 100644
--- a/dolmetsch-ctl/eventqueue.h
+++ b/dolmetsch-ctl/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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/dolmetsch-ctl/keypad.c b/dolmetsch-ctl/keypad.c
index 1321519..6034f75 100644
--- a/dolmetsch-ctl/keypad.c
+++ b/dolmetsch-ctl/keypad.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.
*
diff --git a/dolmetsch-ctl/keypad.h b/dolmetsch-ctl/keypad.h
index bb671d0..8756458 100644
--- a/dolmetsch-ctl/keypad.h
+++ b/dolmetsch-ctl/keypad.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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/include.mk b/include.mk
index 83bf275..c2eb585 100644
--- a/include.mk
+++ b/include.mk
@@ -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.
##
diff --git a/lib/anyio.c b/lib/anyio.c
index 6322feb..2aae54e 100644
--- a/lib/anyio.c
+++ b/lib/anyio.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/lib/anyio.h b/lib/anyio.h
index d774a82..2cf4ae1 100644
--- a/lib/anyio.h
+++ b/lib/anyio.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/lib/ds1820.c b/lib/ds1820.c
index ca1ff16..4619498 100644
--- a/lib/ds1820.c
+++ b/lib/ds1820.c
@@ -2,7 +2,7 @@
* spreadspace avr utils - usb-1wire example
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
* based on code from:
* http://www.pjrc.com/teensy/td_libs_OneWire.html
*
diff --git a/lib/ds1820.h b/lib/ds1820.h
index 4c29d07..64a0089 100644
--- a/lib/ds1820.h
+++ b/lib/ds1820.h
@@ -2,7 +2,7 @@
* spreadspace avr utils - usb-1wire example
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
* based on code from:
* http://www.pjrc.com/teensy/td_libs_OneWire.html
*
diff --git a/lib/led.c b/lib/led.c
index fd2754e..4f3aec2 100644
--- a/lib/led.c
+++ b/lib/led.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.
*
diff --git a/lib/led.h b/lib/led.h
index b69015a..0c78193 100644
--- a/lib/led.h
+++ b/lib/led.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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/usbio.c b/lib/usbio.c
index 6f15b53..fbdd5a3 100644
--- a/lib/usbio.c
+++ b/lib/usbio.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/lib/usbio.h b/lib/usbio.h
index cdc5bec..1237f37 100644
--- a/lib/usbio.h
+++ b/lib/usbio.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/lib/util.c b/lib/util.c
index 7442b2c..7f15bfe 100644
--- a/lib/util.c
+++ b/lib/util.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.
*
diff --git a/lib/util.h b/lib/util.h
index bdd2968..51c946d 100644
--- a/lib/util.h
+++ b/lib/util.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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lufa.mk b/lufa.mk
index ec4dd7a..b247b87 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -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.
##
diff --git a/pcr-controller/Makefile b/pcr-controller/Makefile
index 5861510..399294e 100644
--- a/pcr-controller/Makefile
+++ b/pcr-controller/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/pcr-controller/cmd_queue.c b/pcr-controller/cmd_queue.c
index 9af0f8a..b17235a 100644
--- a/pcr-controller/cmd_queue.c
+++ b/pcr-controller/cmd_queue.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/cmd_queue.h b/pcr-controller/cmd_queue.h
index afa59c2..9bd29db 100644
--- a/pcr-controller/cmd_queue.h
+++ b/pcr-controller/cmd_queue.h
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/pcr-controller.c b/pcr-controller/pcr-controller.c
index 1f96292..d3b0ea6 100644
--- a/pcr-controller/pcr-controller.c
+++ b/pcr-controller/pcr-controller.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
* uses avr-utils, anyio & co by Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
diff --git a/pcr-controller/pid_control.c b/pcr-controller/pid_control.c
index 452be4d..6ab275b 100644
--- a/pcr-controller/pid_control.c
+++ b/pcr-controller/pid_control.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/pid_control.h b/pcr-controller/pid_control.h
index a3a4881..1d45925 100644
--- a/pcr-controller/pid_control.h
+++ b/pcr-controller/pid_control.h
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/temp_curve.c b/pcr-controller/temp_curve.c
index bf9b309..29db29e 100644
--- a/pcr-controller/temp_curve.c
+++ b/pcr-controller/temp_curve.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index 3af8788..46bb57e 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -2,7 +2,7 @@
* rPCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/rf433send/Makefile b/rf433send/Makefile
index c35732e..d9ec7c6 100644
--- a/rf433send/Makefile
+++ b/rf433send/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@gsenger.com>
##
## This file is part of spreadspace avr utils.
diff --git a/rf433send/rf433send.c b/rf433send/rf433send.c
index 6ec1709..f83027f 100644
--- a/rf433send/rf433send.c
+++ b/rf433send/rf433send.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@gsenger.com>
*
* This file is part of spreadspace avr utils.
diff --git a/serial-led/Makefile b/serial-led/Makefile
index 0ed9dd3..cd73ecc 100644
--- a/serial-led/Makefile
+++ b/serial-led/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/serial-led/serial-led.c b/serial-led/serial-led.c
index d57636e..76dd03a 100644
--- a/serial-led/serial-led.c
+++ b/serial-led/serial-led.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.
*
diff --git a/tools/Makefile b/tools/Makefile
index ba5e15e..26c4f8c 100644
--- a/tools/Makefile
+++ b/tools/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/tools/reset_arduino.c b/tools/reset_arduino.c
index ba09163..4eb22bb 100644
--- a/tools/reset_arduino.c
+++ b/tools/reset_arduino.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.
*
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.
*
diff --git a/usb-1wire/Makefile b/usb-1wire/Makefile
index 9020cbd..44219b4 100644
--- a/usb-1wire/Makefile
+++ b/usb-1wire/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-1wire/usb-1wire.c b/usb-1wire/usb-1wire.c
index 3f3b2ed..a94067c 100644
--- a/usb-1wire/usb-1wire.c
+++ b/usb-1wire/usb-1wire.c
@@ -2,7 +2,7 @@
* spreadspace avr utils - usb-1wire example
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
* basically this is refactored and enhanced code from:
* http://www.pjrc.com/teensy/td_libs_OneWire.html
*
diff --git a/usb-adc-dustsensor/Makefile b/usb-adc-dustsensor/Makefile
index 20801fb..71133e8 100644
--- a/usb-adc-dustsensor/Makefile
+++ b/usb-adc-dustsensor/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-adc-dustsensor/usb-adc-dustsensor.c b/usb-adc-dustsensor/usb-adc-dustsensor.c
index 8e0e600..a0b9057 100644
--- a/usb-adc-dustsensor/usb-adc-dustsensor.c
+++ b/usb-adc-dustsensor/usb-adc-dustsensor.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.
*
diff --git a/usb-ajar/Makefile b/usb-ajar/Makefile
index 4c916ec..9642455 100644
--- a/usb-ajar/Makefile
+++ b/usb-ajar/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-ajar/usb-ajar.c b/usb-ajar/usb-ajar.c
index 507c87f..1db377e 100644
--- a/usb-ajar/usb-ajar.c
+++ b/usb-ajar/usb-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>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-dual-serial/Makefile b/usb-dual-serial/Makefile
index 9a7070f..4efef9f 100644
--- a/usb-dual-serial/Makefile
+++ b/usb-dual-serial/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-dual-serial/usb-dual-serial.c b/usb-dual-serial/usb-dual-serial.c
index 329858a..a58f278 100644
--- a/usb-dual-serial/usb-dual-serial.c
+++ b/usb-dual-serial/usb-dual-serial.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.
*
diff --git a/usb-eth/Makefile b/usb-eth/Makefile
index ce4bc6a..9630145 100644
--- a/usb-eth/Makefile
+++ b/usb-eth/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-eth/usb-eth.c b/usb-eth/usb-eth.c
index b0d6eda..71e4a3b 100644
--- a/usb-eth/usb-eth.c
+++ b/usb-eth/usb-eth.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.
*
diff --git a/usb-freq/Makefile b/usb-freq/Makefile
index 9430ae0..40bcabc 100644
--- a/usb-freq/Makefile
+++ b/usb-freq/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-freq/usb-freq.c b/usb-freq/usb-freq.c
index a383ef1..b2dc1b0 100644
--- a/usb-freq/usb-freq.c
+++ b/usb-freq/usb-freq.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.
*
diff --git a/usb-keyboardmouse/Makefile b/usb-keyboardmouse/Makefile
index 4f49c23..659e618 100644
--- a/usb-keyboardmouse/Makefile
+++ b/usb-keyboardmouse/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-keyboardmouse/usb-keyboardmouse.c b/usb-keyboardmouse/usb-keyboardmouse.c
index 649cb65..dd1ea4d 100644
--- a/usb-keyboardmouse/usb-keyboardmouse.c
+++ b/usb-keyboardmouse/usb-keyboardmouse.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.
*
diff --git a/usb-led/Makefile b/usb-led/Makefile
index bce705b..e3b0b57 100644
--- a/usb-led/Makefile
+++ b/usb-led/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-led/usb-led.c b/usb-led/usb-led.c
index a383ef1..b2dc1b0 100644
--- a/usb-led/usb-led.c
+++ b/usb-led/usb-led.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.
*
diff --git a/usb-midi/Makefile b/usb-midi/Makefile
index 71ac11f..c52a24d 100644
--- a/usb-midi/Makefile
+++ b/usb-midi/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-midi/usb-midi.c b/usb-midi/usb-midi.c
index 1d4ca41..7b8d68c 100644
--- a/usb-midi/usb-midi.c
+++ b/usb-midi/usb-midi.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.
*
diff --git a/usb-pwm/Makefile b/usb-pwm/Makefile
index a66709f..85ba3c8 100644
--- a/usb-pwm/Makefile
+++ b/usb-pwm/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-pwm/usb-pwm.c b/usb-pwm/usb-pwm.c
index 7fdf4a1..a6fe2ad 100644
--- a/usb-pwm/usb-pwm.c
+++ b/usb-pwm/usb-pwm.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.
*
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index ee5961e..6cde62d 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-serial/usb-serial.c b/usb-serial/usb-serial.c
index 82b7fc7..9983d9d 100644
--- a/usb-serial/usb-serial.c
+++ b/usb-serial/usb-serial.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.
*
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index a698373..ea8ebb8 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/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>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-spi/usb-spi.c b/usb-spi/usb-spi.c
index 09395aa..1c000ed 100644
--- a/usb-spi/usb-spi.c
+++ b/usb-spi/usb-spi.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.
*