Changeset 3259 for pykota/trunk/debian

Show
Ignore:
Timestamp:
11/27/07 10:59:58 (16 years ago)
Author:
jerome
Message:

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

Location:
pykota/trunk/debian
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/debian/control

    r3235 r3259  
    2626 Full access to source code is granted to all for no fee via Subversion, but  
    2727 installable tarball, DEB and RPM download is for a fee. Redistribution and  
    28  modification is allowed to all under the terms of the GNU GPL. 
     28 modification is allowed to all under the terms of the GNU GPL version 3 or 
     29 later. 
  • pykota/trunk/debian/copyright

    r3227 r3259  
    1010Copyright: 
    1111(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    12 This program is free software; you can redistribute it and/or modify 
     12This program is free software: you can redistribute it and/or modify 
    1313it under the terms of the GNU General Public License as published by 
    14 the Free Software Foundation; either version 2 of the License, or 
     14the Free Software Foundation, either version 3 of the License, or 
    1515(at your option) any later version. 
    1616 
     
    2020GNU General Public License for more details. 
    2121 
    22 You should have received a copy of the GNU General Public License with 
    23 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with 
    24 the Debian GNU/Linux pykota source package as the file COPYING.  If not, 
    25 write to the Free Software Foundation, 51 Franklin St, Fifth Floor, Boston, 
    26 MA  02110-1301  USA. 
    27  
     22You should have received a copy of the GNU General Public License 
     23along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2824 
    2925The file LICENSE in the source tree contains the instructions which are 
     
    4036 
    4137  * PyKota is licensed under the terms of the GNU General Public License of  
    42     the Free Software Foundation, version 2, or at your option, any higher 
     38    the Free Software Foundation, version 3, or at your option, any higher 
    4339    version. 
    4440 
  • pykota/trunk/debian/makedeb.sh

    r3133 r3259  
    11#! /bin/sh 
    2 # 
    3 # PyKota 
    42# 
    53# PyKota : Print Quotas for CUPS  
    64# 
    75# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    8 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    97# it under the terms of the GNU General Public License as published by 
    10 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    119# (at your option) any later version. 
    12 # 
     10#  
    1311# This program is distributed in the hope that it will be useful, 
    1412# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1715#  
    1816# You should have received a copy of the GNU General Public License 
    19 # along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2118# 
    2219# $Id$ 
  • pykota/trunk/debian/README

    r3133 r3259  
    11# $Id$ 
    22 
    3 PyKota - Print Quotas for CUPS and LPRng 
     3PyKota - Print Quotas for CUPS 
    44 
    55(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 This program is free software; you can redistribute it and/or modify 
     6This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
    8 the Free Software Foundation; either version 2 of the License, or 
     8the Free Software Foundation, either version 3 of the License, or 
    99(at your option) any later version. 
    1010 
     
    1515 
    1616You should have received a copy of the GNU General Public License 
    17 along with this program; if not, write to the Free Software 
    18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1918 
    2019============================================================