[Pkg-haskell-commits] darcs: darcs: Add copyright info for src/Crypt/*, Closes: bug#775588.
Christopher Reichert
creichert07 at gmail.com
Thu Jan 29 04:29:45 UTC 2015
Thu Jan 29 04:28:04 UTC 2015 Christopher Reichert <creichert07 at gmail.com>
* Add copyright info for src/Crypt/*, Closes: bug#775588.
M ./changelog +6
M ./copyright +35
Thu Jan 29 04:28:04 UTC 2015 Christopher Reichert <creichert07 at gmail.com>
* Add copyright info for src/Crypt/*, Closes: bug#775588.
diff -rN -u old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog 2015-01-29 04:29:45.713206194 +0000
+++ new-darcs/changelog 2015-01-29 04:29:45.721206191 +0000
@@ -1,3 +1,9 @@
+darcs (2.8.5-2) unstable; urgency=low
+
+ * Add copyright information for src/Crypt/*, Closes: bug#775588
+
+ -- Christopher Reichert <creichert07 at gmail.com> Wed, 28 Jan 2015 22:00:00 -0600
+
darcs (2.8.5-1) unstable; urgency=low
* Adjust watch file to new hackage layout
diff -rN -u old-darcs/copyright new-darcs/copyright
--- old-darcs/copyright 2015-01-29 04:29:45.713206194 +0000
+++ new-darcs/copyright 2015-01-29 04:29:45.725206191 +0000
@@ -85,3 +85,38 @@
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
+
+Files: src/Crypt/SHA256.hs
+Copyright: Zooko O'Whielacronx
+License: GPL
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
+
+Files: src/Crypt/sha2.*
+Copyright: 2005, 2007 Olivier Gay <olivier.gay at a3.epfl.ch>
+License: BSD-C3
+ All rights reserved.
+ .
+ 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.
+ 3. Neither the name of the project 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 PROJECT 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 PROJECT 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.
More information about the Pkg-haskell-commits
mailing list