mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Data files: add license files
Avoids hard coded parts e.g. for use mainly in image info.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 98b3265719
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
5
data/license/Makefile.am
Normal file
5
data/license/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
installdir = $(DATADIR)/neutrino/license
|
||||
|
||||
install_DATA = \
|
||||
deutsch.license \
|
||||
english.license
|
16
data/license/deutsch.license
Normal file
16
data/license/deutsch.license
Normal file
@@ -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.
|
14
data/license/english.license
Normal file
14
data/license/english.license
Normal file
@@ -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.
|
Reference in New Issue
Block a user