[810] | 1 | # $Id$ |
---|
[761] | 2 | |
---|
[3259] | 3 | PyKota - Print Quotas for CUPS |
---|
[761] | 4 | |
---|
[3561] | 5 | (c) 2003-2013 Jerome Alet <alet@librelogiciel.com> |
---|
[3259] | 6 | This program is free software: you can redistribute it and/or modify |
---|
[873] | 7 | it under the terms of the GNU General Public License as published by |
---|
[3259] | 8 | the Free Software Foundation, either version 3 of the License, or |
---|
[873] | 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 |
---|
[3259] | 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
[873] | 18 | |
---|
[761] | 19 | ============================================================ |
---|
| 20 | |
---|
[2542] | 21 | Licensing information : |
---|
[761] | 22 | |
---|
[3413] | 23 | * PyKota is licensed under the terms of the GNU General Public License of |
---|
[3259] | 24 | the Free Software Foundation, version 3, or at your option, any higher |
---|
[2542] | 25 | version. |
---|
| 26 | |
---|
[3413] | 27 | * You can access to PyKota's latest development tree by using |
---|
[2542] | 28 | SubVersion (aka SVN) : |
---|
[3413] | 29 | |
---|
[3377] | 30 | $ svn co http://svn.pykota.com/pykota/trunk pykota |
---|
[850] | 31 | |
---|
[2934] | 32 | * You are encouraged to support the project by purchasing an |
---|
| 33 | unlimited entry pass to the restricted areas of http://www.pykota.com |
---|
| 34 | or a Technical Support contract. |
---|
[3413] | 35 | |
---|
[2934] | 36 | This gives you access to all the OFFICIAL packages : tar+gzip, Debian, |
---|
| 37 | Ubuntu, RPMs, etc... depending on the application, that you can |
---|
| 38 | redistribute if you want. |
---|
[3413] | 39 | |
---|
[2934] | 40 | IMPORTANT : if you redistribute an OFFICIAL package in modified form, |
---|
| 41 | PLEASE edit pykota/version.py to remove the word OFFICIAL from |
---|
| 42 | the version number. If you redistribute an OFFICIAL package in |
---|
| 43 | an unmodified form, then no problem. |
---|
[3413] | 44 | |
---|
| 45 | * I ask you to not label or present a version of PyKota downloaded |
---|
[2934] | 46 | from SVN as being the 'OFFICIAL' one. OFFICIAL packages are |
---|
| 47 | reasonably stable and well tested before shipping, while the |
---|
| 48 | latest development tree as extracted from subversion may contain |
---|
| 49 | bugs and/or incomplete functionnalities. |
---|
[761] | 50 | |
---|
[2542] | 51 | * For more informations, please read : |
---|
[3413] | 52 | |
---|
[2934] | 53 | http://www.pykota.com/purchase |
---|
| 54 | http://www.pykota.com/technical-support |
---|