The conversation sort of got derailed, but from what I gathered, we can leave the unchanged files as is, but we should inject the header to files that we have changed [1].
It was also suggested that we place an entry in NOTICE to recognize the contribution of the code to the public. There was some disagreement about it this though. -Nathan [1] http://mail-archives.apache.org/mod_mbox/www-legal-discuss/200908.mbox/%3c3b3f27c60908051855n9079b33q95c0aeb34a45e...@mail.gmail.com%3e On Tue, Aug 4, 2009 at 7:58 PM, Nathan Beyer<ndbe...@apache.org> wrote: > On Tue, Aug 4, 2009 at 7:33 AM, sebb<seb...@gmail.com> wrote: >> On 04/08/2009, Nathan Beyer <ndbe...@apache.org> wrote: >>> This reminds me, we need to put the standard Apache header on all >>> these files. Since they are under public domain (not actually a >>> license), we are actually taken ownership of the files. We can check >>> with legal-discuss@ if anyone has concerns. >> >> I have a concern. >> It does not seem correct to change the files in that way. > > Ack. I'll post a question on legal-discuss@ and get verification. > > -Nathan > >> >>> -Nathan >>> >>> On Mon, Aug 3, 2009 at 4:12 AM, <hinde...@apache.org> wrote: >>> > Author: hindessm >>> > Date: Mon Aug 3 09:12:45 2009 >>> > New Revision: 800268 >>> > >>> > URL: http://svn.apache.org/viewvc?rev=800268&view=rev >>> > Log: >>> > Remove misleading comment - the only diff from latest Doug Lea version. >>> > >>> > Modified: >>> > >>> harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java >>> > >>> > Modified: >>> harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java >>> > URL: >>> http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java?rev=800268&r1=800267&r2=800268&view=diff >>> > >>> ============================================================================== >>> > --- >>> harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java >>> (original) >>> > +++ >>> harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java >>> Mon Aug 3 09:12:45 2009 >>> > @@ -4,11 +4,6 @@ >>> > * http://creativecommons.org/licenses/publicdomain >>> > */ >>> > >>> > -/* >>> > - * Modified in Apache Harmony to comply with Java 5 signature >>> > - * specification. >>> > - */ >>> > - >>> > package java.util.concurrent; >>> > >>> > import java.util.*; >>> > >>> > >>> > >>> >> >