[810] | 1 | # $Id$ |
---|
[761] | 2 | |
---|
| 3 | PyKota - Print Quota for CUPS |
---|
| 4 | |
---|
| 5 | (c) 2003 Jerome Alet <alet@librelogiciel.com> |
---|
| 6 | You're welcome to redistribute this software under the |
---|
| 7 | terms of the GNU General Public Licence version 2.0 |
---|
| 8 | or, at your option, any higher version. |
---|
| 9 | |
---|
| 10 | You can read the complete GNU GPL in the file COPYING |
---|
| 11 | which should come along with this software, or visit |
---|
| 12 | the Free Software Foundation's WEB site http://www.fsf.org |
---|
| 13 | |
---|
| 14 | ============================================================ |
---|
| 15 | |
---|
| 16 | * PyKota is distributed under the GNU General Public License |
---|
| 17 | |
---|
| 18 | * You can access to PyKota's source code by using CVS from : |
---|
| 19 | |
---|
[850] | 20 | http://savannah.nongnu.org/projects/pykota/ |
---|
| 21 | |
---|
[810] | 22 | Follow the "CVS Repository" link then follow the instructions in |
---|
[850] | 23 | the section labeled "Getting a Copy of the CVS Repository". |
---|
[761] | 24 | |
---|
| 25 | * The CVS version will always be labelled as **unofficial** and the |
---|
| 26 | word **unofficial** will appear whenever you run PyKota command line |
---|
[850] | 27 | tools with the *--version* command line argument. |
---|
[761] | 28 | |
---|
[850] | 29 | * I ask you to not label or present a version of PyKota downloaded |
---|
| 30 | from CVS as being the 'OFFICIAL' one. |
---|
[761] | 31 | |
---|
[850] | 32 | * I encourage you to buy an 'OFFICIAL' PyKota package. See below for |
---|
| 33 | the benefits of doing so. |
---|
[761] | 34 | |
---|
[850] | 35 | * A PyKota version obtained either from CVS (unofficial) or by |
---|
| 36 | purchasing an official package, **IS FREELY REDISTRIBUTABLE AND |
---|
| 37 | MODIFIABLE, AT NO COST, UNDER THE TERMS OF THE GNU GENERAL PUBLIC |
---|
| 38 | LICENSE.** |
---|
| 39 | |
---|
| 40 | * Version number excepted, **THERE'S NO SOURCE CODE DIFFERENCE |
---|
| 41 | BETWEEN 'OFFICIAL' AND 'UNOFFICIAL' VERSIONS OF PyKota.** However it |
---|
| 42 | should be clear to you that the latest version you can find in CVS |
---|
| 43 | may be somewhat unstable or unfinished, since this software is a |
---|
[761] | 44 | work in progress, and that it's up to you to download working |
---|
| 45 | revisions from the CVS tree. That's why I suggest that you purchase |
---|
[850] | 46 | an **'OFFICIAL'** version, because it will be simpler for you (and |
---|
| 47 | better for me). Also the documentation included in the |
---|
| 48 | **'UNOFFICIAL'** version is only delivered in DocBook XML/SGML |
---|
| 49 | source form, and not in compiled forms like HTML or PDF. |
---|
[761] | 50 | |
---|
| 51 | * You can obtain an **'OFFICIAL'** version of PyKota in two forms : |
---|
| 52 | |
---|
| 53 | * Electronic form : |
---|
| 54 | |
---|
| 55 | * You pay me any amount of money starting at **15$ (US Dollars)** |
---|
| 56 | |
---|
| 57 | * Then I send you the latest **PyKota 'OFFICIAL'** tarball, |
---|
| 58 | including the latest version of the electronic documentation in |
---|
| 59 | SGML, HTML and PDF formats, by email. |
---|
| 60 | |
---|
[850] | 61 | * CDROM + Paper documentation *(not yet available, documentation |
---|
| 62 | still under works)* : |
---|
[761] | 63 | |
---|
| 64 | * You pay me any amount of money starting at **30$ (US Dollars)** |
---|
| 65 | |
---|
| 66 | * Then I send you the latest **PyKota 'OFFICIAL'** tarball, |
---|
| 67 | including the latest version of the electronic documentation in |
---|
| 68 | SGML, HTML and PDF formats, on CDROM, accompanied with the latest |
---|
| 69 | version of the printed documentation. No additionnal shipping costs |
---|
| 70 | will be asked to you, unless you require a specific delivery mode. |
---|
| 71 | |
---|
[850] | 72 | * The "purchase":/software/PyKota/Purchase of an **'OFFICIAL'** |
---|
| 73 | version also allows you to : |
---|
[761] | 74 | |
---|
[850] | 75 | * Modify or redistribute the **'OFFICIAL'** version you purchased, |
---|
| 76 | under the terms of the GNU General Public License of the Free |
---|
| 77 | Software Foundation. I just ask you to remove the 'OFFICIAL' word |
---|
| 78 | from the version number if you redistribute a modified official |
---|
| 79 | version. |
---|
[761] | 80 | |
---|
| 81 | * Obtain free technical support for a year starting at your purchase |
---|
[850] | 82 | date : This includes bug fixes and new official versions, as well as |
---|
| 83 | priority email support. |
---|
[761] | 84 | |
---|
| 85 | * Obtain half of **your money back** in case you contribute source |
---|
| 86 | code or documentation which I accept in the source tree. If you're a |
---|
| 87 | motivated developper, you've got strong chances to get half of your |
---|
| 88 | money back. *NB : You will have to send me a signed copyright |
---|
| 89 | assignment on paper in order for me to be able to accept your |
---|
| 90 | patches on PyKota.* |
---|
| 91 | |
---|
[850] | 92 | * By purchasing an official package, your karma will also be better. |
---|
| 93 | |
---|
[761] | 94 | I sincerely hope that you will find this proposition as fair as I do |
---|
| 95 | think it is. |
---|