You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/03/17 14:36:25 UTC

svn commit: r637884 - in /ant/core/branches/ANT_17_BRANCH: src/main/org/apache/tools/ant/listener/ src/resources/org/apache/tools/ant/types/resources/comparators/ src/resources/org/apache/tools/ant/types/resources/selectors/ xdocs/

Author: bodewig
Date: Mon Mar 17 06:36:21 2008
New Revision: 637884

URL: http://svn.apache.org/viewvc?rev=637884&view=rev
Log:
some more files missing licenses

Modified:
    ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/listener/defaults.properties
    ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/comparators/antlib.xml
    ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml
    ant/core/branches/ANT_17_BRANCH/xdocs/velocity.properties

Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/listener/defaults.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/listener/defaults.properties?rev=637884&r1=637883&r2=637884&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/listener/defaults.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/listener/defaults.properties Mon Mar 17 06:36:21 2008
@@ -1,3 +1,18 @@
+# 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.
+#
 ####################################################
 #
 #           ANSI COLOR LOGGER CONFIGURATION

Modified: ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/comparators/antlib.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/comparators/antlib.xml?rev=637884&r1=637883&r2=637884&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/comparators/antlib.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/comparators/antlib.xml Mon Mar 17 06:36:21 2008
@@ -1,3 +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.
+-->
 <antlib>
   <typedef name="name"
     classname="org.apache.tools.ant.types.resources.comparators.Name" />

Modified: ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml?rev=637884&r1=637883&r2=637884&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml Mon Mar 17 06:36:21 2008
@@ -1,3 +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.
+-->
 <antlib>
   <typedef name="and"
     classname="org.apache.tools.ant.types.resources.selectors.And" />

Modified: ant/core/branches/ANT_17_BRANCH/xdocs/velocity.properties
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/xdocs/velocity.properties?rev=637884&r1=637883&r2=637884&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/xdocs/velocity.properties (original)
+++ ant/core/branches/ANT_17_BRANCH/xdocs/velocity.properties Mon Mar 17 06:36:21 2008
@@ -1,2 +1,17 @@
+# 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.
+#
 file.resource.loader.path=xdocs/stylesheets
 velocimacro.library=templates.vm