X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 8D095D1E412 for ; Sat, 28 Feb 2004 23:59:51 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 70503-01 for ; Sat, 28 Feb 2004 19:59:52 -0400 (AST) Received: from smtp.vtx.ch (smtp.vtx.ch [212.147.0.55]) by svr1.postgresql.org (Postfix) with ESMTP id 9BB0FD1D2BA for ; Sat, 28 Feb 2004 19:59:48 -0400 (AST) Received: from [10.0.1.2] (cix-adsl-c38-p054.vtx.ch [212.147.38.54]) by smtp.vtx.ch (VTX Services SA) with ESMTP id 193DFFD40; Sun, 29 Feb 2004 00:59:47 +0100 (CET) In-Reply-To: <200402281556.i1SFuNn24281@candle.pha.pa.us> References: <200402281556.i1SFuNn24281@candle.pha.pa.us> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <31088E13-6A4A-11D8-BF67-000A95CEC686@dotgeek.org> Content-Transfer-Encoding: 7bit Cc: Alexey Borzov , Dave Page , pgsql-www@postgresql.org From: David Costa Subject: Re: Upgraded Site..any news ? Date: Sun, 29 Feb 2004 00:59:49 +0100 To: Bruce Momjian X-Mailer: Apple Mail (2.612) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/240 X-Sequence-Number: 3805 On Feb 28, 2004, at 4:56 PM, Bruce Momjian wrote: > Alexey Borzov wrote: >> >> Horde is under LGPL. I am not a license guru, so please tell me >> whether >> it is OK to use parts of it. > > It is not. LGPL requires that any changes we make be published, and we > currently don't have that resetriction with our BSD license. I am not 100% sure but, if you need a class (e.g. a php pear class) which is released under e.g. php license you can certainly use it regardless of what your license policy is unless you plan to modify it and redistribute it under a difference license. The same would apply for a CPAN module, there are released under artistic license isn't it ? If we take a class and extend it that should just be as fine as we are using it. What exactly are you planning to use from Horde? the mirror ip to country is a rather basic script (if you use the same one used at php.net) and doesn't even need a class as far as I know.. http://www.php.net/source.php?url=/my.php ) > Regards, David Costa, PostgreSQL Advocate david at postgresql ddoot org gurugeek att php dot net $dsn = 'pgsql://world:most_advanced@localhost/open_source_database';