diff options
Diffstat (limited to 'software/ctr')
-rw-r--r-- | software/ctr/Makefile | 4 | ||||
-rw-r--r-- | software/ctr/ctr.asm | 4 | ||||
-rw-r--r-- | software/ctr/i2c.inc | 4 | ||||
-rw-r--r-- | software/ctr/tables.inc | 4 | ||||
-rw-r--r-- | software/ctr/ttx.inc | 4 |
5 files changed, 10 insertions, 10 deletions
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. ;; |