92 lines
4.1 KiB
Plaintext
92 lines
4.1 KiB
Plaintext
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: Guard
|
|
Upstream-Contact: Marc Lehmann <schmorp@schmorp.de>
|
|
Source: https://metacpan.org/release/Guard
|
|
|
|
Files: *
|
|
Copyright: 2008-2009, Marc Lehmann <debian-copyright@schmorp.de>
|
|
License: Artistic or GPL-1+
|
|
Comment: Because the upstream Guard package does not include a proper
|
|
copyright statement, the upstream author was contacted via private e-mail.
|
|
.
|
|
Delivered-To: jonathan.i.yu@gmail.com
|
|
Received: by 10.204.79.82 with SMTP id o18cs454176bkk;
|
|
Sat, 11 Jul 2009 07:41:29 -0700 (PDT)
|
|
Received: by 10.204.57.13 with SMTP id a13mr3083366bkh.205.1247323289167;
|
|
Sat, 11 Jul 2009 07:41:29 -0700 (PDT)
|
|
Return-Path: <root@schmorp.de>
|
|
Received: from mail.nethype.de (mail.nethype.de [78.47.73.129])
|
|
by mx.google.com with ESMTP id 26si4485612fxm.94.2009.07.11.07.41.28;
|
|
Sat, 11 Jul 2009 07:41:29 -0700 (PDT)
|
|
Received-SPF: pass (google.com: domain of root@schmorp.de designates 78.47.73.129
|
|
as permitted sender) client-ip=78.47.73.129;
|
|
Authentication-Results: mx.google.com; spf=pass (google.com: domain of root@schmorp.de
|
|
designates 78.47.73.129 as permitted sender) smtp.mail=root@schmorp.de
|
|
Received: from [10.0.0.5] (helo=doom.schmorp.de)
|
|
by mail.nethype.de with esmtp (Exim 4.69)
|
|
(envelope-from <root@schmorp.de>)
|
|
id 1MPdlY-00067t-Ck; Sat, 11 Jul 2009 14:41:28 +0000
|
|
Received: from [10.0.0.1] (helo=cerebro.laendle)
|
|
by doom.schmorp.de with esmtp (Exim 4.69)
|
|
(envelope-from <root@schmorp.de>)
|
|
id 1MPdlY-0007MR-2u; Sat, 11 Jul 2009 14:41:28 +0000
|
|
Received: from root by cerebro.laendle with local (Exim 4.69)
|
|
(envelope-from <root@schmorp.de>)
|
|
id 1MPdlY-0001ot-1c; Sat, 11 Jul 2009 16:41:28 +0200
|
|
Date: Sat, 11 Jul 2009 16:41:28 +0200
|
|
From: Marc Lehmann <schmorp@schmorp.de>
|
|
To: Jonathan Yu <jonathan.i.yu@gmail.com>
|
|
Cc: Debian Perl List <debian-perl@lists.debian.org>
|
|
Subject: Re: Coro and Guard Copyright Information
|
|
Message-ID: <20090711144127.GC5477@schmorp.de>
|
|
References: <d1b732a70907102054g7f39012an6f2baa38a9bb78d1@mail.gmail.com>
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=us-ascii
|
|
Content-Disposition: inline
|
|
In-Reply-To: <d1b732a70907102054g7f39012an6f2baa38a9bb78d1@mail.gmail.com>
|
|
X-PGP: "1024D/DA743396 1999-01-26 Marc Alexander Lehmann
|
|
<schmorp@schmorp.de> Key fingerprint = 475A FE9B D1D4 039E
|
|
01AC C217 A1E8 0270 DA74 3396"
|
|
.
|
|
On Fri, Jul 10, 2009 at 11:54:36PM -0400, Jonathan Yu <jonathan.i.yu@gmail.com> wrote:
|
|
> I'm packaging your Perl modules Coro (and thus Guard) for Debian and
|
|
.
|
|
Fascinating!
|
|
.
|
|
> was wondering if you could give us a copyright statement for both of
|
|
> these. As you might remember from my previous bug reports (don't
|
|
> worry, I won't bother you with one this time), Debian needs both a
|
|
> copyright and license statement to redistribute modules.
|
|
.
|
|
To the best of my knowledge, and unless otherwise stated, all the files
|
|
are Copyright Marc Alexander Lehmann <debian-copyright@schmorp.de>,
|
|
2001-2009 for Coro, 2008-2009 for Guard.
|
|
.
|
|
(see also conftest.c, which is lgpl 2.1 or later)
|
|
.
|
|
> I have noted libcoro's copyright (per Coro/libcoro/LICENSE), but Coro
|
|
.
|
|
The actual files have been under a slightly different license for a while
|
|
- I updated the LICENSE file to be consistent, thanks for reminding me :)
|
|
|
|
Files: debian/*
|
|
Copyright: 2009, Jonathan Yu <jawnsy@cpan.org>
|
|
2011, Fabrizio Regalli <fabreg@fabreg.it>
|
|
License: Artistic or GPL-1+
|
|
|
|
License: Artistic
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the Artistic License, which comes with Perl.
|
|
.
|
|
On Debian systems, the complete text of the Artistic License can be
|
|
found in `/usr/share/common-licenses/Artistic'.
|
|
|
|
License: GPL-1+
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 1, or (at your option)
|
|
any later version.
|
|
.
|
|
On Debian systems, the complete text of version 1 of the GNU General
|
|
Public License can be found in `/usr/share/common-licenses/GPL-1'.
|