Changeset 1189

Show
Ignore:
Timestamp:
11/18/03 09:39:49 (20 years ago)
Author:
jalet
Message:

Documentation's licensed changed from GNU FDL to GNU GPL, to please Debian.

Location:
pykota/trunk
Files:
1 added
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/pykota.sgml

    r1118 r1189  
    77  <!entity WARNPYKOTA system "warnpykota.sgml"> 
    88  <!entity FILTERPYKOTA system "filterpykota.sgml"> 
    9   <!entity GNUFDL system "gnufdl.sgml"> 
     9  <!entity GNUGPL system "gnugpl.sgml"> 
    1010 
    1111]> 
     
    5353 
    5454      <para> 
    55         Permission is granted to copy, distribute and/or modify this document 
    56         under the terms of the GNU Free Documentation License, Version 1.1 
    57         or any later version published by the Free Software Foundation; 
    58         with no Invariant Sections, with no 
    59         Front-Cover Texts, and with no Back-Cover Texts. 
    60         A copy of the license is included in the section entitled "GNU 
    61         Free Documentation License". 
     55        This documentation is licensed under the terms of the GNU  
     56        General Public License as described below. 
     57      </para> 
     58       
     59      <para> 
     60        This program is free software; you can redistribute it and/or modify 
     61        it under the terms of the GNU General Public License as published by 
     62        the Free Software Foundation; either version 2 of the License, or 
     63        (at your option) any later version. 
     64      </para>   
     65 
     66      <para> 
     67        This program is distributed in the hope that it will be useful, 
     68        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     69        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     70        GNU General Public License for more details. 
     71      </para>   
     72 
     73      <para> 
     74        You should have received a copy of the GNU General Public License 
     75        along with this program; if not, write to the Free Software 
     76        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     77      </para> 
     78       
     79      <para> 
     80        A copy of the entire license is included in the section entitled "GNU 
     81        General Public License". 
    6282      </para> 
    6383 
     
    91111  &WARNPYKOTA; 
    92112     
    93   &GNUFDL; 
     113  &GNUGPL; 
    94114 
    95115</book> 
     
    98118 
    99119$Log$ 
     120Revision 1.9  2003/11/18 08:39:49  jalet 
     121Documentation's licensed changed from GNU FDL to GNU GPL, to please Debian. 
     122 
    100123Revision 1.8  2003/08/18 19:20:19  jalet 
    101124I don't know what I did, but I know this was incorrect ! 
  • pykota/trunk/NEWS

    r1185 r1189  
    2222PyKota NEWS : 
    2323 
     24    - 1.16alpha8 : 
     25     
     26        - The documentation is now licensed under the terms of the 
     27          GNU GPL too. 
     28           
    2429    - 1.16alpha7 : 
    2530     
  • pykota/trunk/pykota/version.py

    r1185 r1189  
    2222# 
    2323 
    24 __version__ = "1.16alpha7_unofficial" 
     24__version__ = "1.16alpha8_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""