summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/LICENSE2
-rw-r--r--software/idm/Makefile2
-rw-r--r--software/idm/idm.asm2
-rw-r--r--software/ihu/Makefile2
-rw-r--r--software/ihu/adc.inc2
-rw-r--r--software/ihu/i2c.inc2
-rw-r--r--software/ihu/ihu.asm2
-rw-r--r--software/ihu/math.inc2
-rw-r--r--software/ihu/rtc.inc2
-rw-r--r--software/ihu/tables.inc2
-rw-r--r--software/ihu/temp.inc2
-rw-r--r--software/ihu/ttx.inc2
-rw-r--r--software/ttx/Makefile2
-rw-r--r--software/ttx/ttx.asm2
-rw-r--r--tools/dtmf/Makefile2
-rwxr-xr-xtools/dtmf/gencrx.c2
-rw-r--r--tools/dtmf/gst-dtmf.c2
-rwxr-xr-xtools/dtmf/soxdtmftest.sh2
18 files changed, 18 insertions, 18 deletions
diff --git a/software/LICENSE b/software/LICENSE
index 41f4168..24dfbd0 100644
--- a/software/LICENSE
+++ b/software/LICENSE
@@ -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/idm/Makefile b/software/idm/Makefile
index 9c8089a..2c615ea 100644
--- a/software/idm/Makefile
+++ b/software/idm/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/idm/idm.asm b/software/idm/idm.asm
index 7572d45..01ef2b4 100644
--- a/software/idm/idm.asm
+++ b/software/idm/idm.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/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,
diff --git a/software/ttx/Makefile b/software/ttx/Makefile
index 02c94ec..7288b67 100644
--- a/software/ttx/Makefile
+++ b/software/ttx/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/ttx/ttx.asm b/software/ttx/ttx.asm
index 077d57b..6305c71 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.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/tools/dtmf/Makefile b/tools/dtmf/Makefile
index 9c98516..71015ec 100644
--- a/tools/dtmf/Makefile
+++ b/tools/dtmf/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/tools/dtmf/gencrx.c b/tools/dtmf/gencrx.c
index 1c1f47f..7537cf9 100755
--- a/tools/dtmf/gencrx.c
+++ b/tools/dtmf/gencrx.c
@@ -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/tools/dtmf/gst-dtmf.c b/tools/dtmf/gst-dtmf.c
index 442436b..d4419d7 100644
--- a/tools/dtmf/gst-dtmf.c
+++ b/tools/dtmf/gst-dtmf.c
@@ -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/tools/dtmf/soxdtmftest.sh b/tools/dtmf/soxdtmftest.sh
index a67d97b..290d1ae 100755
--- a/tools/dtmf/soxdtmftest.sh
+++ b/tools/dtmf/soxdtmftest.sh
@@ -2,7 +2,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,