summaryrefslogtreecommitdiff
path: root/software/ctr
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/ctr
parentupgraded avr utils (diff)
updated copyright header
Diffstat (limited to 'software/ctr')
-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
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.
;;