summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-11-05 00:17:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-11-05 00:17:25 (GMT)
commit8535bbb0bd986c040bd46c746d92f822a4184b45 (patch)
tree4594a2214542c57e6756cde1a0675c49ca3ec308 /software
parent18cd594a03bf8f10c481868daf8cd1969d33a02e (diff)
upgraded avr utils
Diffstat (limited to 'software')
-rw-r--r--software/defines.mk2
-rw-r--r--software/include.mk2
-rw-r--r--software/lib/anyio.c2
-rw-r--r--software/lib/anyio.h2
-rw-r--r--software/lib/ds1820.c2
-rw-r--r--software/lib/ds1820.h2
-rw-r--r--software/lib/led.c2
-rw-r--r--software/lib/led.h2
-rw-r--r--software/lib/usbio.c2
-rw-r--r--software/lib/usbio.h2
-rw-r--r--software/lib/util.c2
-rw-r--r--software/lib/util.h2
-rw-r--r--software/lufa.mk2
13 files changed, 13 insertions, 13 deletions
diff --git a/software/defines.mk b/software/defines.mk
index 19ad64f..9af0179 100644
--- a/software/defines.mk
+++ b/software/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/software/include.mk b/software/include.mk
index 83bf275..c2eb585 100644
--- a/software/include.mk
+++ b/software/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/software/lib/anyio.c b/software/lib/anyio.c
index 6322feb..2aae54e 100644
--- a/software/lib/anyio.c
+++ b/software/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/software/lib/anyio.h b/software/lib/anyio.h
index d774a82..2cf4ae1 100644
--- a/software/lib/anyio.h
+++ b/software/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/software/lib/ds1820.c b/software/lib/ds1820.c
index ca1ff16..4619498 100644
--- a/software/lib/ds1820.c
+++ b/software/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/software/lib/ds1820.h b/software/lib/ds1820.h
index 4c29d07..64a0089 100644
--- a/software/lib/ds1820.h
+++ b/software/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/software/lib/led.c b/software/lib/led.c
index fd2754e..4f3aec2 100644
--- a/software/lib/led.c
+++ b/software/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/software/lib/led.h b/software/lib/led.h
index b69015a..0c78193 100644
--- a/software/lib/led.h
+++ b/software/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/software/lib/usbio.c b/software/lib/usbio.c
index 6f15b53..fbdd5a3 100644
--- a/software/lib/usbio.c
+++ b/software/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/software/lib/usbio.h b/software/lib/usbio.h
index cdc5bec..1237f37 100644
--- a/software/lib/usbio.h
+++ b/software/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/software/lib/util.c b/software/lib/util.c
index 7442b2c..7f15bfe 100644
--- a/software/lib/util.c
+++ b/software/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/software/lib/util.h b/software/lib/util.h
index bdd2968..51c946d 100644
--- a/software/lib/util.h
+++ b/software/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/software/lufa.mk b/software/lufa.mk
index ec4dd7a..b247b87 100644
--- a/software/lufa.mk
+++ b/software/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.
##