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 da...@apache.org on 2006/08/08 00:28:18 UTC

svn commit: r429496 - in /db/derby/code/trunk/java/build: build.xml org/apache/derbyBuild/build.xml

Author: davidvc
Date: Mon Aug  7 15:28:17 2006
New Revision: 429496

URL: http://svn.apache.org/viewvc?rev=429496&view=rev
Log:
DERBY-1377: (Partial) - inserted license headers to files that
didn't have them in the java/build subtree

Modified:
    db/derby/code/trunk/java/build/build.xml
    db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml

Modified: db/derby/code/trunk/java/build/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/build/build.xml?rev=429496&r1=429495&r2=429496&view=diff
==============================================================================
--- db/derby/code/trunk/java/build/build.xml (original)
+++ db/derby/code/trunk/java/build/build.xml Mon Aug  7 15:28:17 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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
+  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.
+-->
 
 <!-- ==================================================================== -->
 <!--                       Apache Derby build file                        -->

Modified: db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml?rev=429496&r1=429495&r2=429496&view=diff
==============================================================================
--- db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml (original)
+++ db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml Mon Aug  7 15:28:17 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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
+  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.
+-->
 
 <project default="build" basedir="../../../../../..">