diff options
Diffstat (limited to 'software/ihu')
-rw-r--r-- | software/ihu/Makefile | 2 | ||||
-rw-r--r-- | software/ihu/adc.inc | 2 | ||||
-rw-r--r-- | software/ihu/i2c.inc | 2 | ||||
-rw-r--r-- | software/ihu/ihu.asm | 2 | ||||
-rw-r--r-- | software/ihu/math.inc | 2 | ||||
-rw-r--r-- | software/ihu/rtc.inc | 2 | ||||
-rw-r--r-- | software/ihu/tables.inc | 2 | ||||
-rw-r--r-- | software/ihu/temp.inc | 2 | ||||
-rw-r--r-- | software/ihu/ttx.inc | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/software/ihu/Makefile b/software/ihu/Makefile index 3c1cb81..7325908 100644 --- a/software/ihu/Makefile +++ b/software/ihu/Makefile @@ -1,7 +1,7 @@ ## ## mur.sat ## -## Somewhen in the year 2011, mur.at will have a nano satellite launched +## Somewhen in the year 2012, 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/ihu/adc.inc b/software/ihu/adc.inc index 7dee1fd..846f979 100644 --- a/software/ihu/adc.inc +++ b/software/ihu/adc.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/i2c.inc b/software/ihu/i2c.inc index 8742adc..de79836 100644 --- a/software/ihu/i2c.inc +++ b/software/ihu/i2c.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/ihu.asm b/software/ihu/ihu.asm index e110783..264452b 100644 --- a/software/ihu/ihu.asm +++ b/software/ihu/ihu.asm @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/math.inc b/software/ihu/math.inc index 4efd391..c40f530 100644 --- a/software/ihu/math.inc +++ b/software/ihu/math.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/rtc.inc b/software/ihu/rtc.inc index 7890b48..7dc4e1d 100644 --- a/software/ihu/rtc.inc +++ b/software/ihu/rtc.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/tables.inc b/software/ihu/tables.inc index 63d4ddc..1ce2beb 100644 --- a/software/ihu/tables.inc +++ b/software/ihu/tables.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/temp.inc b/software/ihu/temp.inc index c14b1c0..bbb3ea5 100644 --- a/software/ihu/temp.inc +++ b/software/ihu/temp.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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/ihu/ttx.inc b/software/ihu/ttx.inc index d56e3bc..b9f45e7 100644 --- a/software/ihu/ttx.inc +++ b/software/ihu/ttx.inc @@ -1,7 +1,7 @@ ;; ;; mur.sat ;; - ;; Somewhen in the year 2011, mur.at will have a nano satellite launched + ;; Somewhen in the year 2012, 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, |