summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-04 21:53:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-05-04 21:53:57 +0200
commit7bae07c4da9d487bbfb42c237a88350ec785d561 (patch)
tree8e7debba039b20930bb2f7a84ac7b7370c6c869b /lib
parentadded serial pjon example... pjon receive works now as well (diff)
updated copyright header
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 16f8136..0e8de94 100644
--- a/lib/Arduino.h
+++ b/lib/Arduino.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/anyio.c b/lib/anyio.c
index 1ccaf3a..3277313 100644
--- a/lib/anyio.c
+++ b/lib/anyio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 9d7dee4..710d71d 100644
--- a/lib/anyio.h
+++ b/lib/anyio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 b98946d..d848e8d 100644
--- a/lib/arduino-stub.cpp
+++ b/lib/arduino-stub.cpp
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/cc1101.c b/lib/cc1101.c
index babc9d1..e2fe8a5 100644
--- a/lib/cc1101.c
+++ b/lib/cc1101.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/cc1101.h b/lib/cc1101.h
index 52dbf20..2cd7d13 100644
--- a/lib/cc1101.h
+++ b/lib/cc1101.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 35ee5bd..f880b29 100644
--- a/lib/cc1101_defines.h
+++ b/lib/cc1101_defines.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/dualusbio.c b/lib/dualusbio.c
index 6bf4556..77ccd72 100644
--- a/lib/dualusbio.c
+++ b/lib/dualusbio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/dualusbio.h b/lib/dualusbio.h
index 14dcfa0..c4b0faa 100644
--- a/lib/dualusbio.h
+++ b/lib/dualusbio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.c b/lib/led.c
index a6117bb..921cf25 100644
--- a/lib/led.c
+++ b/lib/led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.h b/lib/led.h
index 9744c21..07c7980 100644
--- a/lib/led.h
+++ b/lib/led.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/rda1846.c b/lib/rda1846.c
index 1f69ad7..75300a4 100644
--- a/lib/rda1846.c
+++ b/lib/rda1846.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/rda1846.h b/lib/rda1846.h
index c744444..cec2f03 100644
--- a/lib/rda1846.h
+++ b/lib/rda1846.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 8693f36..26458b2 100644
--- a/lib/rda1846_defines.h
+++ b/lib/rda1846_defines.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/serialio.c b/lib/serialio.c
index 1f00be8..4e11e42 100644
--- a/lib/serialio.c
+++ b/lib/serialio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2014 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2014-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/serialio.h b/lib/serialio.h
index ca24482..81ad69d 100644
--- a/lib/serialio.h
+++ b/lib/serialio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2014-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2014-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/usbio.c b/lib/usbio.c
index 6f6a134..3010789 100644
--- a/lib/usbio.c
+++ b/lib/usbio.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 3373855..fdd93f1 100644
--- a/lib/usbio.h
+++ b/lib/usbio.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 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 b9b38c1..16e4a9a 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/util.h b/lib/util.h
index eb1ad6f..5414808 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013-2016 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*