[810] | 1 | # $Id$ |
---|
[761] | 2 | |
---|
[2478] | 3 | PyKota - Print Quotas for CUPS and LPRng |
---|
[761] | 4 | |
---|
[2028] | 5 | (c) 2003, 2004, 2005 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 | |
---|
[2542] | 33 | * You are encouraged to support the project by purchasing yearly |
---|
| 34 | subscriptions to 'OFFICIAL' packages, or Technical Support contracts. |
---|
| 35 | |
---|
[850] | 36 | * I ask you to not label or present a version of PyKota downloaded |
---|
[2135] | 37 | from SVN as being the 'OFFICIAL' one. |
---|
[761] | 38 | |
---|
[2542] | 39 | * For more informations, please read : |
---|
| 40 | |
---|
| 41 | http://www.librelogiciel.com/software/PyKota/action_Download |
---|
| 42 | http://www.librelogiciel.com/software/PyKota/Purchase |
---|
| 43 | http://www.librelogiciel.com/software/PyKota/contracts |
---|
| 44 | |
---|