Re: Change license of Horde sork modules
Gregory Colpart <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <20060731223815.GH20328@test-scsi> |
Hello, On Tue, Jun 20, 2006 at 12:03:06PM +0200, Jan Schneider wrote: > >> > >>>Then changing license of Forward sork modules to BSD-like > >>>license (in LICENSE file and headers of PHP files) seems okay. > >>>I can make a trivial patch if you want. > >> > >>Yes, please. It is trivial, but as long as you're willing to save me > >>some time I'm going to say yes. :) > > > >Patch on attachment. > > Committed, thanks. debian-legal expert thinks that "no answer == consent" method for changing license is not good[*]. Then here is a patch to return to ASL for Marc Jauvin and Mike Cochran drivers. [*] http://lists.debian.org/debian-legal/2006/07/msg00119.html Regards, -- Gregory Colpart <[email protected]> GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
forwards.diff
(text/plain, 2.4 KB)
diff -rcP forwards.ori/lib/Driver/mdaemon.php forwards/lib/Driver/mdaemon.php *** forwards.ori/lib/Driver/mdaemon.php 2006-08-01 00:20:28.000000000 +0200 --- forwards/lib/Driver/mdaemon.php 2006-08-01 00:23:15.000000000 +0200 *************** *** 7,14 **** * * Copyright 2001-2006 Mike Cochrane <[email protected]> * ! * See the enclosed file LICENSE for license information (BSDL). If you ! * did not receive this file, see http://www.horde.org/licenses/bsdl.php. * * @author Mike Cochrane <[email protected]> * @since Forwards 2.1 --- 7,13 ---- * * Copyright 2001-2006 Mike Cochrane <[email protected]> * ! * See http://www.horde.org/licenses/asl.php for license information (ASL). * * @author Mike Cochrane <[email protected]> * @since Forwards 2.1 diff -rcP forwards.ori/lib/Driver/soap.php forwards/lib/Driver/soap.php *** forwards.ori/lib/Driver/soap.php 2006-08-01 00:20:28.000000000 +0200 --- forwards/lib/Driver/soap.php 2006-08-01 00:22:34.000000000 +0200 *************** *** 10,17 **** * * Copyright 2004-2006 Marc Jauvin <[email protected]> * ! * See the enclosed file LICENSE for license information (BSDL). If you ! * did not receive this file, see http://www.horde.org/licenses/bsdl.php. * * @author Marc Jauvin <[email protected]> * @since Forwards 3.0 --- 10,16 ---- * * Copyright 2004-2006 Marc Jauvin <[email protected]> * ! * See http://www.horde.org/licenses/asl.php for license information (ASL). * * @author Marc Jauvin <[email protected]> * @since Forwards 3.0 diff -rcP forwards.ori/lib/Driver/sql.php forwards/lib/Driver/sql.php *** forwards.ori/lib/Driver/sql.php 2006-08-01 00:20:28.000000000 +0200 --- forwards/lib/Driver/sql.php 2006-08-01 00:22:48.000000000 +0200 *************** *** 7,14 **** * Copyright 2001-2006 Ilya Krel <[email protected]> * Copyright 2001-2006 Mike Cochrane <[email protected]> * ! * See the enclosed file LICENSE for license information (BSDL). If you ! * did not receive this file, see http://www.horde.org/licenses/bsdl.php. * * @author Ilya Krel <[email protected]> * @author Mike Cochrane <[email protected]> --- 7,13 ---- * Copyright 2001-2006 Ilya Krel <[email protected]> * Copyright 2001-2006 Mike Cochrane <[email protected]> * ! * See http://www.horde.org/licenses/asl.php for license information (ASL). * * @author Ilya Krel <[email protected]> * @author Mike Cochrane <[email protected]>