[Pkg-haskell-commits] darcs: haskell-scrobble: Fix copyright file.

Clint Adams clint at debian.org
Fri Sep 20 19:47:58 UTC 2013


Fri Sep 20 19:47:39 UTC 2013  Clint Adams <clint at debian.org>
  * Fix copyright file.

    M ./changelog +6
    M ./copyright -7 +52

Fri Sep 20 19:47:39 UTC 2013  Clint Adams <clint at debian.org>
  * Fix copyright file.
diff -rN -u old-haskell-scrobble/changelog new-haskell-scrobble/changelog
--- old-haskell-scrobble/changelog	2013-09-20 19:47:58.577544593 +0000
+++ new-haskell-scrobble/changelog	2013-09-20 19:47:58.581553095 +0000
@@ -1,3 +1,9 @@
+haskell-scrobble (0.2.1.0-2) unstable; urgency=low
+
+  * Fix copyright file.
+
+ -- Clint Adams <clint at debian.org>  Fri, 20 Sep 2013 14:35:28 -0400
+
 haskell-scrobble (0.2.1.0-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-scrobble/copyright new-haskell-scrobble/copyright
--- old-haskell-scrobble/copyright	2013-09-20 19:47:58.573560210 +0000
+++ new-haskell-scrobble/copyright	2013-09-20 19:47:58.581553095 +0000
@@ -1,15 +1,60 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: scrobble
-Upstream-Contact: Jack Upstream Developer <upstream at example.com>
+Upstream-Contact: Chris Done <chrisdone at gmail.com>
 Source: http://hackage.haskell.org/package/scrobble
 
 Files: *
-Copyright: 1970 Jack Upstream Developer
-License: scrobble license
+Copyright: 2012 Chris Done
+License: BSD-3-clause
 
 Files: debian/*
-Copyright: 1970 Joe Debian maintainer
-License: scrobble license
+Copyright: 2013 Clint Adams
+License: Expat
 
-License: scrobble license
- This is the text of the scrobble license.
+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:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of Chris Done <chrisdone at gmail.com> nor the names of other
+       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 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
+ OWNER OR 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.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject
+ to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.




More information about the Pkg-haskell-commits mailing list