[Python-modules-commits] r12253 - in packages/pystemmer/trunk/debian (copyright)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Mar 13 17:06:32 UTC 2010


    Date: Saturday, March 13, 2010 @ 17:06:13
  Author: stefanor-guest
Revision: 12253

Licenses for sampledata in debian/copyright

Modified:
  packages/pystemmer/trunk/debian/copyright

Modified: packages/pystemmer/trunk/debian/copyright
===================================================================
--- packages/pystemmer/trunk/debian/copyright	2010-03-13 16:52:00 UTC (rev 12252)
+++ packages/pystemmer/trunk/debian/copyright	2010-03-13 17:06:13 UTC (rev 12253)
@@ -6,32 +6,15 @@
 Files: *
 Copyright: 2006, Richard Boulton
 License: MIT
+X-Inspiration:
  It was inspired by an earlier implementation of PyStemmer (version 0.10, which
  was copyright (c) 2001, Andreas Jung, and also licensed under the MIT license,
  but no portions of which remain in this package, and had a different API).
  .
  Both Andreas Jung's implementation and this implementation are covered by the
- following license.
- .
- 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.
+ MIT license.
 
-Files: libstemmer_c/*
+Files: libstemmer_c/*, sampledata/englishvoc.txt
 Copyright: 2001-2006, Dr Martin Porter and Richard Boulton
 License: BSD
  Redistribution and use in source and binary forms, with or without
@@ -56,6 +39,13 @@
  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.
 
+Files: sampledata/puttydoc.txt
+Copyright: 1997-2006, Simon Tatham
+ Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas
+ Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben
+ Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.
+License: MIT
+
 Files: debian/*
 Copyright:
  2010, Stefano Rivera <stefano at rivera.za.net>
@@ -72,3 +62,21 @@
  .
  On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+License: MIT
+ 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
+ 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 Python-modules-commits mailing list