You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cr...@apache.org on 2007/02/12 01:26:51 UTC

svn commit: r506189 - in /excalibur/trunk/fortress: ./ bean/ cli/ container-api/ container-impl/ container-impl/src/java/org/apache/avalon/fortress/util/ container-test/ examples/ examples/src/bin/ examples/src/conf/ examples/src/java/org/apache/avalon...

Author: crossley
Date: Sun Feb 11 16:26:49 2007
New Revision: 506189

URL: http://svn.apache.org/viewvc?view=rev&rev=506189
Log:
Insert license header.

Modified:
    excalibur/trunk/fortress/bean/pom.xml
    excalibur/trunk/fortress/cli/project.properties
    excalibur/trunk/fortress/container-api/pom.xml
    excalibur/trunk/fortress/container-impl/pom.xml
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CommandSink.java
    excalibur/trunk/fortress/container-test/pom.xml
    excalibur/trunk/fortress/examples/pom.xml
    excalibur/trunk/fortress/examples/project.properties
    excalibur/trunk/fortress/examples/src/bin/cpappend.bat
    excalibur/trunk/fortress/examples/src/bin/runextended.bat
    excalibur/trunk/fortress/examples/src/bin/runextended.sh
    excalibur/trunk/fortress/examples/src/bin/runswing.bat
    excalibur/trunk/fortress/examples/src/bin/runswing.sh
    excalibur/trunk/fortress/examples/src/bin/runviewer.bat
    excalibur/trunk/fortress/examples/src/bin/runviewer.sh
    excalibur/trunk/fortress/examples/src/conf/web.xml
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xconf
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xlog
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xconf
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xlog
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xconf
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xlog
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xconf
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xlog
    excalibur/trunk/fortress/meta/pom.xml
    excalibur/trunk/fortress/migration/pom.xml
    excalibur/trunk/fortress/migration/project.xml
    excalibur/trunk/fortress/platform/pom.xml
    excalibur/trunk/fortress/platform/project.properties
    excalibur/trunk/fortress/platform/src/bin/fortress.bat
    excalibur/trunk/fortress/platform/src/bin/fortress.sh
    excalibur/trunk/fortress/platform/src/bin/run.sh
    excalibur/trunk/fortress/platform/src/conf/fortress.xconf
    excalibur/trunk/fortress/platform/src/conf/fortress.xlog
    excalibur/trunk/fortress/plugin/pom.xml
    excalibur/trunk/fortress/plugin/project.properties
    excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/ComponentMetaMavenMojo.java
    excalibur/trunk/fortress/plugin/src/site/site.xml
    excalibur/trunk/fortress/pom.xml
    excalibur/trunk/fortress/servlet/project.properties
    excalibur/trunk/fortress/testcase/pom.xml
    excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/DefaultFortressTestCase.xlog
    excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.xconf

Modified: excalibur/trunk/fortress/bean/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/bean/pom.xml (original)
+++ excalibur/trunk/fortress/bean/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/cli/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/cli/project.properties?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/cli/project.properties (original)
+++ excalibur/trunk/fortress/cli/project.properties Sun Feb 11 16:26:49 2007
@@ -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.
+
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/container-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/container-impl/pom.xml (original)
+++ excalibur/trunk/fortress/container-impl/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CommandSink.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CommandSink.java?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CommandSink.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CommandSink.java Sun Feb 11 16:26:49 2007
@@ -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.
+*/
 package org.apache.avalon.fortress.util;
 
 import org.d_haven.event.Sink;

Modified: excalibur/trunk/fortress/container-test/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-test/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/container-test/pom.xml (original)
+++ excalibur/trunk/fortress/container-test/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/examples/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/pom.xml (original)
+++ excalibur/trunk/fortress/examples/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/examples/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/project.properties?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/project.properties (original)
+++ excalibur/trunk/fortress/examples/project.properties Sun Feb 11 16:26:49 2007
@@ -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.
+
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: excalibur/trunk/fortress/examples/src/bin/cpappend.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/cpappend.bat?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/cpappend.bat (original)
+++ excalibur/trunk/fortress/examples/src/bin/cpappend.bat Sun Feb 11 16:26:49 2007
@@ -1 +1,17 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 set _LIBJARS=%_LIBJARS%;%1

Modified: excalibur/trunk/fortress/examples/src/bin/runextended.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runextended.bat?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runextended.bat (original)
+++ excalibur/trunk/fortress/examples/src/bin/runextended.bat Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 @echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+@echo off
 rem
 rem Example start script.
 rem

Modified: excalibur/trunk/fortress/examples/src/bin/runextended.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runextended.sh?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runextended.sh (original)
+++ excalibur/trunk/fortress/examples/src/bin/runextended.sh Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 # Startup script.
 #

Modified: excalibur/trunk/fortress/examples/src/bin/runswing.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runswing.bat?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runswing.bat (original)
+++ excalibur/trunk/fortress/examples/src/bin/runswing.bat Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 @echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+@echo off
 rem
 rem Example start script.
 rem

Modified: excalibur/trunk/fortress/examples/src/bin/runswing.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runswing.sh?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runswing.sh (original)
+++ excalibur/trunk/fortress/examples/src/bin/runswing.sh Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 # Startup script.
 #

Modified: excalibur/trunk/fortress/examples/src/bin/runviewer.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runviewer.bat?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runviewer.bat (original)
+++ excalibur/trunk/fortress/examples/src/bin/runviewer.bat Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 @echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+@echo off
 rem
 rem Example start script.
 rem

Modified: excalibur/trunk/fortress/examples/src/bin/runviewer.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/bin/runviewer.sh?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/bin/runviewer.sh (original)
+++ excalibur/trunk/fortress/examples/src/bin/runviewer.sh Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 #
 # Startup script.
 #

Modified: excalibur/trunk/fortress/examples/src/conf/web.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/conf/web.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/conf/web.xml (original)
+++ excalibur/trunk/fortress/examples/src/conf/web.xml Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
 
 <!-- $Id: web.xml,v 1.3 2003/05/14 15:54:45 bloritsch Exp $ -->
 

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xconf (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xconf Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <test>
     <extended-component id="extended-component"/>
 </test>

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xlog (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <logkit>
     <factories>
       <factory type="file" class="org.apache.avalon.excalibur.logger.factory.FileTargetFactory"/>

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xconf (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xconf Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
+<!--
+  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.
+-->
 
 <!-- Example Fortress configuration file.
 

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xlog (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <logkit>
     <factories>
       <factory type="file" class="org.apache.avalon.excalibur.logger.factory.FileTargetFactory"/>

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xconf (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xconf Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
+<!--
+  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.
+-->
 
 <!-- Example Fortress configuration file.
 

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xlog (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <logkit logger="system.logkit" log-level="INFO">
 
     <factories>

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xconf (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xconf Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
+<!--
+  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.
+-->
 
 <!-- Example Fortress configuration file -->
 <fortress-example>

Modified: excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xlog (original)
+++ excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <logkit logger="system.logkit" log-level="INFO">
     
     <factories>

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/migration/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/migration/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/migration/pom.xml (original)
+++ excalibur/trunk/fortress/migration/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/migration/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/migration/project.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/migration/project.xml (original)
+++ excalibur/trunk/fortress/migration/project.xml Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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>
 

Modified: excalibur/trunk/fortress/platform/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/pom.xml (original)
+++ excalibur/trunk/fortress/platform/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/platform/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/project.properties?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/project.properties (original)
+++ excalibur/trunk/fortress/platform/project.properties Sun Feb 11 16:26:49 2007
@@ -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.
+
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: excalibur/trunk/fortress/platform/src/bin/fortress.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/src/bin/fortress.bat?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/src/bin/fortress.bat (original)
+++ excalibur/trunk/fortress/platform/src/bin/fortress.bat Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 @echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+@echo off
 setlocal
 
 if "%OS%"=="Windows_NT" goto nt

Modified: excalibur/trunk/fortress/platform/src/bin/fortress.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/src/bin/fortress.sh?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/src/bin/fortress.sh (original)
+++ excalibur/trunk/fortress/platform/src/bin/fortress.sh Sun Feb 11 16:26:49 2007
@@ -1,5 +1,21 @@
 #! /bin/sh
 
+# 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.
+
+
 #
 # Skeleton sh script suitable for starting and stopping 
 # wrapped Java apps on the Solaris platform. 

Modified: excalibur/trunk/fortress/platform/src/bin/run.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/src/bin/run.sh?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/src/bin/run.sh (original)
+++ excalibur/trunk/fortress/platform/src/bin/run.sh Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 
+
+# 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.
+
 JAVA_HOME=/usr
 
 CLASSPATH=.

Modified: excalibur/trunk/fortress/platform/src/conf/fortress.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/src/conf/fortress.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/src/conf/fortress.xconf (original)
+++ excalibur/trunk/fortress/platform/src/conf/fortress.xconf Sun Feb 11 16:26:49 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
+<!--
+  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.
+-->
 
 <!-- Example Fortress configuration file.
 

Modified: excalibur/trunk/fortress/platform/src/conf/fortress.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/src/conf/fortress.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/platform/src/conf/fortress.xlog (original)
+++ excalibur/trunk/fortress/platform/src/conf/fortress.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 <logkit logger="system.logkit" log-level="INFO">
 
     <factories>

Modified: excalibur/trunk/fortress/plugin/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/plugin/pom.xml (original)
+++ excalibur/trunk/fortress/plugin/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/plugin/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/project.properties?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/plugin/project.properties (original)
+++ excalibur/trunk/fortress/plugin/project.properties Sun Feb 11 16:26:49 2007
@@ -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.
+
 # Project property file for fortress-plugin
 maven.compile.source=1.4
 maven.compile.target=1.4

Modified: excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/ComponentMetaMavenMojo.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/ComponentMetaMavenMojo.java?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/ComponentMetaMavenMojo.java (original)
+++ excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/ComponentMetaMavenMojo.java Sun Feb 11 16:26:49 2007
@@ -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.
+*/
 package org.apache.avalon.fortress.tools;
 
 import java.util.ArrayList;

Modified: excalibur/trunk/fortress/plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/src/site/site.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/plugin/src/site/site.xml (original)
+++ excalibur/trunk/fortress/plugin/src/site/site.xml Sun Feb 11 16:26:49 2007
@@ -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="Maven Fortress Plugin">
 
 	<bannerLeft>

Modified: excalibur/trunk/fortress/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/pom.xml (original)
+++ excalibur/trunk/fortress/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur</groupId>

Modified: excalibur/trunk/fortress/servlet/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/servlet/project.properties?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/servlet/project.properties (original)
+++ excalibur/trunk/fortress/servlet/project.properties Sun Feb 11 16:26:49 2007
@@ -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.
+
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: excalibur/trunk/fortress/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/pom.xml?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/testcase/pom.xml (original)
+++ excalibur/trunk/fortress/testcase/pom.xml Sun Feb 11 16:26:49 2007
@@ -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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>

Modified: excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/DefaultFortressTestCase.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/DefaultFortressTestCase.xlog?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/DefaultFortressTestCase.xlog (original)
+++ excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/DefaultFortressTestCase.xlog Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 
 <logkit logger="system.logkit" log-level="INFO">
     <factories>

Modified: excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.xconf?view=diff&rev=506189&r1=506188&r2=506189
==============================================================================
--- excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.xconf (original)
+++ excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.xconf Sun Feb 11 16:26:49 2007
@@ -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.
+-->
 
 <configuration>
 </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org