summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-06-30 02:27:50 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-06-30 02:27:50 +0200
commita443b9b51c58a86c869e206e61c35f3c4068278f (patch)
tree2d1f2d4776ae76facd98139df128d41eb49c0892
parentfixed rndis descriptor (diff)
updated copyright info
-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--defines.mk2
-rw-r--r--include.mk2
-rw-r--r--lib/anyio.h4
-rw-r--r--lib/led.c2
-rw-r--r--lib/led.h2
-rw-r--r--lib/serialio.h2
-rw-r--r--lib/usbio.h4
-rw-r--r--lib/util.c2
-rw-r--r--lib/util.h2
-rw-r--r--lufa.mk2
-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--usb-1wire/Makefile2
-rw-r--r--usb-adc-dustsensor/Makefile2
-rw-r--r--usb-adc-dustsensor/usb-adc-dustsensor.c2
-rw-r--r--usb-dual-serial/Makefile2
-rw-r--r--usb-eth/Makefile2
-rw-r--r--usb-eth/usb-eth.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-led2/Makefile2
-rw-r--r--usb-led2/usb-led2.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-spi/Makefile2
37 files changed, 39 insertions, 39 deletions
diff --git a/LICENSE b/LICENSE
index f08ffda..10f81b4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/any-led/Makefile b/any-led/Makefile
index 0ddabfb..a365546 100644
--- a/any-led/Makefile
+++ b/any-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 d3e7f93..b0717e9 100644
--- a/any-led/any-led.c
+++ b/any-led/any-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/blink/Makefile b/blink/Makefile
index 8aa652b..86fa003 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/blink/blink.c b/blink/blink.c
index 9bfa185..1708fce 100644
--- a/blink/blink.c
+++ b/blink/blink.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/defines.mk b/defines.mk
index e5f1d92..f76c9e6 100644
--- a/defines.mk
+++ b/defines.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/include.mk b/include.mk
index 4bf417e..d2813a6 100644
--- a/include.mk
+++ b/include.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/lib/anyio.h b/lib/anyio.h
index 2cf4ae1..ef5a832 100644
--- a/lib/anyio.h
+++ b/lib/anyio.h
@@ -2,8 +2,8 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
- * Othmar Gsenger <otti@wirdorange.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * 2013-2014 Othmar Gsenger <otti@wirdorange.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.c b/lib/led.c
index 4f3aec2..d4bc336 100644
--- a/lib/led.c
+++ b/lib/led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.h b/lib/led.h
index 0c78193..850d03b 100644
--- a/lib/led.h
+++ b/lib/led.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/serialio.h b/lib/serialio.h
index 3b0781e..3d1cbe1 100644
--- a/lib/serialio.h
+++ b/lib/serialio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2014-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/usbio.h b/lib/usbio.h
index 1237f37..4abdb2c 100644
--- a/lib/usbio.h
+++ b/lib/usbio.h
@@ -2,8 +2,8 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
- * Othmar Gsenger <otti@wirdorange.org>
+ * Copyright (C) 2013-2015 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 7f15bfe..b9b38c1 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/util.h b/lib/util.h
index 51c946d..2326f66 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lufa.mk b/lufa.mk
index 3a576ca..c0453e5 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/serial-led/Makefile b/serial-led/Makefile
index 20ff623..45be8e1 100644
--- a/serial-led/Makefile
+++ b/serial-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 8ccb6d4..07ae4d6 100644
--- a/serial-led/serial-led.c
+++ b/serial-led/serial-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/tools/Makefile b/tools/Makefile
index 26c4f8c..0ec999e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 4eb22bb..9fedd2e 100644
--- a/tools/reset_arduino.c
+++ b/tools/reset_arduino.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-1wire/Makefile b/usb-1wire/Makefile
index 3da2eb1..50bba0d 100644
--- a/usb-1wire/Makefile
+++ b/usb-1wire/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 264810b..ceaa1d3 100644
--- a/usb-adc-dustsensor/Makefile
+++ b/usb-adc-dustsensor/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 480596e..be26fb0 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-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 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 8dc0e29..4e15bba 100644
--- a/usb-dual-serial/Makefile
+++ b/usb-dual-serial/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-eth/Makefile b/usb-eth/Makefile
index f7f6eb5..0250e71 100644
--- a/usb-eth/Makefile
+++ b/usb-eth/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 67fb861..5d42610 100644
--- a/usb-eth/usb-eth.c
+++ b/usb-eth/usb-eth.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-keyboardmouse/Makefile b/usb-keyboardmouse/Makefile
index 330c41f..beb8721 100644
--- a/usb-keyboardmouse/Makefile
+++ b/usb-keyboardmouse/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 ffc9398..166f6a3 100644
--- a/usb-keyboardmouse/usb-keyboardmouse.c
+++ b/usb-keyboardmouse/usb-keyboardmouse.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 8bae554..635f195 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 892761c..d5775a2 100644
--- a/usb-led/usb-led.c
+++ b/usb-led/usb-led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-led2/Makefile b/usb-led2/Makefile
index 3094a94..2f7cb33 100644
--- a/usb-led2/Makefile
+++ b/usb-led2/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-led2/usb-led2.c b/usb-led2/usb-led2.c
index 8640207..139e841 100644
--- a/usb-led2/usb-led2.c
+++ b/usb-led2/usb-led2.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-midi/Makefile b/usb-midi/Makefile
index 0175854..d1ff37b 100644
--- a/usb-midi/Makefile
+++ b/usb-midi/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 3c14499..741e232 100644
--- a/usb-midi/usb-midi.c
+++ b/usb-midi/usb-midi.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-pwm/Makefile b/usb-pwm/Makefile
index f19c08c..6bf7c8f 100644
--- a/usb-pwm/Makefile
+++ b/usb-pwm/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 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 14f42fb..6944f00 100644
--- a/usb-pwm/usb-pwm.c
+++ b/usb-pwm/usb-pwm.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index ba0fb9a..c3231f9 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index 4d18d3a..4311c56 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##