summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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
20 files changed, 20 insertions, 20 deletions
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.
*