diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-31 22:13:25 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-31 22:13:25 +0000 |
commit | cad53ae644d6c368f324899f2ff2dfae81895c54 (patch) | |
tree | 7d93a472583d6abc84e64cb3dec28b76157b92a2 | |
parent | 236ee20da9dc9e7c2fb6eec6176c721b96bd2066 (diff) | |
download | dhex-cad53ae644d6c368f324899f2ff2dfae81895c54.tar.gz |
Fix Copyright Format 1.0 syntax error in debian/copyright
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ac26379..027c799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ dhex (0.68-1) UNRELEASED; urgency=low - Add VCS-{Git,Browser} URLs * Bump S-V to 3.9.4 - No changes needed + * Fix Copyright Format 1.0 syntax error in debian/copyright + - s/GNU GPL 2\+/GPL-2+/ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 30 Oct 2012 21:37:08 +0000 diff --git a/debian/copyright b/debian/copyright index b38dd49..630c1cc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: http://www.dettus.net/dhex/ Files: * Copyright: 2011 Thomas Dettbarn <dettus@dettus.net> -License: GNU GPL 2+ +License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or |