diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-05-04 21:53:57 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-05-04 21:53:57 +0200 |
commit | 7bae07c4da9d487bbfb42c237a88350ec785d561 (patch) | |
tree | 8e7debba039b20930bb2f7a84ac7b7370c6c869b /usb-led | |
parent | added serial pjon example... pjon receive works now as well (diff) |
updated copyright header
Diffstat (limited to 'usb-led')
-rw-r--r-- | usb-led/Makefile | 2 | ||||
-rw-r--r-- | usb-led/usb-led.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile index 7131182..e0afd1e 100644 --- a/usb-led/Makefile +++ b/usb-led/Makefile @@ -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/usb-led/usb-led.c b/usb-led/usb-led.c index d5775a2..350e091 100644 --- a/usb-led/usb-led.c +++ b/usb-led/usb-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. * |