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