Changeset 850
- Timestamp:
- 03/15/03 23:19:47 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/LICENSE
r831 r850 18 18 * You can access to PyKota's source code by using CVS from : 19 19 20 21 20 http://savannah.nongnu.org/projects/pykota/ 21 22 22 Follow the "CVS Repository" link then follow the instructions in 23 the section labeled "Getting a Copy of the CVS Repository". 23 the section labeled "Getting a Copy of the CVS Repository". 24 24 25 25 * The CVS version will always be labelled as **unofficial** and the 26 26 word **unofficial** will appear whenever you run PyKota command line 27 tools with the --version command line argument, and so I have to 28 make a restriction : 27 tools with the *--version* command line argument. 29 28 30 YOU ARE NOT ALLOWED IN ANY CIRCUMSTANCE TO LABEL A VERSION OF31 PyKota DOWNLOADED FROM CVS AS BEING THE 'OFFICIAL' ONE.29 * I ask you to not label or present a version of PyKota downloaded 30 from CVS as being the 'OFFICIAL' one. 32 31 33 * A PyKota version obtained from CVS, i.e. which version number looks 34 like *x.xx-unofficial*, **IS FREELY REDISTRIBUTABLE AND MODIFIABLE, 35 AT NO COST, UNDER THE TERMS OF THE GNU GENERAL PUBLIC LICENSE, BUT 36 CAN'T BE LABELLED 'OFFICIAL'. THIS MEANS THAT YOU ARE NOT ALLOWED, 37 UNDER ANY CIRCUMSTANCES, TO PUT THE 'OFFICIAL' WORD IN THE VERSION 38 NUMBER IF IT IS NOT ALREADY PRESENT.** 32 * I encourage you to buy an 'OFFICIAL' PyKota package. See below for 33 the benefits of doing so. 39 34 40 * Version number excepted, **THERE'S NO DIFFERENCE BETWEEN 41 'OFFICIAL' and 'UNOFFICIAL' VERSIONS OF PyKota.** It should be clear 42 that I'll answer to all questions, and try to help as much as I can, 43 even if you don't want to buy an **'OFFICIAL'** version. But it 44 should also be clear to you that the latest version you can find in 45 CVS may be somewhat unstable or unfinished, since this software is a 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 46 44 work in progress, and that it's up to you to download working 47 45 revisions from the CVS tree. That's why I suggest that you purchase 48 an 'OFFICIAL' version, because it will be simpler for you. 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. 49 50 50 51 * You can obtain an **'OFFICIAL'** version of PyKota in two forms : … … 58 59 SGML, HTML and PDF formats, by email. 59 60 60 * CDROM + Paper documentation (not yet available, documentation61 still under works) :61 * CDROM + Paper documentation *(not yet available, documentation 62 still under works)* : 62 63 63 64 * You pay me any amount of money starting at **30$ (US Dollars)** … … 69 70 will be asked to you, unless you require a specific delivery mode. 70 71 71 * The purchase of an **'OFFICIAL'**72 version entitles you to :72 * The "purchase":/software/PyKota/Purchase of an **'OFFICIAL'** 73 version also allows you to : 73 74 74 * Redistribute the **'OFFICIAL'** version you purchased. But if you 75 modify this version before redistribution then I ask you to also 76 modify the version number present in the pykota/version.py file to 77 label any package you would redistribute as **'UNOFFICIAL'**. 78 Unmodified **'OFFICIAL'** packages can be redistributed freely under 79 the **'OFFICIAL'** label. 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. 80 80 81 81 * Obtain free technical support for a year starting at your purchase 82 date (bug fixes and new official versions) 82 date : This includes bug fixes and new official versions, as well as 83 priority email support. 83 84 84 85 * Obtain half of **your money back** in case you contribute source … … 89 90 patches on PyKota.* 90 91 92 * By purchasing an official package, your karma will also be better. 93 91 94 I sincerely hope that you will find this proposition as fair as I do 92 95 think it is. 96 -
pykota/trunk/pykota/version.py
r845 r850 15 15 # 16 16 17 __version__ = "1.0 0-unofficial"17 __version__ = "1.01-unofficial" 18 18 19 19 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS."""