diff options
Diffstat (limited to 'software/rda1846dongle/Makefile')
-rw-r--r-- | software/rda1846dongle/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/software/rda1846dongle/Makefile b/software/rda1846dongle/Makefile index f9715c2..8f7dc3c 100644 --- a/software/rda1846dongle/Makefile +++ b/software/rda1846dongle/Makefile @@ -1,23 +1,31 @@ ## -## spreadspace teensy utils +## mur.sat ## +## 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, +## ESC im Labor and realraum. ## -## Copyright (C) 2011 Christian Pointner <equinox@spreadspace.org> +## Please visit the project hompage at sat.mur.at for further information. +## ## -## This file is part of spreadspace teensy utils. +## Copyright (C) 2011 Christian Pointner <equinox@mur.at> +## +## This file is part of mur.sat. ## -## spreadspace teensy utils is free software: you can redistribute it and/or modify +## mur.sat is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## any later version. ## -## spreadspace teensy utils is distributed in the hope that it will be useful, +## mur.sat is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with spreadspace teensy utils. If not, see <http://www.gnu.org/licenses/>. +## along with mur.sat. If not, see <http://www.gnu.org/licenses/>. ## NAME := rda1846dongle |