Changeset 3259 for pykota/trunk/untested

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/untested
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/untested/postscript/pagecount.sh

    r3133 r3259  
    11#!/bin/sh 
    22# 
    3 # PyKota 
    4 # 
    5 # PyKota : Print Quotas for CUPS and LPRng 
     3# 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/>. 
     18# 
    2119# 
    2220# $Id$ 
  • pykota/trunk/untested/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====================================================================