diff --git a/debian/changelog b/debian/changelog index 94add0d..0351c00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ + Add myself. + Update Chris Ausbrooks's e-mail address to the most recent one I could find in the wayback machine. + + The original developer only stated "GPL" without a version. I assume + that the most recent GPL version at the time when he wrote slay + initially was meant, i.e. in 1997 it was GPLv2. * Fix typo in version history in source code. * Fix bashism "exit -1", replace it with "exit 127". (Closes: #772367) + This is a potentially breaking change, hence bumping major version. diff --git a/debian/copyright b/debian/copyright index b211528..d34bcc3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,6 +8,25 @@ Copyright: 1997-2003 Chris Ausbrooks 2004-2008 Paweł Więcek 2016 Axel Beckert -License: GPL - This is a free software distributed according to terms of GNU GPL. (See - "/usr/share/common-licenses/GPL".) +License: GPL-2 +Comment: The original developer only stated "GPL" without a + version. It is assumed that the most recent GPL version at the time + when the software was initially written was meant. + +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in `/usr/share/common-licenses/GPL-2'.