[Python-modules-commits] r17845 - in packages/python-hl7/trunk/debian (changelog copyright)
johnpaulett-guest at users.alioth.debian.org
johnpaulett-guest at users.alioth.debian.org
Wed Jul 13 21:54:10 UTC 2011
Date: Wednesday, July 13, 2011 @ 21:54:08
Author: johnpaulett-guest
Revision: 17845
Fix newlines in debian/copyright and use correct License short name (BSD-3-clause).
Modified:
packages/python-hl7/trunk/debian/changelog
packages/python-hl7/trunk/debian/copyright
Modified: packages/python-hl7/trunk/debian/changelog
===================================================================
--- packages/python-hl7/trunk/debian/changelog 2011-07-13 20:59:45 UTC (rev 17844)
+++ packages/python-hl7/trunk/debian/changelog 2011-07-13 21:54:08 UTC (rev 17845)
@@ -1,3 +1,10 @@
+python-hl7 (0.2.0-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Correct empty lines in debian/copyright and use correct License short name (BSD-3-clause)
+
+ -- John Paulett <john at paulett.org> Wed, 13 Jul 2011 16:51:17 -0500
+
python-hl7 (0.2.0-1) unstable; urgency=low
* Initial release (Closes: #633749)
Modified: packages/python-hl7/trunk/debian/copyright
===================================================================
--- packages/python-hl7/trunk/debian/copyright 2011-07-13 20:59:45 UTC (rev 17844)
+++ packages/python-hl7/trunk/debian/copyright 2011-07-13 21:54:08 UTC (rev 17845)
@@ -4,11 +4,11 @@
Files: *
Copyright: 2009-2011 John Paulett <john at paulett.org>
-License: BSD
+License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
-
+ .
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
@@ -18,7 +18,7 @@
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.
-
+ .
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -33,5 +33,5 @@
Files: debian/*
Copyright: 2011 John Paulett <john at paulett.org>
-License: BSD
+License: BSD-3-clause
Licensed under the same terms as python-hl7
More information about the Python-modules-commits
mailing list