Mercurial > noffle
annotate COPYING.html @ 38:8e972daaeab9 noffle
[svn] Applied patch from Jim Hague:
- Forget cached group info when group database closed.
- Added list of 'forbidden' newsgroup specs.
- Fixed problem with article numbering if the overview file empties.
- Changed %i to %d in sscanfs (%i interprets leading zeros as octal numbers)
- New groups now always start numbering at article 1.
- Record newsgroup posting status. Enforce it at posting time.
Added --modify
- Added group deletion.
- Added wildmat code taken from INN
| author | enz |
|---|---|
| date | Fri, 05 May 2000 08:23:15 +0100 |
| parents | 04124a4423d4 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <html> |
| 2 | |
| 3 <head> | |
| 4 <title>NOFFLE Copying</title> | |
| 5 </head> | |
| 6 | |
| 7 <body bgcolor=white> | |
| 8 <p> | |
| 9 | |
| 10 <center> | |
| 11 <h1>NOFFLE Copying</h1> | |
| 12 </center> | |
| 13 | |
| 14 <p> | |
| 15 <hr> | |
| 16 <p> | |
| 17 | |
| 18 | |
| 19 This program is available under the GNU General Public License. | |
| 20 <p> | |
| 21 The full terms and conditions for copying, distribution and modification | |
| 22 can be found at: | |
| 23 <blockquote> | |
| 24 <a href="http://www.fsf.org/copyleft/gpl.html">http://www.fsf.org/copyleft/gpl.html</a> | |
| 25 </blockquote> | |
| 26 | |
| 27 | |
| 28 </body> | |
| 29 </html> |
