Return-Path: X-Original-To: apmail-legal-discuss-archive@www.apache.org Delivered-To: apmail-legal-discuss-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77977D18F for ; Thu, 27 Sep 2012 17:53:34 +0000 (UTC) Received: (qmail 7691 invoked by uid 500); 27 Sep 2012 17:53:34 -0000 Delivered-To: apmail-legal-discuss-archive@apache.org Received: (qmail 7418 invoked by uid 500); 27 Sep 2012 17:53:33 -0000 Mailing-List: contact legal-discuss-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: Reply-To: legal-discuss@apache.org List-Id: Delivered-To: mailing list legal-discuss@apache.org Received: (qmail 7411 invoked by uid 99); 27 Sep 2012 17:53:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 17:53:33 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.205] (HELO na3sys009aog111.obsmtp.com) (74.125.149.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 17:53:25 +0000 Received: from mail-vc0-f178.google.com ([209.85.220.178]) (using TLSv1) by na3sys009aob111.postini.com ([74.125.148.12]) with SMTP ID DSNKUGSSgKNqA7WvxMlPAN4b/g8Hpe1v0XXz@postini.com; Thu, 27 Sep 2012 10:53:05 PDT Received: by vcbgb30 with SMTP id gb30so2770546vcb.23 for ; Thu, 27 Sep 2012 10:53:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=hcCzyRCNveyJBH6CCj8dwocNoxjYwPRhhQiyz74uhJc=; b=OPXRzeXE6yGypFz+mD7CPbPIgZIEozv/d1NHZrvEDxR9BhO3KGZDqvSsM1AfXBfqNH fFaX9vlDKtkMFnFZBqQypFDUT1VcKVy3mW//Aig0TCsC1DwQnyiJG/2ai7d3fkyWhWln 98JzrMhSo2LPaehrQ0OQ9u1IhV57hy2d46iXMZ/6VqSUdNk9b8kusaUp9DtRn4fZGpO4 69qDAwsDCRDOoOv6nfovLnuAd4V5wR2Frp7ysFehfhjjz9C6zZ4DsqKgGA5MlYIn5j4Y GSiYLQ4gFqZRAzBwxuO1b0GJ1cVPD2t4EgkEukl3L5HBSlN/jTw9saiFWhazpkhTHio9 klEw== MIME-Version: 1.0 Received: by 10.220.227.199 with SMTP id jb7mr1488258vcb.26.1348768383467; Thu, 27 Sep 2012 10:53:03 -0700 (PDT) Received: by 10.58.239.135 with HTTP; Thu, 27 Sep 2012 10:53:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Sep 2012 13:53:03 -0400 Message-ID: Subject: Re: Question about copyright and license. From: Chip Childers To: legal-discuss@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQktCXvkTuEpNf2i61s1XlwkPxPjrgfBSuvIQBSSa0z/bFjYe2Bz4esQjpAUlJOX+ePNwJ7H X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Sep 27, 2012 at 1:22 AM, Mahadev Konar wrote: > Hi all, > I had a very basic question about copyright/license issue. In this > case, we have some puppet scripts which uses some standard library > from puppetlabs. The standard library that we use are copyrighted by > Puppet labs but is licensed under Apache. Is it ok to checkin that > code into the project (ignoring technical issues here), keeping the > copyright intact ? Its more of a general question of committing third > party copyrighted code thats under Apache license. > > thanks > mahadev > > --------------------------------------------------------------------- > To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org > For additional commands, e-mail: legal-discuss-help@apache.org > > IANAL but lots of ASF projects include code in their repo that's from a different source than the project itself. The project needs to ensure that the appropriate legal documentation is in place to attribute the non-ASF copyrighted works (LICENSE and NOTICE files at the project's top level). You also have to be certain that it's a license that is considered "compatible" with ASLv2 by the foundation. Remember, your source code *is* your release. -chip --------------------------------------------------------------------- To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org For additional commands, e-mail: legal-discuss-help@apache.org