diff --git a/configure.ac b/configure.ac index 0e7a39895..d302b1a16 100644 --- a/configure.ac +++ b/configure.ac @@ -187,6 +187,7 @@ data/iso-codes/Makefile data/lcd/Makefile data/lcd/icons/Makefile data/lcd/clock/Makefile +data/license/Makefile data/locale/Makefile data/scripts/Makefile data/themes/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 468993836..fd215a996 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = fonts icons inetradio iso-codes locale scripts themes +SUBDIRS = fonts icons inetradio iso-codes license locale scripts themes if BOXTYPE_TRIPLE SUBDIRS += lcd diff --git a/data/license/Makefile.am b/data/license/Makefile.am new file mode 100644 index 000000000..d8d198554 --- /dev/null +++ b/data/license/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(DATADIR)/neutrino/license + +install_DATA = \ + deutsch.license \ + english.license diff --git a/data/license/deutsch.license b/data/license/deutsch.license new file mode 100644 index 000000000..b21882463 --- /dev/null +++ b/data/license/deutsch.license @@ -0,0 +1,16 @@ +Dieses Programm ist freie Software. Sie können es unter den Bedingungen +der GNU General Public License, wie von der Free Software Foundation +veröffentlicht, weitergeben und/oder modifizieren, +entweder gemäß Version 2 der Lizenz +oder (nach Ihrer Option) jeder späteren Version. + +Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, +daß es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, +sogar ohne die implizite Garantie der +MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. +Details finden Sie in der GNU General Public License. + +Sie sollten ein Exemplar der GNU General Public License zusammen +mit diesem Programm erhalten haben. Falls nicht, schreiben Sie an +die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110, USA. diff --git a/data/license/english.license b/data/license/english.license new file mode 100644 index 000000000..5356a7f4a --- /dev/null +++ b/data/license/english.license @@ -0,0 +1,14 @@ +This program 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 2 +of the License, or (at your option) any later version. + +This program 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 this program; if not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA.