summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2015-02-03 18:45:42 +0100
committerChristian Pointner <equinox@mur.at>2015-02-03 18:45:42 +0100
commit687c121cb1207f32e07c48096d5a4c09240599c7 (patch)
tree52335a5f5acfee6847f8b664ae3eb32ea9cd349a /software
parentupgraded avr utils (diff)
updated copyright header
Diffstat (limited to 'software')
-rw-r--r--software/LICENSE4
-rw-r--r--software/README2
-rw-r--r--software/ctr/Makefile4
-rw-r--r--software/ctr/ctr.asm4
-rw-r--r--software/ctr/i2c.inc4
-rw-r--r--software/ctr/tables.inc4
-rw-r--r--software/ctr/ttx.inc4
-rw-r--r--software/hhd70dongle/c1101lib.c2
-rw-r--r--software/hhd70dongle/c1101lib.h2
-rw-r--r--software/hhd70dongle/hhd70.c2
-rw-r--r--software/hhd70dongle/hhd70.h2
-rw-r--r--software/hhd70dongle/hhd70dongle.c2
-rw-r--r--software/hhd70dongle/util.c2
-rw-r--r--software/hhd70dongle/util.h2
-rw-r--r--software/idm/Makefile8
-rw-r--r--software/ihu/Makefile4
-rw-r--r--software/ihu/adc.inc4
-rw-r--r--software/ihu/i2c.inc4
-rw-r--r--software/ihu/ihu.asm4
-rw-r--r--software/ihu/math.inc4
-rw-r--r--software/ihu/rtc.inc4
-rw-r--r--software/ihu/solar.inc4
-rw-r--r--software/ihu/spi.inc4
-rw-r--r--software/ihu/tables.inc4
-rw-r--r--software/ihu/temp.inc4
-rw-r--r--software/ihu/uart.inc4
-rw-r--r--software/mpu/blockstore.c4
-rw-r--r--software/mpu/blockstore.h4
-rw-r--r--software/mpu/board-F405/board-utils.c4
-rw-r--r--software/mpu/board-F405/board-utils.h4
-rw-r--r--software/mpu/heartbeat.c4
-rw-r--r--software/mpu/heartbeat.h4
-rw-r--r--software/mpu/ihu.c4
-rw-r--r--software/mpu/ihu.h4
-rw-r--r--software/mpu/main.c4
-rw-r--r--software/mpu/usb-cdc-descriptor.h4
-rw-r--r--software/mpu/usb-cdc-shell.c4
-rw-r--r--software/mpu/usb-cdc-shell.h4
-rw-r--r--software/mpu/utils.c4
-rw-r--r--software/mpu/utils.h4
-rw-r--r--software/rda1846dongle/Makefile4
-rw-r--r--software/rda1846dongle/rda1846.c4
-rw-r--r--software/rda1846dongle/rda1846.h4
-rw-r--r--software/rda1846dongle/rda1846_defines.h4
-rw-r--r--software/rda1846dongle/rda1846dongle.c4
-rw-r--r--software/ttx/Makefile4
-rw-r--r--software/ttx/ttx.asm4
47 files changed, 88 insertions, 88 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 <equinox@mur.at>
+ * Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+## Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
##
## 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
-##
+##
+## Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
+##
## 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 <equinox@mur.at>
+## Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
##
## 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; 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 <equinox@mur.at>
+ * Copyright (C) 2014-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2014-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+## Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
##
## 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* 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 <equinox@mur.at>
+## Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
##
## 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 <equinox@mur.at>
+ ;; Copyright (C) 2011-2015 Christian Pointner <equinox@mur.at>
;;
;; This file is part of mur.sat.
;;