Oversættelser af standardtekstbidder
Fra GLFPD Wiki, den frie encyklopædi
(Forskelle mellem versioner)
Versionen fra 18. sep 2007 kl. 15:55
På denne side kan du finde oversættelser af de standardtekstbidder der findes mange programmer. Det kan f.eks. være ansvarsfraskrivelsen som findes i programmer som udgives under GNU GPL.
Indholdsfortegnelse |
[redigér]
Tekster der bruges i forbindelse med GNU licenser
[redigér]
GNU General Public License (GPL) version 3
[redigér]
Til programmer som udgives i en fil under GPLv3
Engelsk tekst
<one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> 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 3 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, see <http://www.gnu.org/licenses/>.
Dansk tekst
Under udarbejdelse
[redigér]
Til programmer som udgives i flere filer under GPLv3
Engelsk tekst
<one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This file is part of Foobar. Foobar 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 (at your option) any later version. Foobar 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, see <http://www.gnu.org/licenses/>.
Dansk tekst
Under udarbejdelse
[redigér]
GNU General Public License (GPL) version 2
[redigér]
Til programmer som udgives i en fil under GPLv2
Engelsk tekst
one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author 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.
Dansk tekst
Under udarbejdelse
[redigér]
Til programmer som udgives i flere filer under GPLv2
Engelsk tekst
one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author This file is part of Foobar. Foobar 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.
Dansk tekst
Under udarbejdelse