[Pkg-ocaml-maint-commits] r4188 - in /trunk/packages/ulex/trunk/debian: changelog copyright
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Fri Aug 24 20:27:07 UTC 2007
Author: zack
Date: Fri Aug 24 20:27:07 2007
New Revision: 4188
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4188
Log:
- update license, it was wrongly described as LGPL while it is MIT
Modified:
trunk/packages/ulex/trunk/debian/changelog
trunk/packages/ulex/trunk/debian/copyright
Modified: trunk/packages/ulex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/debian/changelog?rev=4188&op=diff
==============================================================================
--- trunk/packages/ulex/trunk/debian/changelog (original)
+++ trunk/packages/ulex/trunk/debian/changelog Fri Aug 24 20:27:07 2007
@@ -2,8 +2,9 @@
* debian/copyright
- update some out-of-date information about upstream author
+ - update license, it was wrongly described as LGPL while it is MIT
- -- Stefano Zacchiroli <zack at debian.org> Sat, 14 Jul 2007 10:02:38 +0000
+ -- Stefano Zacchiroli <zack at debian.org> Fri, 24 Aug 2007 22:24:40 +0200
ulex (1.0-1) experimental; urgency=low
Modified: trunk/packages/ulex/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ulex/trunk/debian/copyright?rev=4188&op=diff
==============================================================================
--- trunk/packages/ulex/trunk/debian/copyright (original)
+++ trunk/packages/ulex/trunk/debian/copyright Fri Aug 24 20:27:07 2007
@@ -3,13 +3,29 @@
It was downloaded from http://www.cduce.org/download/
-Upstream Author: Alain Frisch <Alain.Frisch at inria.fr>
+Copyright (C) Alain Frisch <Alain.Frisch at inria.fr>
-Copyright:
+License:
- ulex is distributed under the terms of the GNU Lesser General Public
- License (LGPL).
+ ulex is distributed under the terms of an MIT-like license; its full
+ text is reported below.
- On Debian GNU/Linux systems LGPL license can be found as:
- /usr/share/common-licenses/LGPL
+ 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-ocaml-maint-commits
mailing list