[810] | 1 | # $Id$ |
---|
[761] | 2 | |
---|
[2478] | 3 | PyKota - Print Quotas for CUPS and LPRng |
---|
[761] | 4 | |
---|
[3133] | 5 | (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> |
---|
[873] | 6 | This program is free software; you can redistribute it and/or modify |
---|
| 7 | it under the terms of the GNU General Public License as published by |
---|
| 8 | the Free Software Foundation; either version 2 of the License, or |
---|
| 9 | (at your option) any later version. |
---|
[761] | 10 | |
---|
[873] | 11 | This program is distributed in the hope that it will be useful, |
---|
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 14 | GNU General Public License for more details. |
---|
[761] | 15 | |
---|
[873] | 16 | You should have received a copy of the GNU General Public License |
---|
| 17 | along with this program; if not, write to the Free Software |
---|
[2303] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[873] | 19 | |
---|
[761] | 20 | ============================================================ |
---|
| 21 | |
---|
[2542] | 22 | Licensing information : |
---|
[761] | 23 | |
---|
[2542] | 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) : |
---|
[761] | 30 | |
---|
[2135] | 31 | $ svn co svn://svn.librelogiciel.com/pykota/trunk pykota |
---|
[850] | 32 | |
---|
[2934] | 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. |
---|
[2542] | 36 | |
---|
[2934] | 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 | |
---|
[850] | 46 | * I ask you to not label or present a version of PyKota downloaded |
---|
[2934] | 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. |
---|
[761] | 51 | |
---|
[2542] | 52 | * For more informations, please read : |
---|
| 53 | |
---|
[2934] | 54 | http://www.pykota.com/purchase |
---|
| 55 | http://www.pykota.com/technical-support |
---|
[2542] | 56 | |
---|