You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jean T. Anderson" <jt...@bristowhill.com> on 2007/05/08 16:59:52 UTC

More on source file headers (was Re: svn commit: r536122 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/jdbc/ testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ testing/org/apache/derbyTesting/functionTests/tests/storetests/)

Hi, Kristian,

I'm not caught up on all email yet, so you may have addressed this in a
later post.

It isn't adequate to just remove the Apache copyright line. The entire
Apache header must be changed to comply with the one posted on this page:

http://www.apache.org/legal/src-headers.html

regards,

 -jean

kristwaa@apache.org wrote:
> Author: kristwaa
> Date: Tue May  8 01:30:46 2007
> New Revision: 536122
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=536122
> Log:
> Removed copyright lines from the source file headers. According to current policy, copyright lines (for Apache, ASF) should not be included in the source file header. No non-Apache copyright notices were removed.
> 
> Modified:
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java
>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java
>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java
>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java
>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java Tue May  8 01:30:46 2007
> @@ -1,8 +1,6 @@
>  /* 
>     Derby - Class org.apache.derby.impl.jdbc.ClobAsciiStream
>   
> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
> - 
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java Tue May  8 01:30:46 2007
> @@ -1,8 +1,6 @@
>  /* 
>     Derby - Class org.apache.derby.impl.jdbc.ClobStreamControl
>   
> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
> - 
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java Tue May  8 01:30:46 2007
> @@ -1,8 +1,6 @@
>  /* 
>     Derby - Class org.apache.derby.impl.jdbc.ClobUtf8Writer
>   
> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
> - 
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java Tue May  8 01:30:46 2007
> @@ -2,8 +2,6 @@
>   
>     Derby - Class org.apache.derby.impl.jdbc.LOBInputStream
>   
> -   Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable.
> - 
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java Tue May  8 01:30:46 2007
> @@ -2,8 +2,6 @@
>  
>     Derby - Class org.apache.derby.impl.jdbc.LOBOutputStream
>  
> -   Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable.
> -
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java (original)
> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java Tue May  8 01:30:46 2007
> @@ -2,8 +2,6 @@
>  
>     Derby - Class org.apache.derby.impl.jdbc.LOBStreamControl
>  
> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
> -
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java (original)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java Tue May  8 01:30:46 2007
> @@ -2,9 +2,6 @@
>   *
>   * Derby - Class BlobSetMethodsTest
>   *
> - * Copyright 2006 The Apache Software Foundation or its 
> - * licensors, as applicable.
> - *
>   * Licensed under the Apache License, Version 2.0 (the "License");
>   * you may not use this file except in compliance with the License.
>   * You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java (original)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java Tue May  8 01:30:46 2007
> @@ -2,9 +2,6 @@
>   *
>   * Derby - Class LobStreamTest
>   *
> - * Copyright 2006 The Apache Software Foundation or its
> - * licensors, as applicable.
> - *
>   * Licensed under the Apache License, Version 2.0 (the "License");
>   * you may not use this file except in compliance with the License.
>   * You may obtain a copy of the License at
> 
> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java?view=diff&rev=536122&r1=536121&r2=536122
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java (original)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java Tue May  8 01:30:46 2007
> @@ -2,8 +2,6 @@
>  
>     Derby - Class org.apache.derbyTesting.functionTests.harness.procedure
>  
> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
> -
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
>     You may obtain a copy of the License at
> 
> 


Re: More on source file headers (was Re: svn commit: r536122 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/jdbc/ testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ testing/org/apache/derbyTesting/functionTests/tests/storetests/)

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Kristian Waagan wrote:
> Jean T. Anderson wrote: 
>> Kristian Waagan wrote:
>>
>>> Hi Jean,
>>>
>>> Thank you for watching out for these issues :)
>>>
>>> To be honest, I did not realize there were two different headers in the
>>> files! Seems there were a mixture of the old header with a copyright,
>>> and the new header + copyright.
>>
>>
>> Maybe the script described on this page (run in "practice" mode) might
>> help find files that aren't right:
>>
>> http://wiki.apache.org/db-derby/FixingLicenseHeader
>  
> I made another attempt at fixing the issue, see commit 536492.
> 
> Besides removing the copyright notice AND changing the license header
> for the files previously mentioned, I found a few others as well.
> 
> The tool you pointed me to works fine, but it is a problem that it does
> not separate between "creative" and "non-creative" files in the
> has-no-license section. This section has hundreds, maybe thousands of
> files, so it is kind of awkward to filter it manually. I did however
> find three Java files without a header (all of them tests).

thanks for fixing them, Kristian!

 -jean

Re: More on source file headers (was Re: svn commit: r536122 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/jdbc/ testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ testing/org/apache/derbyTesting/functionTests/tests/storetests/)

Posted by Kristian Waagan <Kr...@Sun.COM>.
Jean T. Anderson wrote:
> Kristian Waagan wrote:
>> Hi Jean,
>>
>> Thank you for watching out for these issues :)
>>
>> To be honest, I did not realize there were two different headers in the
>> files! Seems there were a mixture of the old header with a copyright,
>> and the new header + copyright.
> 
> Maybe the script described on this page (run in "practice" mode) might
> help find files that aren't right:
> 
> http://wiki.apache.org/db-derby/FixingLicenseHeader

I made another attempt at fixing the issue, see commit 536492.

Besides removing the copyright notice AND changing the license header 
for the files previously mentioned, I found a few others as well.

The tool you pointed me to works fine, but it is a problem that it does 
not separate between "creative" and "non-creative" files in the 
has-no-license section. This section has hundreds, maybe thousands of 
files, so it is kind of awkward to filter it manually. I did however 
find three Java files without a header (all of them tests).



regards,
-- 
Kristian

> 
>  -jean
> 
> 
>> I'll change them tomorrow.
>>
>>
>> regards,
> 


Re: More on source file headers (was Re: svn commit: r536122 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/jdbc/ testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ testing/org/apache/derbyTesting/functionTests/tests/storetests/)

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Kristian Waagan wrote:
> Hi Jean,
> 
> Thank you for watching out for these issues :)
> 
> To be honest, I did not realize there were two different headers in the
> files! Seems there were a mixture of the old header with a copyright,
> and the new header + copyright.

Maybe the script described on this page (run in "practice" mode) might
help find files that aren't right:

http://wiki.apache.org/db-derby/FixingLicenseHeader

 -jean


> I'll change them tomorrow.
> 
> 
> regards,


Re: More on source file headers (was Re: svn commit: r536122 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/jdbc/ testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ testing/org/apache/derbyTesting/functionTests/tests/storetests/)

Posted by Kristian Waagan <Kr...@Sun.COM>.
Hi Jean,

Thank you for watching out for these issues :)

To be honest, I did not realize there were two different headers in the 
files! Seems there were a mixture of the old header with a copyright, 
and the new header + copyright.

I'll change them tomorrow.


regards,
-- 
Kristian

Jean T. Anderson skrev:
> Hi, Kristian,
>
> I'm not caught up on all email yet, so you may have addressed this in a
> later post.
>
> It isn't adequate to just remove the Apache copyright line. The entire
> Apache header must be changed to comply with the one posted on this page:
>
> http://www.apache.org/legal/src-headers.html
>
> regards,
>
>  -jean
>
> kristwaa@apache.org wrote:
>   
>> Author: kristwaa
>> Date: Tue May  8 01:30:46 2007
>> New Revision: 536122
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=536122
>> Log:
>> Removed copyright lines from the source file headers. According to current policy, copyright lines (for Apache, ASF) should not be included in the source file header. No non-Apache copyright notices were removed.
>>
>> Modified:
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java
>>     db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java
>>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java
>>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java
>>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobAsciiStream.java Tue May  8 01:30:46 2007
>> @@ -1,8 +1,6 @@
>>  /* 
>>     Derby - Class org.apache.derby.impl.jdbc.ClobAsciiStream
>>   
>> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
>> - 
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java Tue May  8 01:30:46 2007
>> @@ -1,8 +1,6 @@
>>  /* 
>>     Derby - Class org.apache.derby.impl.jdbc.ClobStreamControl
>>   
>> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
>> - 
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java Tue May  8 01:30:46 2007
>> @@ -1,8 +1,6 @@
>>  /* 
>>     Derby - Class org.apache.derby.impl.jdbc.ClobUtf8Writer
>>   
>> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
>> - 
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBInputStream.java Tue May  8 01:30:46 2007
>> @@ -2,8 +2,6 @@
>>   
>>     Derby - Class org.apache.derby.impl.jdbc.LOBInputStream
>>   
>> -   Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable.
>> - 
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBOutputStream.java Tue May  8 01:30:46 2007
>> @@ -2,8 +2,6 @@
>>  
>>     Derby - Class org.apache.derby.impl.jdbc.LOBOutputStream
>>  
>> -   Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable.
>> -
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java (original)
>> +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/LOBStreamControl.java Tue May  8 01:30:46 2007
>> @@ -2,8 +2,6 @@
>>  
>>     Derby - Class org.apache.derby.impl.jdbc.LOBStreamControl
>>  
>> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
>> -
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java (original)
>> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobSetMethodsTest.java Tue May  8 01:30:46 2007
>> @@ -2,9 +2,6 @@
>>   *
>>   * Derby - Class BlobSetMethodsTest
>>   *
>> - * Copyright 2006 The Apache Software Foundation or its 
>> - * licensors, as applicable.
>> - *
>>   * Licensed under the Apache License, Version 2.0 (the "License");
>>   * you may not use this file except in compliance with the License.
>>   * You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java (original)
>> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/LobStreamTest.java Tue May  8 01:30:46 2007
>> @@ -2,9 +2,6 @@
>>   *
>>   * Derby - Class LobStreamTest
>>   *
>> - * Copyright 2006 The Apache Software Foundation or its
>> - * licensors, as applicable.
>> - *
>>   * Licensed under the Apache License, Version 2.0 (the "License");
>>   * you may not use this file except in compliance with the License.
>>   * You may obtain a copy of the License at
>>
>> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java
>> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java?view=diff&rev=536122&r1=536121&r2=536122
>> ==============================================================================
>> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java (original)
>> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/st_derby1939.java Tue May  8 01:30:46 2007
>> @@ -2,8 +2,6 @@
>>  
>>     Derby - Class org.apache.derbyTesting.functionTests.harness.procedure
>>  
>> -   Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
>> -
>>     Licensed under the Apache License, Version 2.0 (the "License");
>>     you may not use this file except in compliance with the License.
>>     You may obtain a copy of the License at
>>
>>
>>     
>
>