summaryrefslogtreecommitdiff
path: root/p/haskell-hashable-extras/debian/copyright
diff options
context:
space:
mode:
authorKristoffer Rose <krisrose@debian.org>2015-08-13 13:43:01 +0200
committerKristoffer Rose <krisrose@debian.org>2015-08-13 13:43:01 +0200
commita42daa2bcd4bf94c619464fea1a1f87eec60d63f (patch)
treee9351f775c81c2d1e540a9f9ee9a6ca1af3a63d0 /p/haskell-hashable-extras/debian/copyright
parent1df49956a9efcf623d03b462503fc7fc834b5526 (diff)
parent6c1f830b0250a31710549ffb26b3616165731f82 (diff)
downloadDHG_packages-a42daa2bcd4bf94c619464fea1a1f87eec60d63f.tar.gz
Merge branch 'master' of ssh://git.debian.org/git/pkg-haskell/DHG_packages
Diffstat (limited to 'p/haskell-hashable-extras/debian/copyright')
-rw-r--r--p/haskell-hashable-extras/debian/copyright56
1 files changed, 56 insertions, 0 deletions
diff --git a/p/haskell-hashable-extras/debian/copyright b/p/haskell-hashable-extras/debian/copyright
new file mode 100644
index 000000000..6d1458dca
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/copyright
@@ -0,0 +1,56 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hashable-extras
+Upstream-Contact: Edward A. Kmett <ekmett@gmail.com>
+Source: http://hackage.haskell.org/package/hashable-extras
+
+Files: *
+Copyright: 2012-2013 Edward Kmett
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: BSD-2-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
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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.