summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-30 00:02:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-30 00:02:34 +0100
commite03b55995a5e61147a85511877974e3e4177c0cd (patch)
tree1464fdcdf65eaa708e004eeef14aaeb52c21e8ff
parentadd warning when build radiohead (diff)
updated copyright header and some whitespace fixes
-rw-r--r--LICENSE2
-rw-r--r--any-led/Makefile2
-rw-r--r--any-led/any-led.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--fastled.mk2
-rw-r--r--include.mk2
-rw-r--r--lib/Arduino.h2
-rw-r--r--lib/anyio.c2
-rw-r--r--lib/anyio.h2
-rw-r--r--lib/arduino-stub.cpp2
-rw-r--r--lib/cc1101.c2
-rw-r--r--lib/cc1101.h2
-rw-r--r--lib/cc1101_defines.h2
-rw-r--r--lib/dualusbio.c2
-rw-r--r--lib/dualusbio.h2
-rw-r--r--lib/led.c2
-rw-r--r--lib/led.h2
-rw-r--r--lib/rda1846.c2
-rw-r--r--lib/rda1846.h2
-rw-r--r--lib/rda1846_defines.h2
-rw-r--r--lib/serialio.c2
-rw-r--r--lib/serialio.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--pjon.mk2
-rw-r--r--rweather-crypto.mk2
-rw-r--r--serial-arduino-led/Makefile2
-rw-r--r--serial-arduino-led/serial-arduino-led.cpp2
-rw-r--r--serial-led/Makefile2
-rw-r--r--serial-led/serial-led.c2
-rw-r--r--serial-pjon/Makefile2
-rw-r--r--serial-pjon/serial-pjon.cpp2
-rw-r--r--tools/Makefile2
-rw-r--r--tools/reset_arduino.c2
-rw-r--r--usb-1wire/Makefile2
-rw-r--r--usb-adc-dustsensor/Makefile2
-rw-r--r--usb-adc-dustsensor/usb-adc-dustsensor.c2
-rw-r--r--usb-arduino-led/Makefile2
-rw-r--r--usb-arduino-led/usb-arduino-led.cpp2
-rw-r--r--usb-bmp280/Makefile2
-rw-r--r--usb-cdc-midi/Makefile2
-rw-r--r--usb-cdc-midi/usb-cdc-midi.c38
-rw-r--r--usb-crypto/Makefile2
-rwxr-xr-xusb-crypto/decrypt.py2
-rw-r--r--usb-crypto/usb-crypto.cpp2
-rw-r--r--usb-dual-led/Makefile2
-rw-r--r--usb-dual-led/usb-dual-led.c2
-rw-r--r--usb-dual-serial/Makefile2
-rw-r--r--usb-dual-serial/usb-dual-serial.c108
-rw-r--r--usb-eth/Makefile2
-rw-r--r--usb-eth/usb-eth.c2
-rw-r--r--usb-fastled/Makefile2
-rw-r--r--usb-fastled/usb-fastled.cpp2
-rw-r--r--usb-keyboardmouse/Makefile2
-rw-r--r--usb-keyboardmouse/usb-keyboardmouse.c58
-rw-r--r--usb-led++/Makefile2
-rw-r--r--usb-led++/usb-led.cpp2
-rw-r--r--usb-led/Makefile2
-rw-r--r--usb-led/usb-led.c2
-rw-r--r--usb-lora-crypto/usb-lora-crypto.cpp2
-rw-r--r--usb-lora/usb-lora.cpp2
-rw-r--r--usb-midi/Makefile2
-rw-r--r--usb-midi/usb-midi.c38
-rw-r--r--usb-pjon/Makefile2
-rw-r--r--usb-pjon/usb-pjon.cpp2
-rw-r--r--usb-pwm/Makefile2
-rw-r--r--usb-pwm/usb-pwm.c2
-rw-r--r--usb-rainbow/Makefile2
-rw-r--r--usb-rainbow/usb-rainbow.cpp2
-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
-rw-r--r--vusb-led/Makefile2
-rw-r--r--vusb-led/vusb-led.c2
-rw-r--r--vusb.mk2
82 files changed, 199 insertions, 199 deletions
diff --git a/LICENSE b/LICENSE
index f96efda..0da5875 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/any-led/Makefile b/any-led/Makefile
index a58b550..72abb8f 100644
--- a/any-led/Makefile
+++ b/any-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 2943ada..a8c1001 100644
--- a/any-led/any-led.c
+++ b/any-led/any-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/blink/Makefile b/blink/Makefile
index c3b4e79..f9d9c05 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/blink/blink.c b/blink/blink.c
index cc3f8ef..1db54ba 100644
--- a/blink/blink.c
+++ b/blink/blink.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/contrib/Makefile b/contrib/Makefile
index 37eba4f..4f55b75 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
## 2013-2014 Othmar Gsenger <otti@gsenger.com>
## 2016 Bernhard Tittelbach <bernhard@tittelbach.org>
##
diff --git a/defines.mk b/defines.mk
index f04496f..3238e1b 100644
--- a/defines.mk
+++ b/defines.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/fastled.mk b/fastled.mk
index 50ac2d4..871f196 100644
--- a/fastled.mk
+++ b/fastled.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/include.mk b/include.mk
index 88376d2..da67e45 100644
--- a/include.mk
+++ b/include.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/lib/Arduino.h b/lib/Arduino.h
index ac7031d..8a074cf 100644
--- a/lib/Arduino.h
+++ b/lib/Arduino.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/anyio.c b/lib/anyio.c
index 3277313..15ee8da 100644
--- a/lib/anyio.c
+++ b/lib/anyio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
* 2013-2014 Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/lib/anyio.h b/lib/anyio.h
index 710d71d..caf7cba 100644
--- a/lib/anyio.h
+++ b/lib/anyio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
* 2013-2014 Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/lib/arduino-stub.cpp b/lib/arduino-stub.cpp
index 38bc168..f95a6f8 100644
--- a/lib/arduino-stub.cpp
+++ b/lib/arduino-stub.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/cc1101.c b/lib/cc1101.c
index e2fe8a5..dd7f587 100644
--- a/lib/cc1101.c
+++ b/lib/cc1101.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/cc1101.h b/lib/cc1101.h
index 2cd7d13..82cd109 100644
--- a/lib/cc1101.h
+++ b/lib/cc1101.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/cc1101_defines.h b/lib/cc1101_defines.h
index f880b29..75e07ac 100644
--- a/lib/cc1101_defines.h
+++ b/lib/cc1101_defines.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/dualusbio.c b/lib/dualusbio.c
index 77ccd72..721e233 100644
--- a/lib/dualusbio.c
+++ b/lib/dualusbio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/dualusbio.h b/lib/dualusbio.h
index c4b0faa..90a118b 100644
--- a/lib/dualusbio.h
+++ b/lib/dualusbio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.c b/lib/led.c
index 3949623..5398f5b 100644
--- a/lib/led.c
+++ b/lib/led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.h b/lib/led.h
index 07c7980..e6b3bc7 100644
--- a/lib/led.h
+++ b/lib/led.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/rda1846.c b/lib/rda1846.c
index 75300a4..2be825a 100644
--- a/lib/rda1846.c
+++ b/lib/rda1846.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/rda1846.h b/lib/rda1846.h
index cec2f03..81bae9f 100644
--- a/lib/rda1846.h
+++ b/lib/rda1846.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/rda1846_defines.h b/lib/rda1846_defines.h
index 26458b2..0ba9e8e 100644
--- a/lib/rda1846_defines.h
+++ b/lib/rda1846_defines.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/serialio.c b/lib/serialio.c
index a26aea3..708e1d3 100644
--- a/lib/serialio.c
+++ b/lib/serialio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2014-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2014-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/serialio.h b/lib/serialio.h
index 81ad69d..6084a5e 100644
--- a/lib/serialio.h
+++ b/lib/serialio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2014-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2014-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/usbio.c b/lib/usbio.c
index 2c9fc9c..90e2a95 100644
--- a/lib/usbio.c
+++ b/lib/usbio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
* 2013-2014 Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/lib/usbio.h b/lib/usbio.h
index decc249..ade2bbd 100644
--- a/lib/usbio.h
+++ b/lib/usbio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
* 2013-2014 Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
diff --git a/lib/util.c b/lib/util.c
index 16e4a9a..f0622ce 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/util.h b/lib/util.h
index 5414808..9671938 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lufa.mk b/lufa.mk
index 5351e55..3141570 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/pjon.mk b/pjon.mk
index a8fc01c..584d99c 100644
--- a/pjon.mk
+++ b/pjon.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/rweather-crypto.mk b/rweather-crypto.mk
index 1d39ecc..c446c9b 100644
--- a/rweather-crypto.mk
+++ b/rweather-crypto.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/serial-arduino-led/Makefile b/serial-arduino-led/Makefile
index 0d48ab3..ac3f131 100644
--- a/serial-arduino-led/Makefile
+++ b/serial-arduino-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/serial-arduino-led/serial-arduino-led.cpp b/serial-arduino-led/serial-arduino-led.cpp
index 434fd70..080501b 100644
--- a/serial-arduino-led/serial-arduino-led.cpp
+++ b/serial-arduino-led/serial-arduino-led.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/serial-led/Makefile b/serial-led/Makefile
index fda1c4a..79d5e01 100644
--- a/serial-led/Makefile
+++ b/serial-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 aeba55f..7421a76 100644
--- a/serial-led/serial-led.c
+++ b/serial-led/serial-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/serial-pjon/Makefile b/serial-pjon/Makefile
index 392ffdb..75e1524 100644
--- a/serial-pjon/Makefile
+++ b/serial-pjon/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/serial-pjon/serial-pjon.cpp b/serial-pjon/serial-pjon.cpp
index 7c3a116..953efeb 100644
--- a/serial-pjon/serial-pjon.cpp
+++ b/serial-pjon/serial-pjon.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/tools/Makefile b/tools/Makefile
index 7bd4598..412ccf3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 8d687aa..5ba3876 100644
--- a/tools/reset_arduino.c
+++ b/tools/reset_arduino.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-1wire/Makefile b/usb-1wire/Makefile
index 07d5d21..b34ec18 100644
--- a/usb-1wire/Makefile
+++ b/usb-1wire/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-adc-dustsensor/Makefile b/usb-adc-dustsensor/Makefile
index 5fe866c..b4c7954 100644
--- a/usb-adc-dustsensor/Makefile
+++ b/usb-adc-dustsensor/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 84549ea..9a05fe1 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-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-arduino-led/Makefile b/usb-arduino-led/Makefile
index 391d4af..9ad7307 100644
--- a/usb-arduino-led/Makefile
+++ b/usb-arduino-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-arduino-led/usb-arduino-led.cpp b/usb-arduino-led/usb-arduino-led.cpp
index 7d15316..fbd6914 100644
--- a/usb-arduino-led/usb-arduino-led.cpp
+++ b/usb-arduino-led/usb-arduino-led.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-bmp280/Makefile b/usb-bmp280/Makefile
index 754ec08..52747d0 100644
--- a/usb-bmp280/Makefile
+++ b/usb-bmp280/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
## 2016 Bernhard Tittelbach <bernhard@tittelbach.org>
##
## This file is part of spreadspace avr utils.
diff --git a/usb-cdc-midi/Makefile b/usb-cdc-midi/Makefile
index 73caf91..e76c339 100644
--- a/usb-cdc-midi/Makefile
+++ b/usb-cdc-midi/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-cdc-midi/usb-cdc-midi.c b/usb-cdc-midi/usb-cdc-midi.c
index a7cd501..1424662 100644
--- a/usb-cdc-midi/usb-cdc-midi.c
+++ b/usb-cdc-midi/usb-cdc-midi.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -69,24 +69,24 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface =
USB_ClassInfo_MIDI_Device_t Keyboard_MIDI_Interface =
- {
- .Config =
- {
- .StreamingInterfaceNumber = INTERFACE_ID_AudioStream,
- .DataINEndpoint =
- {
- .Address = MIDI_STREAM_IN_EPADDR,
- .Size = MIDI_STREAM_EPSIZE,
- .Banks = 1,
- },
- .DataOUTEndpoint =
- {
- .Address = MIDI_STREAM_OUT_EPADDR,
- .Size = MIDI_STREAM_EPSIZE,
- .Banks = 1,
- },
- },
- };
+ {
+ .Config =
+ {
+ .StreamingInterfaceNumber = INTERFACE_ID_AudioStream,
+ .DataINEndpoint =
+ {
+ .Address = MIDI_STREAM_IN_EPADDR,
+ .Size = MIDI_STREAM_EPSIZE,
+ .Banks = 1,
+ },
+ .DataOUTEndpoint =
+ {
+ .Address = MIDI_STREAM_OUT_EPADDR,
+ .Size = MIDI_STREAM_EPSIZE,
+ .Banks = 1,
+ },
+ },
+ };
void EVENT_USB_Device_ConfigurationChanged(void)
diff --git a/usb-crypto/Makefile b/usb-crypto/Makefile
index bae846a..62ffb33 100644
--- a/usb-crypto/Makefile
+++ b/usb-crypto/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-crypto/decrypt.py b/usb-crypto/decrypt.py
index 7f7151a..117a4a3 100755
--- a/usb-crypto/decrypt.py
+++ b/usb-crypto/decrypt.py
@@ -3,7 +3,7 @@
# spreadspace avr utils
#
#
-# Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+# Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
#
# This file is part of spreadspace avr utils.
#
diff --git a/usb-crypto/usb-crypto.cpp b/usb-crypto/usb-crypto.cpp
index 0f7a9be..2ed780e 100644
--- a/usb-crypto/usb-crypto.cpp
+++ b/usb-crypto/usb-crypto.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-dual-led/Makefile b/usb-dual-led/Makefile
index a297cc6..3b01281 100644
--- a/usb-dual-led/Makefile
+++ b/usb-dual-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-dual-led/usb-dual-led.c b/usb-dual-led/usb-dual-led.c
index 7da8a82..4c59a48 100644
--- a/usb-dual-led/usb-dual-led.c
+++ b/usb-dual-led/usb-dual-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 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 639c3c9..6fb437a 100644
--- a/usb-dual-serial/Makefile
+++ b/usb-dual-serial/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 334b3a4..287f9a9 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-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -47,67 +47,67 @@ static RingBuffer_t USARTtoUSB_Buffer;
static uint8_t USARTtoUSB_Buffer_Data[128];
USB_ClassInfo_CDC_Device_t VirtualSerial1_CDC_Interface =
- {
- .Config =
- {
- .ControlInterfaceNumber = INTERFACE_ID_CDC1_CCI,
- .DataINEndpoint =
- {
- .Address = CDC1_TX_EPADDR,
- .Size = CDC_TXRX_EPSIZE,
- .Banks = 1,
- },
- .DataOUTEndpoint =
- {
- .Address = CDC1_RX_EPADDR,
- .Size = CDC_TXRX_EPSIZE,
- .Banks = 1,
- },
- .NotificationEndpoint =
- {
- .Address = CDC1_NOTIFICATION_EPADDR,
- .Size = CDC_NOTIFICATION_EPSIZE,
- .Banks = 1,
- },
- },
- };
+ {
+ .Config =
+ {
+ .ControlInterfaceNumber = INTERFACE_ID_CDC1_CCI,
+ .DataINEndpoint =
+ {
+ .Address = CDC1_TX_EPADDR,
+ .Size = CDC_TXRX_EPSIZE,
+ .Banks = 1,
+ },
+ .DataOUTEndpoint =
+ {
+ .Address = CDC1_RX_EPADDR,
+ .Size = CDC_TXRX_EPSIZE,
+ .Banks = 1,
+ },
+ .NotificationEndpoint =
+ {
+ .Address = CDC1_NOTIFICATION_EPADDR,
+ .Size = CDC_NOTIFICATION_EPSIZE,
+ .Banks = 1,
+ },
+ },
+ };
USB_ClassInfo_CDC_Device_t VirtualSerial2_CDC_Interface =
- {
- .Config =
- {
- .ControlInterfaceNumber = INTERFACE_ID_CDC2_CCI,
- .DataINEndpoint =
- {
- .Address = CDC2_TX_EPADDR,
- .Size = CDC_TXRX_EPSIZE,
- .Banks = 1,
- },
- .DataOUTEndpoint =
- {
- .Address = CDC2_RX_EPADDR,
- .Size = CDC_TXRX_EPSIZE,
- .Banks = 1,
- },
- .NotificationEndpoint =
- {
- .Address = CDC2_NOTIFICATION_EPADDR,
- .Size = CDC_NOTIFICATION_EPSIZE,
- .Banks = 1,
- },
- },
- };
+ {
+ .Config =
+ {
+ .ControlInterfaceNumber = INTERFACE_ID_CDC2_CCI,
+ .DataINEndpoint =
+ {
+ .Address = CDC2_TX_EPADDR,
+ .Size = CDC_TXRX_EPSIZE,
+ .Banks = 1,
+ },
+ .DataOUTEndpoint =
+ {
+ .Address = CDC2_RX_EPADDR,
+ .Size = CDC_TXRX_EPSIZE,
+ .Banks = 1,
+ },
+ .NotificationEndpoint =
+ {
+ .Address = CDC2_NOTIFICATION_EPADDR,
+ .Size = CDC_NOTIFICATION_EPSIZE,
+ .Banks = 1,
+ },
+ },
+ };
void EVENT_USB_Device_ConfigurationChanged(void)
{
- CDC_Device_ConfigureEndpoints(&VirtualSerial1_CDC_Interface);
- CDC_Device_ConfigureEndpoints(&VirtualSerial2_CDC_Interface);
+ CDC_Device_ConfigureEndpoints(&VirtualSerial1_CDC_Interface);
+ CDC_Device_ConfigureEndpoints(&VirtualSerial2_CDC_Interface);
}
void EVENT_USB_Device_ControlRequest(void)
{
- CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface);
- CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface);
+ CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface);
+ CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface);
}
void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo)
@@ -255,7 +255,7 @@ int main(void)
}
usbserial_task();
- CDC_Device_USBTask(&VirtualSerial2_CDC_Interface);
+ CDC_Device_USBTask(&VirtualSerial2_CDC_Interface);
USB_USBTask();
}
}
diff --git a/usb-eth/Makefile b/usb-eth/Makefile
index 95735a4..767ed82 100644
--- a/usb-eth/Makefile
+++ b/usb-eth/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 6c6817d..18d1752 100644
--- a/usb-eth/usb-eth.c
+++ b/usb-eth/usb-eth.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-fastled/Makefile b/usb-fastled/Makefile
index ccb6f8d..7b70caa 100644
--- a/usb-fastled/Makefile
+++ b/usb-fastled/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-fastled/usb-fastled.cpp b/usb-fastled/usb-fastled.cpp
index 2868ecd..e8a580f 100644
--- a/usb-fastled/usb-fastled.cpp
+++ b/usb-fastled/usb-fastled.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-keyboardmouse/Makefile b/usb-keyboardmouse/Makefile
index 764c362..eab6bf1 100644
--- a/usb-keyboardmouse/Makefile
+++ b/usb-keyboardmouse/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 65491e9..f881de1 100644
--- a/usb-keyboardmouse/usb-keyboardmouse.c
+++ b/usb-keyboardmouse/usb-keyboardmouse.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -46,36 +46,36 @@ static uint8_t PrevKeyboardHIDReportBuffer[sizeof(USB_KeyboardReport_Data_t)];
static uint8_t PrevMouseHIDReportBuffer[sizeof(USB_MouseReport_Data_t)];
USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
- {
- .Config =
- {
- .InterfaceNumber = INTERFACE_ID_Keyboard,
- .ReportINEndpoint =
- {
- .Address = KEYBOARD_IN_EPADDR,
- .Size = HID_EPSIZE,
- .Banks = 1,
- },
- .PrevReportINBuffer = PrevKeyboardHIDReportBuffer,
- .PrevReportINBufferSize = sizeof(PrevKeyboardHIDReportBuffer),
- },
- };
+ {
+ .Config =
+ {
+ .InterfaceNumber = INTERFACE_ID_Keyboard,
+ .ReportINEndpoint =
+ {
+ .Address = KEYBOARD_IN_EPADDR,
+ .Size = HID_EPSIZE,
+ .Banks = 1,
+ },
+ .PrevReportINBuffer = PrevKeyboardHIDReportBuffer,
+ .PrevReportINBufferSize = sizeof(PrevKeyboardHIDReportBuffer),
+ },
+ };
USB_ClassInfo_HID_Device_t Mouse_HID_Interface =
- {
- .Config =
- {
- .InterfaceNumber = INTERFACE_ID_Mouse,
- .ReportINEndpoint =
- {
- .Address = MOUSE_IN_EPADDR,
- .Size = HID_EPSIZE,
- .Banks = 1,
- },
- .PrevReportINBuffer = PrevMouseHIDReportBuffer,
- .PrevReportINBufferSize = sizeof(PrevMouseHIDReportBuffer),
- },
- };
+ {
+ .Config =
+ {
+ .InterfaceNumber = INTERFACE_ID_Mouse,
+ .ReportINEndpoint =
+ {
+ .Address = MOUSE_IN_EPADDR,
+ .Size = HID_EPSIZE,
+ .Banks = 1,
+ },
+ .PrevReportINBuffer = PrevMouseHIDReportBuffer,
+ .PrevReportINBufferSize = sizeof(PrevMouseHIDReportBuffer),
+ },
+ };
void EVENT_USB_Device_ConfigurationChanged(void)
{
diff --git a/usb-led++/Makefile b/usb-led++/Makefile
index be4d718..6f84cac 100644
--- a/usb-led++/Makefile
+++ b/usb-led++/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-led++/usb-led.cpp b/usb-led++/usb-led.cpp
index 98750e4..5177eb9 100644
--- a/usb-led++/usb-led.cpp
+++ b/usb-led++/usb-led.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 13230c0..e86d421 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 3378435..ba48807 100644
--- a/usb-led/usb-led.c
+++ b/usb-led/usb-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-lora-crypto/usb-lora-crypto.cpp b/usb-lora-crypto/usb-lora-crypto.cpp
index 3af1dcb..c6d27a4 100644
--- a/usb-lora-crypto/usb-lora-crypto.cpp
+++ b/usb-lora-crypto/usb-lora-crypto.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-lora/usb-lora.cpp b/usb-lora/usb-lora.cpp
index 561f543..7963867 100644
--- a/usb-lora/usb-lora.cpp
+++ b/usb-lora/usb-lora.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-midi/Makefile b/usb-midi/Makefile
index 65b5701..b829046 100644
--- a/usb-midi/Makefile
+++ b/usb-midi/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 f063238..7ceb8fc 100644
--- a/usb-midi/usb-midi.c
+++ b/usb-midi/usb-midi.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -46,24 +46,24 @@
* within a device can be differentiated from one another.
*/
USB_ClassInfo_MIDI_Device_t Keyboard_MIDI_Interface =
- {
- .Config =
- {
- .StreamingInterfaceNumber = INTERFACE_ID_AudioStream,
- .DataINEndpoint =
- {
- .Address = MIDI_STREAM_IN_EPADDR,
- .Size = MIDI_STREAM_EPSIZE,
- .Banks = 1,
- },
- .DataOUTEndpoint =
- {
- .Address = MIDI_STREAM_OUT_EPADDR,
- .Size = MIDI_STREAM_EPSIZE,
- .Banks = 1,
- },
- },
- };
+ {
+ .Config =
+ {
+ .StreamingInterfaceNumber = INTERFACE_ID_AudioStream,
+ .DataINEndpoint =
+ {
+ .Address = MIDI_STREAM_IN_EPADDR,
+ .Size = MIDI_STREAM_EPSIZE,
+ .Banks = 1,
+ },
+ .DataOUTEndpoint =
+ {
+ .Address = MIDI_STREAM_OUT_EPADDR,
+ .Size = MIDI_STREAM_EPSIZE,
+ .Banks = 1,
+ },
+ },
+ };
/** Event handler for the library USB Configuration Changed event. */
diff --git a/usb-pjon/Makefile b/usb-pjon/Makefile
index 448c8c4..a97a739 100644
--- a/usb-pjon/Makefile
+++ b/usb-pjon/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-pjon/usb-pjon.cpp b/usb-pjon/usb-pjon.cpp
index b83f537..8aca504 100644
--- a/usb-pjon/usb-pjon.cpp
+++ b/usb-pjon/usb-pjon.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-pwm/Makefile b/usb-pwm/Makefile
index 88d0933..5870a98 100644
--- a/usb-pwm/Makefile
+++ b/usb-pwm/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 a271e98..8f8fa49 100644
--- a/usb-pwm/usb-pwm.c
+++ b/usb-pwm/usb-pwm.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-rainbow/Makefile b/usb-rainbow/Makefile
index c5fcf14..21b17c9 100644
--- a/usb-rainbow/Makefile
+++ b/usb-rainbow/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-rainbow/usb-rainbow.cpp b/usb-rainbow/usb-rainbow.cpp
index 6465e18..1a856cd 100644
--- a/usb-rainbow/usb-rainbow.cpp
+++ b/usb-rainbow/usb-rainbow.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index 999595f..f8fd0a0 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 f8e8be3..303b85e 100644
--- a/usb-serial/usb-serial.c
+++ b/usb-serial/usb-serial.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index 2ccfc4c..313ebe1 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 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 41e44a6..1fbd595 100644
--- a/usb-spi/usb-spi.c
+++ b/usb-spi/usb-spi.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/vusb-led/Makefile b/vusb-led/Makefile
index e505dc2..eff9b79 100644
--- a/vusb-led/Makefile
+++ b/vusb-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/vusb-led/vusb-led.c b/vusb-led/vusb-led.c
index 31e7c13..5b646fa 100644
--- a/vusb-led/vusb-led.c
+++ b/vusb-led/vusb-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/vusb.mk b/vusb.mk
index 086d21b..8f34886 100644
--- a/vusb.mk
+++ b/vusb.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##