summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-01-30 01:02:33 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-01-30 01:02:33 +0000
commit22013ec0710d3d4c93ff7e5babd4d5ed48bab6fa (patch)
treec4819e3fc7118d69a32ff269c1a70511d07d99d1 /lib
parentbetter handling for stdio (usb vs serial - works now) (diff)
updated licence header (2012 vs 2013)
git-svn-id: https://svn.spreadspace.org/avr/trunk@96 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'lib')
-rw-r--r--lib/led.c2
-rw-r--r--lib/led.h2
-rw-r--r--lib/util.c2
-rw-r--r--lib/util.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/led.c b/lib/led.c
index d567cef..2b8dfd4 100644
--- a/lib/led.c
+++ b/lib/led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/led.h b/lib/led.h
index d7a8e3b..a660701 100644
--- a/lib/led.h
+++ b/lib/led.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/util.c b/lib/util.c
index 6624699..b99ba51 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
diff --git a/lib/util.h b/lib/util.h
index 77afa2e..7fee563 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*