From 687c121cb1207f32e07c48096d5a4c09240599c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 Feb 2015 18:45:42 +0100 Subject: updated copyright header --- software/LICENSE | 4 ++-- software/README | 2 +- software/ctr/Makefile | 4 ++-- software/ctr/ctr.asm | 4 ++-- software/ctr/i2c.inc | 4 ++-- software/ctr/tables.inc | 4 ++-- software/ctr/ttx.inc | 4 ++-- software/hhd70dongle/c1101lib.c | 2 +- software/hhd70dongle/c1101lib.h | 2 +- software/hhd70dongle/hhd70.c | 2 +- software/hhd70dongle/hhd70.h | 2 +- software/hhd70dongle/hhd70dongle.c | 2 +- software/hhd70dongle/util.c | 2 +- software/hhd70dongle/util.h | 2 +- software/idm/Makefile | 8 ++++---- software/ihu/Makefile | 4 ++-- software/ihu/adc.inc | 4 ++-- software/ihu/i2c.inc | 4 ++-- software/ihu/ihu.asm | 4 ++-- software/ihu/math.inc | 4 ++-- software/ihu/rtc.inc | 4 ++-- software/ihu/solar.inc | 4 ++-- software/ihu/spi.inc | 4 ++-- software/ihu/tables.inc | 4 ++-- software/ihu/temp.inc | 4 ++-- software/ihu/uart.inc | 4 ++-- software/mpu/blockstore.c | 4 ++-- software/mpu/blockstore.h | 4 ++-- software/mpu/board-F405/board-utils.c | 4 ++-- software/mpu/board-F405/board-utils.h | 4 ++-- software/mpu/heartbeat.c | 4 ++-- software/mpu/heartbeat.h | 4 ++-- software/mpu/ihu.c | 4 ++-- software/mpu/ihu.h | 4 ++-- software/mpu/main.c | 4 ++-- software/mpu/usb-cdc-descriptor.h | 4 ++-- software/mpu/usb-cdc-shell.c | 4 ++-- software/mpu/usb-cdc-shell.h | 4 ++-- software/mpu/utils.c | 4 ++-- software/mpu/utils.h | 4 ++-- software/rda1846dongle/Makefile | 4 ++-- software/rda1846dongle/rda1846.c | 4 ++-- software/rda1846dongle/rda1846.h | 4 ++-- software/rda1846dongle/rda1846_defines.h | 4 ++-- software/rda1846dongle/rda1846dongle.c | 4 ++-- software/ttx/Makefile | 4 ++-- software/ttx/ttx.asm | 4 ++-- tools/dtmf/Makefile | 2 +- tools/dtmf/gencrx.c | 2 +- tools/dtmf/gst-dtmf.c | 2 +- tools/dtmf/soxdtmftest.sh | 2 +- tools/idm-ringbuffer/Makefile | 2 +- tools/idm-ringbuffer/ringbuffer.c | 2 +- tools/solarmeter/Makefile | 2 +- 54 files changed, 95 insertions(+), 95 deletions(-) diff --git a/software/LICENSE b/software/LICENSE index 24dfbd0..c8f1797 100644 --- a/software/LICENSE +++ b/software/LICENSE @@ -1,7 +1,7 @@ /* * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2011 Christian Pointner + * Copyright (C) 2011-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/README b/software/README index eb0a43a..f6969ee 100644 --- a/software/README +++ b/software/README @@ -1,7 +1,7 @@ License ======= -mur.sat is licensed under GPLv3. You can find the full text of the +mur.sat is licensed under GPLv3. You can find the full text of the license in the file LICENSE. Some parts are based on LUFA which has been licensed under the diff --git a/software/ctr/Makefile b/software/ctr/Makefile index 3e20a1d..a96e463 100644 --- a/software/ctr/Makefile +++ b/software/ctr/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ## Please visit the project hompage at sat.mur.at for further information. ## ## -## Copyright (C) 2011 Christian Pointner +## Copyright (C) 2011-2015 Christian Pointner ## ## This file is part of mur.sat. ## diff --git a/software/ctr/ctr.asm b/software/ctr/ctr.asm index 281321e..ac514d3 100644 --- a/software/ctr/ctr.asm +++ b/software/ctr/ctr.asm @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ctr/i2c.inc b/software/ctr/i2c.inc index 9643355..ce80455 100644 --- a/software/ctr/i2c.inc +++ b/software/ctr/i2c.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ctr/tables.inc b/software/ctr/tables.inc index 4adf432..92f1ec9 100644 --- a/software/ctr/tables.inc +++ b/software/ctr/tables.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ctr/ttx.inc b/software/ctr/ttx.inc index 278574a..a9b5aa8 100644 --- a/software/ctr/ttx.inc +++ b/software/ctr/ttx.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/hhd70dongle/c1101lib.c b/software/hhd70dongle/c1101lib.c index d498ec2..d7c78ee 100644 --- a/software/hhd70dongle/c1101lib.c +++ b/software/hhd70dongle/c1101lib.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/c1101lib.h b/software/hhd70dongle/c1101lib.h index 8bd80ae..6c3943c 100644 --- a/software/hhd70dongle/c1101lib.h +++ b/software/hhd70dongle/c1101lib.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/hhd70.c b/software/hhd70dongle/hhd70.c index 2461c29..d2a3558 100644 --- a/software/hhd70dongle/hhd70.c +++ b/software/hhd70dongle/hhd70.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/hhd70.h b/software/hhd70dongle/hhd70.h index 090c96a..8caccba 100644 --- a/software/hhd70dongle/hhd70.h +++ b/software/hhd70dongle/hhd70.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c index c93e7a8..730c28c 100644 --- a/software/hhd70dongle/hhd70dongle.c +++ b/software/hhd70dongle/hhd70dongle.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/util.c b/software/hhd70dongle/util.c index 095099f..dce23b9 100644 --- a/software/hhd70dongle/util.c +++ b/software/hhd70dongle/util.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/hhd70dongle/util.h b/software/hhd70dongle/util.h index ec379cc..e93f96f 100644 --- a/software/hhd70dongle/util.h +++ b/software/hhd70dongle/util.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/software/idm/Makefile b/software/idm/Makefile index 13efae6..f5bfa6c 100644 --- a/software/idm/Makefile +++ b/software/idm/Makefile @@ -1,17 +1,17 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, ## ESC im Labor and realraum. ## ## Please visit the project hompage at sat.mur.at for further information. -## ## -## Copyright (C) 2011 Christian Pointner -## +## +## Copyright (C) 2011-2015 Christian Pointner +## ## This file is part of mur.sat. ## ## mur.sat is free software: you can redistribute it and/or modify diff --git a/software/ihu/Makefile b/software/ihu/Makefile index 5b60d06..8df9220 100644 --- a/software/ihu/Makefile +++ b/software/ihu/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ## Please visit the project hompage at sat.mur.at for further information. ## ## -## Copyright (C) 2011-2013 Christian Pointner +## Copyright (C) 2011-2015 Christian Pointner ## ## This file is part of mur.sat. ## diff --git a/software/ihu/adc.inc b/software/ihu/adc.inc index 0be0dec..c115371 100644 --- a/software/ihu/adc.inc +++ b/software/ihu/adc.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/i2c.inc b/software/ihu/i2c.inc index ea9012f..1c90e7a 100644 --- a/software/ihu/i2c.inc +++ b/software/ihu/i2c.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm index b9cbdad..8fad1ba 100644 --- a/software/ihu/ihu.asm +++ b/software/ihu/ihu.asm @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/math.inc b/software/ihu/math.inc index cf06574..d714f99 100644 --- a/software/ihu/math.inc +++ b/software/ihu/math.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/rtc.inc b/software/ihu/rtc.inc index b052f4b..8d838b9 100644 --- a/software/ihu/rtc.inc +++ b/software/ihu/rtc.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/solar.inc b/software/ihu/solar.inc index 62f8539..9094081 100644 --- a/software/ihu/solar.inc +++ b/software/ihu/solar.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/spi.inc b/software/ihu/spi.inc index ff8e3c6..6e39395 100644 --- a/software/ihu/spi.inc +++ b/software/ihu/spi.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/tables.inc b/software/ihu/tables.inc index 10bbda2..f295902 100644 --- a/software/ihu/tables.inc +++ b/software/ihu/tables.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/temp.inc b/software/ihu/temp.inc index dd02f4f..821223b 100644 --- a/software/ihu/temp.inc +++ b/software/ihu/temp.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/ihu/uart.inc b/software/ihu/uart.inc index 58b198b..be813cb 100644 --- a/software/ihu/uart.inc +++ b/software/ihu/uart.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011-2013 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/software/mpu/blockstore.c b/software/mpu/blockstore.c index 4a6d506..4fbc9b2 100644 --- a/software/mpu/blockstore.c +++ b/software/mpu/blockstore.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2014 Christian Pointner + * Copyright (C) 2014-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/blockstore.h b/software/mpu/blockstore.h index 9dc4230..4e336e5 100644 --- a/software/mpu/blockstore.h +++ b/software/mpu/blockstore.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2014 Christian Pointner + * Copyright (C) 2014-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/board-F405/board-utils.c b/software/mpu/board-F405/board-utils.c index 99d4907..1223481 100644 --- a/software/mpu/board-F405/board-utils.c +++ b/software/mpu/board-F405/board-utils.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/board-F405/board-utils.h b/software/mpu/board-F405/board-utils.h index 1c5f71b..d22315f 100644 --- a/software/mpu/board-F405/board-utils.h +++ b/software/mpu/board-F405/board-utils.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/heartbeat.c b/software/mpu/heartbeat.c index 5838c11..6c5a1b3 100644 --- a/software/mpu/heartbeat.c +++ b/software/mpu/heartbeat.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/heartbeat.h b/software/mpu/heartbeat.h index d865745..ed77f1c 100644 --- a/software/mpu/heartbeat.h +++ b/software/mpu/heartbeat.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/ihu.c b/software/mpu/ihu.c index a440225..505f32d 100644 --- a/software/mpu/ihu.c +++ b/software/mpu/ihu.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/ihu.h b/software/mpu/ihu.h index b672cf0..fb889ad 100644 --- a/software/mpu/ihu.h +++ b/software/mpu/ihu.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/main.c b/software/mpu/main.c index 9458015..1e3ff1a 100644 --- a/software/mpu/main.c +++ b/software/mpu/main.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/usb-cdc-descriptor.h b/software/mpu/usb-cdc-descriptor.h index 41fc5a9..902c8b2 100644 --- a/software/mpu/usb-cdc-descriptor.h +++ b/software/mpu/usb-cdc-descriptor.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/usb-cdc-shell.c b/software/mpu/usb-cdc-shell.c index 955cd0a..7b32d8a 100644 --- a/software/mpu/usb-cdc-shell.c +++ b/software/mpu/usb-cdc-shell.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/usb-cdc-shell.h b/software/mpu/usb-cdc-shell.h index 412fd30..9b91830 100644 --- a/software/mpu/usb-cdc-shell.h +++ b/software/mpu/usb-cdc-shell.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/utils.c b/software/mpu/utils.c index bfd89db..20d4f75 100644 --- a/software/mpu/utils.c +++ b/software/mpu/utils.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/mpu/utils.h b/software/mpu/utils.h index bdb800e..c5000db 100644 --- a/software/mpu/utils.h +++ b/software/mpu/utils.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/rda1846dongle/Makefile b/software/rda1846dongle/Makefile index ea3bcfa..b3e2b32 100644 --- a/software/rda1846dongle/Makefile +++ b/software/rda1846dongle/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ## Please visit the project hompage at sat.mur.at for further information. ## ## -## Copyright (C) 2011 Christian Pointner +## Copyright (C) 2011-2015 Christian Pointner ## ## This file is part of mur.sat. ## diff --git a/software/rda1846dongle/rda1846.c b/software/rda1846dongle/rda1846.c index d603fe1..e845642 100644 --- a/software/rda1846dongle/rda1846.c +++ b/software/rda1846dongle/rda1846.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/rda1846dongle/rda1846.h b/software/rda1846dongle/rda1846.h index d3efa1e..b11d6c1 100644 --- a/software/rda1846dongle/rda1846.h +++ b/software/rda1846dongle/rda1846.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/rda1846dongle/rda1846_defines.h b/software/rda1846dongle/rda1846_defines.h index 379ce3b..a318ede 100644 --- a/software/rda1846dongle/rda1846_defines.h +++ b/software/rda1846dongle/rda1846_defines.h @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/rda1846dongle/rda1846dongle.c b/software/rda1846dongle/rda1846dongle.c index 9131c49..0ba7464 100644 --- a/software/rda1846dongle/rda1846dongle.c +++ b/software/rda1846dongle/rda1846dongle.c @@ -2,7 +2,7 @@ * * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -11,7 +11,7 @@ * Please visit the project hompage at sat.mur.at for further information. * * - * Copyright (C) 2013 Christian Pointner + * Copyright (C) 2013-2015 Christian Pointner * * This file is part of mur.sat. * diff --git a/software/ttx/Makefile b/software/ttx/Makefile index 7288b67..47f8ae9 100644 --- a/software/ttx/Makefile +++ b/software/ttx/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ## Please visit the project hompage at sat.mur.at for further information. ## ## -## Copyright (C) 2011 Christian Pointner +## Copyright (C) 2011-2015 Christian Pointner ## ## This file is part of mur.sat. ## diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm index 0fe090f..44fefec 100644 --- a/software/ttx/ttx.asm +++ b/software/ttx/ttx.asm @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2012, mur.at will have a nano satellite launched + ;; Somewhen in the year 20xx, mur.at will have a nano satellite launched ;; into a low earth orbit (310 km above the surface of our planet). The ;; satellite itself is a TubeSat personal satellite kit, developed and ;; launched by interorbital systems. mur.sat is a joint venture of mur.at, @@ -10,7 +10,7 @@ ;; Please visit the project hompage at sat.mur.at for further information. ;; ;; - ;; Copyright (C) 2011 Christian Pointner + ;; Copyright (C) 2011-2015 Christian Pointner ;; ;; This file is part of mur.sat. ;; diff --git a/tools/dtmf/Makefile b/tools/dtmf/Makefile index 71015ec..d791dd3 100644 --- a/tools/dtmf/Makefile +++ b/tools/dtmf/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/dtmf/gencrx.c b/tools/dtmf/gencrx.c index 7537cf9..ab18bde 100644 --- a/tools/dtmf/gencrx.c +++ b/tools/dtmf/gencrx.c @@ -1,7 +1,7 @@ /* * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/dtmf/gst-dtmf.c b/tools/dtmf/gst-dtmf.c index d4419d7..937f5e4 100644 --- a/tools/dtmf/gst-dtmf.c +++ b/tools/dtmf/gst-dtmf.c @@ -1,7 +1,7 @@ /* * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/dtmf/soxdtmftest.sh b/tools/dtmf/soxdtmftest.sh index 290d1ae..e6060ac 100755 --- a/tools/dtmf/soxdtmftest.sh +++ b/tools/dtmf/soxdtmftest.sh @@ -2,7 +2,7 @@ # # mur.sat # -# Somewhen in the year 2012, mur.at will have a nano satellite launched +# Somewhen in the year 20xx, mur.at will have a nano satellite launched # into a low earth orbit (310 km above the surface of our planet). The # satellite itself is a TubeSat personal satellite kit, developed and # launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/idm-ringbuffer/Makefile b/tools/idm-ringbuffer/Makefile index e0b15b0..632b5a0 100644 --- a/tools/idm-ringbuffer/Makefile +++ b/tools/idm-ringbuffer/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/idm-ringbuffer/ringbuffer.c b/tools/idm-ringbuffer/ringbuffer.c index 1b9d1b1..6502cea 100644 --- a/tools/idm-ringbuffer/ringbuffer.c +++ b/tools/idm-ringbuffer/ringbuffer.c @@ -1,7 +1,7 @@ /* * mur.sat * - * Somewhen in the year 2012, mur.at will have a nano satellite launched + * Somewhen in the year 20xx, mur.at will have a nano satellite launched * into a low earth orbit (310 km above the surface of our planet). The * satellite itself is a TubeSat personal satellite kit, developed and * launched by interorbital systems. mur.sat is a joint venture of mur.at, diff --git a/tools/solarmeter/Makefile b/tools/solarmeter/Makefile index 5c6794f..7ab1e32 100644 --- a/tools/solarmeter/Makefile +++ b/tools/solarmeter/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2012, mur.at will have a nano satellite launched +## Somewhen in the year 20xx, mur.at will have a nano satellite launched ## into a low earth orbit (310 km above the surface of our planet). The ## satellite itself is a TubeSat personal satellite kit, developed and ## launched by interorbital systems. mur.sat is a joint venture of mur.at, -- cgit v1.2.3