Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 80658 invoked from network); 1 Apr 2010 08:52:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 08:52:14 -0000 Received: (qmail 89543 invoked by uid 500); 1 Apr 2010 08:52:14 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 89394 invoked by uid 500); 1 Apr 2010 08:52:12 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 89380 invoked by uid 99); 1 Apr 2010 08:52:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 08:52:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 209.85.222.186 as permitted sender) Received: from [209.85.222.186] (HELO mail-pz0-f186.google.com) (209.85.222.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 08:52:04 +0000 Received: by pzk16 with SMTP id 16so876056pzk.22 for ; Thu, 01 Apr 2010 01:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=LtEL3gCYFmjQxRSfxNcuw9n2ShpFP4TPVhJpE1WBY5s=; b=vAQhpb7/De9MYc17NtpnRK+EgF8pUngR9poozR4lvMqgX/1gOIjGZ2RuVvJ9onhwej 65YzGfLSXtmJBBoGa37MwoBJPc5dB6FoVIjgFAawdi9RYxBdzOKoKlhasyAu69d1kaCE B8gWJwADVwaH5sbLa/vlJQDGbxPgVhMyLw0tU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=aE9AEMhUwA5aU7Dgr1kVAnQyjDQRqHppRltTcOqETErFNuAhmatyUNmhNhrV2c/3YM ebvDHU78VS34euFUN4+k70LPsqX8Y7rsHlodEjWZGlpDfw9puByxpCyDidvmKNuIfhZa PnbY/E7O6U+wZ2wY+UtOkANZVXadCtP9zuPPg= MIME-Version: 1.0 Received: by 10.141.48.20 with HTTP; Thu, 1 Apr 2010 01:51:23 -0700 (PDT) From: Christian Grobmeier Date: Thu, 1 Apr 2010 10:51:23 +0200 Received: by 10.141.91.19 with SMTP id t19mr124526rvl.104.1270111903093; Thu, 01 Apr 2010 01:51:43 -0700 (PDT) Message-ID: Subject: Inclusion of third party code (was: Fwd: log4php mongodb appender) To: Logging General Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, a user wrote a little appender and offered it for inclusion in the log4php project. Its licensed in new BSD and from licensing point of view there should be no problem. However - can I simply copy the code over and change the BSD license to ASF or how needs this to be done? Any suggestions appreciated Best Christian ---------- Forwarded message ---------- From: Vladimir gorej Date: Wed, Mar 31, 2010 at 9:57 AM Subject: Re: log4php mongodb appender To: log4php-dev@logging.apache.org Hi Chris, New BSD and Apache 2.0 licenses are more than compatible. You can include the mongo appender code without any problems. Vladimir Gorej