You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/08/09 23:47:16 UTC

svn commit: r430149 - in /db/derby/code/trunk/java: build/org/apache/derbyBuild/ClassSizeCrawler.java engine/org/apache/derby/iapi/types/SqlXmlUtil.java testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java

Author: fuzzylogic
Date: Wed Aug  9 14:47:16 2006
New Revision: 430149

URL: http://svn.apache.org/viewvc?rev=430149&view=rev
Log:
DERBY-1377 (partial): cleanup a couple of missed files, insert proper license
header into the generated ClassSizeCrawler.java

Modified:
    db/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java

Modified: db/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java?rev=430149&r1=430148&r2=430149&view=diff
==============================================================================
--- db/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java (original)
+++ db/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java Wed Aug  9 14:47:16 2006
@@ -186,8 +186,21 @@
             int year = cal.get( Calendar.YEAR);
             PrintWriter out = new PrintWriter( new FileWriter( outputFileName));
             out.print( "/*\n\n" +
-                       "    Copyright " + year + " The Apache Software Foundation or its licensors, as applicable.\n" +
-                       "    Licensed under the Apache License, Version 2.0 (the \"License\").\n" +
+
+                       "   Licensed to the Apache Software Foundation (ASF) under one or more\n" +
+                       "   contributor license agreements.  See the NOTICE file distributed with\n" +
+                       "   this work for additional information regarding copyright ownership.\n" +
+                       "   The ASF licenses this file to You under the Apache License, Version 2.0\n" +
+                       "   (the \"License\"); you may not use this file except in compliance with\n" +
+                       "   the License.  You may obtain a copy of the License at\n" +
+                       "\n" +
+                       "      http://www.apache.org/licenses/LICENSE-2.0\n" +
+                       "\n" +
+                       "   Unless required by applicable law or agreed to in writing, software\n" +
+                       "   distributed under the License is distributed on an \"AS IS\" BASIS,\n" +
+                       "   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n" +
+                       "   See the License for the specific language governing permissions and\n" +
+                       "   limitations under the License.\n" +
                        " */\n");
             out.print( "package org.apache.derby.iapi.services.cache;\n" +
                        "import java.util.Hashtable;\n" +

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java?rev=430149&r1=430148&r2=430149&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java Wed Aug  9 14:47:16 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.types.SqlXmlUtil
 
-   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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to you 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
 
       http://www.apache.org/licenses/LICENSE-2.0
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java?rev=430149&r1=430148&r2=430149&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetCloseTest.java Wed Aug  9 14:47:16 2006
@@ -2,12 +2,13 @@
  
    Derby - Class ResultSetCloseTest
  
-   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
- 
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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 
+
       http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software