~ubuntu-branches/debian/squeeze/stella/squeeze

« back to all changes in this revision

Viewing changes to src/emucore/m6502/Copyright.txt

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2010-07-12 23:49:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100712234936-juawrr3etzhr2qpv
Tags: 3.1.2-1
* New maintainer (closes: #532039).
* New upstream version (closes: #461121):
  - includes launcher (closes: #396058).
* Fix the reference to the X Window System in the description (closes:
  #411815).
* Move to main, DFSG-free ROMs are available (see README.Debian).
* Enhance the package description.
* Drop the libslang2-dev dependency (closes: #560274).
* Remove the Encoding entry from stella.desktop.
* Avoid ignoring errors when cleaning.
* Add ${misc:Depends} to the package dependencies.
* Provide a doc-base file to install the documentation using doc-base.
* Switch to debhelper 7 with a simplified rules file.
* Use autotools-dev to provide updated configuration files.
* Update to Standards-Version 3.9.0:
  - Move to menu section Applications/Emulators.
  - Move the homepage declaration.
* Re-write the manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
===============================================================================
2
 
 
3
 
  MM     MM  6666  555555  0000   2222
4
 
  MMMM MMMM 66  66 55     00  00 22  22
5
 
  MM MMM MM 66     55     00  00     22
6
 
  MM  M  MM 66666  55555  00  00  22222  --  "A 6502 Microprocessor Emulator"
7
 
  MM     MM 66  66     55 00  00 22
8
 
  MM     MM 66  66 55  55 00  00 22
9
 
  MM     MM  6666   5555   0000  222222
10
 
 
11
 
===============================================================================
12
 
                   License Information and Copyright Notice
13
 
===============================================================================
14
 
 
15
 
Copyright (C) 1995-2002 Bradford W. Mott <bwmott@acm.org>
16
 
 
17
 
This program is free software; you can redistribute it and/or modify it under 
18
 
the terms of the GNU General Public License as published by the Free Software 
19
 
Foundation; either version 2 of the License, or any later version.
20
 
 
21
 
You should have received a copy of the GNU General Public License version 2
22
 
along with this program (License.txt); if not, write to the Free Software 
23
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
24
 
 
25
 
This program is distributed in the hope that it will be useful, but WITHOUT
26
 
ANY WARRANTY. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY
27
 
PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
28
 
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES
29
 
THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
30
 
DAMAGE.
31
 
 
32
 
THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
33
 
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
34
 
PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN
35
 
"AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
36
 
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
37