root / pykota / trunk / LICENSE @ 3006

Revision 2934, 2.2 kB (checked in by jerome, 18 years ago)

Updated licensing terms : new website's url, as well as some
clarifications.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quotas for CUPS and LPRng
4
5(c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20============================================================
21
22Licensing information :
23
24  * PyKota is licensed under the terms of the GNU General Public License of
25    the Free Software Foundation, version 2, or at your option, any higher
26    version.
27
28  * You can access to PyKota's latest development tree by using
29    SubVersion (aka SVN) :
30 
31      $ svn co svn://svn.librelogiciel.com/pykota/trunk pykota
32
33  * You are encouraged to support the project by purchasing an
34    unlimited entry pass to the restricted areas of http://www.pykota.com
35    or a Technical Support contract.
36   
37    This gives you access to all the OFFICIAL packages : tar+gzip, Debian,
38    Ubuntu, RPMs, etc... depending on the application, that you can
39    redistribute if you want.
40   
41    IMPORTANT : if you redistribute an OFFICIAL package in modified form,
42    PLEASE edit pykota/version.py to remove the word OFFICIAL from
43    the version number. If you redistribute an OFFICIAL package in
44    an unmodified form, then no problem.
45   
46  * I ask you to not label or present a version of PyKota downloaded
47    from SVN as being the 'OFFICIAL' one. OFFICIAL packages are
48    reasonably stable and well tested before shipping, while the
49    latest development tree as extracted from subversion may contain
50    bugs and/or incomplete functionnalities.
51
52  * For more informations, please read :
53 
54        http://www.pykota.com/purchase
55        http://www.pykota.com/technical-support
56       
Note: See TracBrowser for help on using the browser.