You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by se...@apache.org on 2008/04/02 18:11:32 UTC

svn commit: r643955 - in /jakarta/cactus/trunk: integration/ant/src/test-input/org/apache/cactus/integration/ant/ integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/ integration/eclipse/org.apache.cactus.eclipse.feature/ i...

Author: sebb
Date: Wed Apr  2 09:11:22 2008
New Revision: 643955

URL: http://svn.apache.org/viewvc?rev=643955&view=rev
Log:
Add missing AL headers

Modified:
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/test-resin3x.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifyear.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactus.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactustest.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-containerset.xml
    jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-runservertests.xml
    jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.feature/feature.xml
    jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
    jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/src/conf/plugin.xml
    jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/src/conf/plugin.xml
    jakarta/cactus/trunk/integration/maven/plugin.jelly
    jakarta/cactus/trunk/integration/maven/project.xml
    jakarta/cactus/trunk/integration/maven/src/plugin-resources/cactus.jsl
    jakarta/cactus/trunk/samples/ejb/build.xml
    jakarta/cactus/trunk/samples/jetty/build.xml
    jakarta/cactus/trunk/samples/servlet/build.xml
    jakarta/cactus/trunk/samples/servlet/src/main/resources/scripts/build.xml

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/test-resin3x.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/test-resin3x.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/test-resin3x.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/container/resin/test-resin3x.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-resin3x" basedir="." default="setup">
 

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifyear.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifyear.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifyear.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifyear.xml Wed Apr  2 09:11:22 2008
@@ -1,5 +1,21 @@
 <?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="test-cactifyear" basedir="." default="help">
 
   <property name="work.dir" location="${basedir}/target/work"/>

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-cactifywar" basedir="." default="help">
 

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactus.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactus.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactus.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactus.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-cactus" basedir="." default="setup">
   <property name="src.dir" location="${basedir}/src/test-input/org/apache/cactus/integration/ant/"/>

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactustest.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactustest.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactustest.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactustest.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-cactustest" basedir="." default="setup">
   <property name="src.dir" location="${basedir}/src/test-input/org/apache/cactus/integration/ant/"/>

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-containerset.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-containerset.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-containerset.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-containerset.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-containerset" basedir="." default="testEmpty">
 

Modified: jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-runservertests.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-runservertests.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-runservertests.xml (original)
+++ jakarta/cactus/trunk/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-runservertests.xml Wed Apr  2 09:11:22 2008
@@ -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 name="test-runservertests" basedir="." default="help">
 

Modified: jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.feature/feature.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.feature/feature.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.feature/feature.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.feature/feature.xml Wed Apr  2 09:11:22 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <feature
       id="org.apache.cactus.eclipse.feature"
       label="Cactus Eclipse Feature"

Modified: jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml Wed Apr  2 09:11:22 2008
@@ -1,3 +1,19 @@
+<!--
+   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>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>

Modified: jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/src/conf/plugin.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/src/conf/plugin.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/src/conf/plugin.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/src/conf/plugin.xml Wed Apr  2 09:11:22 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <plugin
    id="org.apache.cactus.eclipse.runner"
    name="%pluginName"

Modified: jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/src/conf/plugin.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/src/conf/plugin.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/src/conf/plugin.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/src/conf/plugin.xml Wed Apr  2 09:11:22 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <plugin
    id="org.apache.cactus.eclipse.webapp"
    name="%pluginName"

Modified: jakarta/cactus/trunk/integration/maven/plugin.jelly
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/plugin.jelly?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/plugin.jelly (original)
+++ jakarta/cactus/trunk/integration/maven/plugin.jelly Wed Apr  2 09:11:22 2008
@@ -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.
+-->
 
 <!--
   =============================================================================

Modified: jakarta/cactus/trunk/integration/maven/project.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/project.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/project.xml (original)
+++ jakarta/cactus/trunk/integration/maven/project.xml Wed Apr  2 09:11:22 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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>
   <id>org.apache.cactus</id>

Modified: jakarta/cactus/trunk/integration/maven/src/plugin-resources/cactus.jsl
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/src/plugin-resources/cactus.jsl?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/src/plugin-resources/cactus.jsl (original)
+++ jakarta/cactus/trunk/integration/maven/src/plugin-resources/cactus.jsl Wed Apr  2 09:11:22 2008
@@ -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.
+-->
 
 <jsl:stylesheet
   select="$doc"

Modified: jakarta/cactus/trunk/samples/ejb/build.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/build.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/build.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/build.xml Wed Apr  2 09:11:22 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.
+-->
 
 <!--
   =============================================================================

Modified: jakarta/cactus/trunk/samples/jetty/build.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/build.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/build.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/build.xml Wed Apr  2 09:11:22 2008
@@ -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.
+-->
 
 <!--
   =============================================================================

Modified: jakarta/cactus/trunk/samples/servlet/build.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/build.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/build.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/build.xml Wed Apr  2 09:11:22 2008
@@ -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.
+-->
 
 <!--
   =============================================================================

Modified: jakarta/cactus/trunk/samples/servlet/src/main/resources/scripts/build.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/src/main/resources/scripts/build.xml?rev=643955&r1=643954&r2=643955&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/src/main/resources/scripts/build.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/src/main/resources/scripts/build.xml Wed Apr  2 09:11:22 2008
@@ -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.
+-->
 
 <!--
   =============================================================================



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org