[Pkg-haskell-commits] darcs: haskell-charsetdetect-ae: refine copyrights
Marcel Fourné
debian at marcelfourne.de
Sat May 30 16:33:29 UTC 2015
Sat May 30 16:33:13 UTC 2015 Marcel Fourn[_<U+00E9>_] <debian at marcelfourne.de>
* refine copyrights
M ./copyright -5 +43
Sat May 30 16:33:13 UTC 2015 Marcel Fourné <debian at marcelfourne.de>
* refine copyrights
diff -rN -u old-haskell-charsetdetect-ae/copyright new-haskell-charsetdetect-ae/copyright
--- old-haskell-charsetdetect-ae/copyright 2015-05-30 16:33:29.745907837 +0000
+++ new-haskell-charsetdetect-ae/copyright 2015-05-30 16:33:29.745907837 +0000
@@ -7,9 +7,21 @@
Copyright: Max Bolingbroke <batterseapower at hotmail.com>
License: LGPL-2.1+
-Files: libcharsetdetect/*
-Copyright: Max Bolingbroke <batterseapower at hotmail.com>
-License: LGPL-2.1+
+Files: libcharsetdetect/libcharsetdetect.{cpp,h}
+Copyright: Colin Snover
+License: MIT
+
+Files: libcharsetdetect/mozilla/*
+Copyright: mozilla.org
+License: MPL-1.1/GPL-2/LGPL-2.1
+
+Files: libcharsetdetect/nspr-emu/*
+Copyright: mozilla.org
+License: MPL-1.1/GPL-2/LGPL-2.1
+
+Files: libcharsetdetect/nspr-emu/prcpucfg.h
+Copyright: Google Inc.
+License: BSD-3
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
@@ -32,6 +44,33 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+License: MIT
+ The files `libcharsetdetect.{cpp,h}` are (c) 2010 Colin Snover and released under an MIT license.
+
+License: MPL-1.1/GPL-2/LGPL-2.1
+ The UCSD is (c) mozilla.org and tri-licensed under MPL 1.1/GPL 2.0/LGPL 2.1.
+ We incorporate header files from the NSPR emulation library, which is LGPL licensed.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+ .
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2.1'.
+ `/usr/share/common-licenses/GPL-2'.
+ .
+ You may obtain a copy of the Mozilla Public License at
+ http://www.mozilla.org/MPL/
+
+License: BSD
+ Chromium (and thus presumably their contribution) is licensed under the BSD license.
+ .
+ On Debian systems, the full text of the BSD license
+ can be found in the file
+ `/usr/share/common-licenses/BSD'.
+
+
\ No newline at end of file
More information about the Pkg-haskell-commits
mailing list