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 dj...@apache.org on 2004/11/12 18:09:20 UTC

svn commit: rev 57532 - in incubator/derby/code/trunk/java/build/org/apache/derbyBuild: . javadoc

Author: djd
Date: Fri Nov 12 09:09:19 2004
New Revision: 57532

Modified:
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/classlister.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/DiskLayoutTaglet.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/EndFormatTaglet.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/FormatIdTaglet.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/PurposeTaglet.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/UpgradeTaglet.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/propertyconfig.java
   incubator/derby/code/trunk/java/build/org/apache/derbyBuild/splitmessages.java
Log:
Update file header to ASF copyright and Apache Licence notice - java/build files


Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/ClassSizeCrawler.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derby.iapi.services.cache
-   (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derby.iapi.services.cache.ClassSizeCrawler
+
+   Copyright 2003, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 
@@ -174,15 +184,9 @@
             cal.setTime( new Date());
             int year = cal.get( Calendar.YEAR);
             PrintWriter out = new PrintWriter( new FileWriter( outputFileName));
-            out.print( "/* IBM Confidential\n" +
-                       " *\n" +
-                       " * Product ID: 5697-F53\n" +
-                       " *\n" +
-                       " * (C) Copyright IBM Corp. " + year + "\n" +
-                       " *\n" +
-                       " * The source code for this program is not published or otherwise divested\n" +
-                       " * of its trade secrets, irrespective of what has been deposited with the\n" +
-                       " * U.S. Copyright Office.\n" +
+            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" +
                        " */\n");
             out.print( "package org.apache.derby.iapi.services.cache;\n" +
                        "import java.util.Hashtable;\n" +

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/classlister.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/classlister.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/classlister.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild
-   (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.classlister
+
+   Copyright 1997, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/DiskLayoutTaglet.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/DiskLayoutTaglet.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/DiskLayoutTaglet.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild.javadoc
-   (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.javadoc.DiskLayoutTaglet
+
+   Copyright 2002, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/EndFormatTaglet.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/EndFormatTaglet.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/EndFormatTaglet.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild.javadoc
-   (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.javadoc.EndFormatTaglet
+
+   Copyright 2002, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 package org.apache.derbyBuild.javadoc;

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/FormatIdTaglet.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/FormatIdTaglet.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/FormatIdTaglet.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild.javadoc
-   (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.javadoc.FormatIdTaglet
+
+   Copyright 2002, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 package org.apache.derbyBuild.javadoc;

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/PurposeTaglet.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/PurposeTaglet.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/PurposeTaglet.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild.javadoc
-   (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.javadoc.PurposeTaglet
+
+   Copyright 2002, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 package org.apache.derbyBuild.javadoc;

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/UpgradeTaglet.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/UpgradeTaglet.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/javadoc/UpgradeTaglet.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild.javadoc
-   (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.javadoc.UpgradeTaglet
+
+   Copyright 2002, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/propertyconfig.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/propertyconfig.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/propertyconfig.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild
-   (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.propertyconfig
+
+   Copyright 2000, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */
 

Modified: incubator/derby/code/trunk/java/build/org/apache/derbyBuild/splitmessages.java
==============================================================================
--- incubator/derby/code/trunk/java/build/org/apache/derbyBuild/splitmessages.java	(original)
+++ incubator/derby/code/trunk/java/build/org/apache/derbyBuild/splitmessages.java	Fri Nov 12 09:09:19 2004
@@ -1,10 +1,20 @@
 /*
 
-   Licensed Materials - Property of IBM
-   Cloudscape - Package org.apache.derbyBuild
-   (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved.
-   US Government Users Restricted Rights - Use, duplication or
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
+   Derby - Class org.apache.derbyBuild.splitmessages
+
+   Copyright 2000, 2004 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
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
  */