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.*; >> > >> > >> > >> >