~ubuntu-branches/ubuntu/intrepid/enigma/intrepid

« back to all changes in this revision

Viewing changes to lib-src/oxydlib/README

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2005-08-28 15:30:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050828153009-sky64kb6tcq37xt5
Tags: 0.92.1-1
* New upstream subversion checkout
* Remove menu.s3m, which we are allowed to distributed but not to modify
  also copyright notice is confusing... (Closes: #321669)
* Rebuild with new libzipios (Closes: #325405)
  I hope this works without a versioned build-dependency
* Added "enigma replaces enigma-data" for upgrades (Closes: #308558)
* Added notes about the fonts copyright.
* updated to policy 3.6.2.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
General information
2
 
-------------------
3
 
 
4
 
OxydLib is a C++ library for reading and writing the data files
5
 
used by the Oxyd series of games by Dongleware.  It is still a
6
 
work in progress.  Some parts of the data files aren't properly
7
 
handled yet.
8
 
 
9
 
OxydLib was written by Jeremy Sawicki (jeremy AT sawicki DOT us).
10
 
 
11
 
 
12
 
Copying
13
 
-------
14
 
 
15
 
OxydLib is free software; you can redistribute it and/or modify
16
 
it under the terms of the GNU General Public License as published by
17
 
the Free Software Foundation; either version 2 of the License, or
18
 
(at your option) any later version.
19
 
 
20
 
OxydLib is distributed in the hope that it will be useful,
21
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
22
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
 
GNU General Public License for more details.
24
 
 
25
 
You should have received a copy of the GNU General Public License
26
 
along with OxydLib; if not, write to the Free Software
27
 
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA