Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17736 invoked from network); 3 Aug 2006 17:48:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 17:48:31 -0000 Received: (qmail 6449 invoked by uid 500); 3 Aug 2006 17:48:30 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6422 invoked by uid 500); 3 Aug 2006 17:48:30 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 6409 invoked by uid 99); 3 Aug 2006 17:48:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 10:48:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.152] (HELO e34.co.us.ibm.com) (32.97.110.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 10:48:28 -0700 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e34.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k73Hm7KW009452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 3 Aug 2006 13:48:07 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k73Hm6uh190286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 3 Aug 2006 11:48:06 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k73Hm6Kq023440 for ; Thu, 3 Aug 2006 11:48:06 -0600 Received: from [127.0.0.1] (sig-9-65-26-89.mts.ibm.com [9.65.26.89]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k73Hm5g8023396 for ; Thu, 3 Aug 2006 11:48:06 -0600 Message-ID: <44D236D0.4030008@apache.org> Date: Thu, 03 Aug 2006 10:48:00 -0700 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Copyrights References: <44D226B0.5090001@sun.com> In-Reply-To: <44D226B0.5090001@sun.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > I hope that David can commit the work for DERBY-1377 before we cut the > 10.2 branch next week. Unfortunately, I think David is stuck because > it's unclear what's required. Here's where I think this issue stands: > > UNRESOLVED ISSUES: > > 1) Do we need to add license headers to our build scripts, property > files, README files, and other human-readable files which currently > don't have copyright notices? Or are these files excluded under the > rubric of "file without any degree of creativity"? Does some other > escape-clause exlude these files? > > 2) Should the IBM copyrights migrate from the COPYRIGHT to the NOTICE > file? If so, who is authorized to move these copyrights? Yes. I will move them and remove the COPYRIGHT FILE. The rule for copyright statments is the owner has to remove them or give permission for them to be removed. > 3) Are there other unclear issues? One clear issue that no-one has mentioned. Based upon the guidelines at http://www.apache.org/legal/src-headers.html we should no longer commit any contribution that has a copyright statement in it. E.g. a new file should not be accepted if it has a copyright statement in it. The owner of the copyright needs to remove the statement, so it's not as easy as the committer simply deleting it. I don't think there are any other issues outstanding. Dan.