You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/07/21 22:44:18 UTC

svn commit: r796525 - in /felix/trunk/sigil: common/build.xml eclipse/build.xml

Author: dsavage
Date: Tue Jul 21 20:44:18 2009
New Revision: 796525

URL: http://svn.apache.org/viewvc?rev=796525&view=rev
Log:
apply apache license to xml files

Modified:
    felix/trunk/sigil/common/build.xml
    felix/trunk/sigil/eclipse/build.xml

Modified: felix/trunk/sigil/common/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/common/build.xml?rev=796525&r1=796524&r2=796525&view=diff
==============================================================================
--- felix/trunk/sigil/common/build.xml (original)
+++ felix/trunk/sigil/common/build.xml Tue Jul 21 20:44:18 2009
@@ -1,3 +1,22 @@
+<?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 name="common" default="build-list">
   <import file="../bldcommon/common.xml"/>
 </project>

Modified: felix/trunk/sigil/eclipse/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/eclipse/build.xml?rev=796525&r1=796524&r2=796525&view=diff
==============================================================================
--- felix/trunk/sigil/eclipse/build.xml (original)
+++ felix/trunk/sigil/eclipse/build.xml Tue Jul 21 20:44:18 2009
@@ -1,3 +1,22 @@
+<?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 name="eclipse" default="build-list">
   <import file="../bldcommon/common.xml"/>
 </project>