--------------------------------Linux Guide---------------------------------- by Ingo Blechschmidt (c) 2002 ----------------------------------------------------------------------------- ------------------------- Die GNU GPL ------------------------- Don Jun 28 17:37:53 MEST 2001 ------------------------- GNU GPL Lizenz Free_Software_Foundation FSF Copyright GNU_General_Public_License ----------------------------------------------------------------------------- Die Gnu is not Unix General Public License (deutsch Gnu ist nicht Unix Generelle Öffentliche Lizenz), abgekürtzt GNU GPL, möchte die Freiheit garantieren, die Software mit anderen zu teilen, zu kopieren, und zu verändern. ----------------------------------------------------------------------------- Wenn man Software unter die GPL stellt, wird das Programm "frei". Dies ist aber nicht auf den Preis, sondern auf die Freiheit bezogen, Kopien von freien Programmen verteilen (sogar verkaufen) zu dürfen, den Quellcode zu erhalten, das Programm zu verändern und Teile von ihm in neuen, freien, Programmen zu benutzen. Um die Rechte von den Programmieren zu schützen, darf der jeweilige Autor ein Copyright setzen. Jede Weiterentwicklung des Programms muss wieder unter die GPL gestellt sein. Um ein Programm unter die GPL zu stellen, sind jediglich folgende Kommentarzeilen notwendig: --------CODE--------: GNU GPL # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. # --------/CODE-------- Ferner sollte in der ersten Zeile eine Angabe in der Form --------CODE--------: Erste und zweite Zeile # hallo - hallo prints fifty times the word hallo on the screen # Copyright (C) yyyy Peter Müller --------/CODE-------- Und zum Schluss noch --------CODE--------: Adresse # Peter Müller # Müllerstraße 42 # 42424 Müllerstadt # pmueller@mueller.net --------/CODE-------- Für Details siehe die siehe <"down/gpl.txt">GNU GPL, Ausdruck über cat gpl.txt | pr -h "GNU General Public License" > /dev/lp0. Die GPL als Manpage: siehe <"down/gpl.man">Hier klicken. ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- This document is distributed under the terms of the GNU Free Documentation License.