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:47:15 UTC

svn commit: r796529 - /felix/trunk/sigil/build.xml

Author: dsavage
Date: Tue Jul 21 20:47:15 2009
New Revision: 796529

URL: http://svn.apache.org/viewvc?rev=796529&view=rev
Log:
add apache license

Modified:
    felix/trunk/sigil/build.xml

Modified: felix/trunk/sigil/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/build.xml?rev=796529&r1=796528&r2=796529&view=diff
==============================================================================
--- felix/trunk/sigil/build.xml (original)
+++ felix/trunk/sigil/build.xml Tue Jul 21 20:47:15 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="sigil" default="build-list">
   <import file="bldcommon/common.xml"/>
   <fileset id="my.projects" dir="${basedir}">