summaryrefslogtreecommitdiff
path: root/software/rda1846dongle
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/rda1846dongle
parentupgraded avr utils (diff)
updated copyright header
Diffstat (limited to 'software/rda1846dongle')
-rw-r--r--software/rda1846dongle/Makefile4
-rw-r--r--software/rda1846dongle/rda1846.c4
-rw-r--r--software/rda1846dongle/rda1846.h4
-rw-r--r--software/rda1846dongle/rda1846_defines.h4
-rw-r--r--software/rda1846dongle/rda1846dongle.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/software/rda1846dongle/Makefile b/software/rda1846dongle/Makefile
index ea3bcfa..b3e2b32 100644
--- a/software/rda1846dongle/Makefile
+++ b/software/rda1846dongle/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/rda1846dongle/rda1846.c b/software/rda1846dongle/rda1846.c
index d603fe1..e845642 100644
--- a/software/rda1846dongle/rda1846.c
+++ b/software/rda1846dongle/rda1846.c
@@ -2,7 +2,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,
@@ -11,7 +11,7 @@
* Please visit the project hompage at sat.mur.at for further information.
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* This file is part of mur.sat.
*
diff --git a/software/rda1846dongle/rda1846.h b/software/rda1846dongle/rda1846.h
index d3efa1e..b11d6c1 100644
--- a/software/rda1846dongle/rda1846.h
+++ b/software/rda1846dongle/rda1846.h
@@ -2,7 +2,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,
@@ -11,7 +11,7 @@
* Please visit the project hompage at sat.mur.at for further information.
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* This file is part of mur.sat.
*
diff --git a/software/rda1846dongle/rda1846_defines.h b/software/rda1846dongle/rda1846_defines.h
index 379ce3b..a318ede 100644
--- a/software/rda1846dongle/rda1846_defines.h
+++ b/software/rda1846dongle/rda1846_defines.h
@@ -2,7 +2,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,
@@ -11,7 +11,7 @@
* Please visit the project hompage at sat.mur.at for further information.
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* This file is part of mur.sat.
*
diff --git a/software/rda1846dongle/rda1846dongle.c b/software/rda1846dongle/rda1846dongle.c
index 9131c49..0ba7464 100644
--- a/software/rda1846dongle/rda1846dongle.c
+++ b/software/rda1846dongle/rda1846dongle.c
@@ -2,7 +2,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,
@@ -11,7 +11,7 @@
* Please visit the project hompage at sat.mur.at for further information.
*
*
- * Copyright (C) 2013 Christian Pointner <equinox@mur.at>
+ * Copyright (C) 2013-2015 Christian Pointner <equinox@mur.at>
*
* This file is part of mur.sat.
*