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:
2013-03-18 10:10:02 +01:00
parent f7c8ecb067
commit 9d9f1ae04f
5 changed files with 37 additions and 1 deletions

5
data/license/Makefile.am Normal file
View File

@@ -0,0 +1,5 @@
installdir = $(DATADIR)/neutrino/license
install_DATA = \
deutsch.license \
english.license

View 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.

View 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.