[Pkg-haskell-commits] darcs: haskell-x11: Directly include BSD license in copyright file
rak at debian.org
rak at debian.org
Mon Jul 9 00:22:51 UTC 2012
Wed May 9 17:11:09 UTC 2012 rak at debian.org
* Directly include BSD license in copyright file
Ignore-this: 2c269ebac115a4d2c76ce8ec7603c5bd
M ./changelog +2
M ./copyright -2 +28
Wed May 9 17:11:09 UTC 2012 rak at debian.org
* Directly include BSD license in copyright file
Ignore-this: 2c269ebac115a4d2c76ce8ec7603c5bd
diff -rN -u old-haskell-x11//changelog new-haskell-x11//changelog
--- old-haskell-x11//changelog 2012-07-09 00:22:48.552829714 +0000
+++ new-haskell-x11//changelog 2012-07-09 00:22:48.864826548 +0000
@@ -2,6 +2,8 @@
* New upstream release
* Bumped standards to 3.9.3
+ * Directly include BSD license in copyright file. Fixes
+ 'copyright-refers-to-deprecated-bsd-license-file' lintian warning.
-- Ryan Kavanagh <rak at debian.org> Wed, 09 May 2012 12:29:04 -0400
diff -rN -u old-haskell-x11//copyright new-haskell-x11//copyright
--- old-haskell-x11//copyright 2012-07-09 00:22:48.552829714 +0000
+++ new-haskell-x11//copyright 2012-07-09 00:22:48.684829210 +0000
@@ -13,8 +13,34 @@
Copyright (c) 2007, Spencer Janssen
Copyright (c) 2003-2007, libraries at haskell.org
-BSD licenced. The complete text of the BSD license can be found in
-/usr/share/common-licenses/BSD on Debian systems.
+
+The HSX11 Library is distributed under the following license:
+
+ All rights reserved, and is distributed as free software
+ under the following license.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ - Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ - Neither name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND THE CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDERS OR THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-----
More information about the Pkg-haskell-commits
mailing list