[Pkg-ruby-extras-commits] r1140 - packages/libmmap-ruby/trunk/debian
Arnaud Cornet
nohar-guest at alioth.debian.org
Sun Nov 26 14:34:57 CET 2006
Author: nohar-guest
Date: 2006-11-26 14:34:57 +0100 (Sun, 26 Nov 2006)
New Revision: 1140
Modified:
packages/libmmap-ruby/trunk/debian/copyright
Log:
Fix the copyright file. Add copyright info, add ruby license, add packaging
license information.
Modified: packages/libmmap-ruby/trunk/debian/copyright
===================================================================
--- packages/libmmap-ruby/trunk/debian/copyright 2006-11-26 08:56:06 UTC (rev 1139)
+++ packages/libmmap-ruby/trunk/debian/copyright 2006-11-26 13:34:57 UTC (rev 1140)
@@ -1,10 +1,97 @@
This package was debianized by Arnaud Cornet <arnaud.cornet at gmail.com>
-on Mon, 06 Nov 2006 20:11:35 +0100
+on Mon, 06 Nov 2006 20:11:35 +0100.
+The current Debian maintainer is Arnaud Cornet <arnaud.cornet at gmail.com>
+
It was downloaded from ftp://moulon.inra.fr/pub/ruby/
Upstream Author: Guy Decoux <ts at moulon.inra.fr>
-Copyright: Guy Decoux <ts at moulon.inra.fr>
+Copyright 2001-2006 Guy Decoux <ts at moulon.inra.fr>
You can redistribute it and/or modify it under the terms of terms of the
Ruby license.
+The years of the copyright were given in a mail conversation with Guy Decoux.
+Here is the part that gives the relevant information:
+
+---
+Date: Sun, 26 Nov 2006 13:41:22 +0100
+From: ts <decoux at moulon.inra.fr>
+To: Arnaud Cornet <arnaud.cornet at gmail.com>
+Subject: Re: Copyright de ruby-mmap.
+
+Arnaud Cornet wrote:
+>Êtes-vous seuls détenteur du copyright ? Depuis quand l'êtes vous ?
+
+ oui, depuis sa creation (2001-03-15 07:10)
+---
+
+The ruby license is included at the end of this document.
+
+The Debian packaging is Copyright 2006, Arnaud Cornet <arnaud.cornet at gmail.com>
+and is licensed under the GPL version 2.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+---
+Ruby license
+************
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING.txt file), or the conditions below:
+
+ 1. You may make and give away verbatim copies of the source form of the
+ software without restriction, provided that you duplicate all of the
+ original copyright notices and associated disclaimers.
+
+ 2. You may modify your copy of the software in any way, provided that
+ you do at least ONE of the following:
+
+ a) place your modifications in the Public Domain or otherwise
+ make them Freely Available, such as by posting said
+ modifications to Usenet or an equivalent medium, or by allowing
+ the author to include your modifications in the software.
+
+ b) use the modified software only within your corporation or
+ organization.
+
+ c) rename any non-standard executables so the names do not conflict
+ with standard executables, which must also be provided.
+
+ d) make other distribution arrangements with the author.
+
+ 3. You may distribute the software in object code or executable
+ form, provided that you do at least ONE of the following:
+
+ a) distribute the executables and library files of the software,
+ together with instructions (in the manual page or equivalent)
+ on where to get the original distribution.
+
+ b) accompany the distribution with the machine-readable source of
+ the software.
+
+ c) give non-standard executables non-standard names, with
+ instructions on where to get the original software distribution.
+
+ d) make other distribution arrangements with the author.
+
+ 4. You may modify and include the part of the software into any other
+ software (possibly commercial). But some files in the distribution
+ are not written by the author, so that they are not under this terms.
+
+ They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+ files under the ./missing directory. See each file for the copying
+ condition.
+
+ 5. The scripts and library files supplied as input to or produced as
+ output from the software do not automatically fall under the
+ copyright of the software, but belong to whomever generated them,
+ and may be sold commercially, and may be aggregated with this
+ software.
+
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE.
+
More information about the Pkg-ruby-extras-commits
mailing list