You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/12/03 16:49:08 UTC

svn commit: r1041887 [2/2] - in /incubator/lcf/branches/release-0.1-branch: ./ connectors/activedirectory/ connectors/documentum/ connectors/documentum/registry-scripts/ connectors/documentum/server-scripts/ connectors/filenet/ connectors/filenet/regis...

Modified: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml Fri Dec  3 15:49:06 2010
@@ -4,10 +4,27 @@
 	PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
 	"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
 
+<!--
+ 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.
+-->
+
 <web-app>
-  <display-name>Apache Connectors Framework Crawler Interface</display-name>
+  <display-name>ManifoldCF Crawler Interface</display-name>
 
-  <description>Apache Connectors Framework Crawler Interface</description>
+  <description>ManifoldCF Crawler Interface</description>
 
   <session-config>
 	<session-timeout>5</session-timeout>

Modified: incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml.external
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml.external?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml.external (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml.external Fri Dec  3 15:49:06 2010
@@ -4,11 +4,28 @@
 	PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
 	"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
 
+<!--
+ 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.
+-->
+
 <web-app>
 
-  <display-name>Apache Connectors Framework Crawler Interface</display-name>
+  <display-name>ManifoldCF Crawler Interface</display-name>
 
-  <description>Apache Connectors Framework Crawler Interface</description>
+  <description>ManifoldCF Crawler Interface</description>
 
   <session-config>
 	<session-timeout>5</session-timeout>
@@ -37,7 +54,7 @@
   <security-constraint>
     <web-resource-collection>
       <web-resource-name>
-        Connector Framework UI
+        ManifoldCF UI
       </web-resource-name>
       <url-pattern>*</url-pattern>
     </web-resource-collection>
@@ -49,13 +66,13 @@
   <!-- Define the Login Configuration for this Application -->
   <login-config>
     <auth-method>BASIC</auth-method>
-    <realm-name>Connector Framework User Interface</realm-name>
+    <realm-name>ManifoldCF User Interface</realm-name>
   </login-config>
 
    <security-role>
 	<description>
 	    This role describes people who are allowed to use the
-	    Connector Framework web UI.
+	    ManifoldCF web UI.
 	</description>
 	<role-name>ingestuser</role-name>
     </security-role>

Modified: incubator/lcf/branches/release-0.1-branch/framework/jetty-example/logging.ini
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/jetty-example/logging.ini?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/jetty-example/logging.ini (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/jetty-example/logging.ini Fri Dec  3 15:49:06 2010
@@ -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.
+
 log4j.appender.MAIN.File=logs/manifoldcf.log
 log4j.rootLogger=WARN, MAIN
 log4j.appender.MAIN=org.apache.log4j.RollingFileAppender

Modified: incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/pom.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/pom.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/jetty-runner/pom.xml Fri Dec  3 15:49:06 2010
@@ -1,31 +1,48 @@
 <?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 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/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.apache.connectors</groupId>
-        <artifactId>acf-framework</artifactId>
+        <groupId>org.apache.manifoldcf</groupId>
+        <artifactId>manifoldcf-framework</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>acf-framework-jettyrunner</artifactId>
-    <name>Apache Connectors Framework - Framework - jettyrunner</name>
+    <artifactId>manifoldcf-framework-jettyrunner</artifactId>
+    <name>ManifoldCF - Framework - jettyrunner</name>
 
     <dependencies>
         <!-- Internal dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-core</artifactId>
+            <artifactId>manifoldcf-framework-core</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-agents</artifactId>
+            <artifactId>manifoldcf-framework-agents</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-pullagent</artifactId>
+            <artifactId>manifoldcf-framework-pullagent</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -54,7 +71,7 @@
                         <manifest>
                             <classpathPrefix>lib/</classpathPrefix>
                             <addClasspath>true</addClasspath>
-                            <mainClass>org.apache.manifoldcf.jettyrunner.ACFJettyRunner</mainClass>
+                            <mainClass>org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner</mainClass>
                         </manifest>
                     </archive>
                 </configuration>

Modified: incubator/lcf/branches/release-0.1-branch/framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/pom.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/pom.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/pom.xml Fri Dec  3 15:49:06 2010
@@ -1,13 +1,29 @@
 <?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 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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.connectors</groupId>
-    <artifactId>acf-framework</artifactId>
+    <groupId>org.apache.manifoldcf</groupId>
+    <artifactId>manifoldcf-framework</artifactId>
     <version>0.1.0-SNAPSHOT</version>
 
-    <name>Apache Connectors Framework - Framework</name>
+    <name>ManifoldCF - Framework</name>
     <packaging>pom</packaging>
 
     <modules>

Modified: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/pull-agent/pom.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/pull-agent/pom.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/pull-agent/pom.xml Fri Dec  3 15:49:06 2010
@@ -1,26 +1,43 @@
 <?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 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/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.apache.connectors</groupId>
-        <artifactId>acf-framework</artifactId>
+        <groupId>org.apache.manifoldcf</groupId>
+        <artifactId>manifoldcf-framework</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>acf-framework-pullagent</artifactId>
-    <name>Apache Connectors Framework - Framework - pullagent</name>
+    <artifactId>manifoldcf-framework-pullagent</artifactId>
+    <name>ManifoldCF - Framework - pullagent</name>
 
     <dependencies>
         <!-- Internal dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-core</artifactId>
+            <artifactId>manifoldcf-framework-core</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-agents</artifactId>
+            <artifactId>manifoldcf-framework-agents</artifactId>
             <version>${project.version}</version>
         </dependency>
 

Modified: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/BaseAuthoritiesInitializationCommand.java Fri Dec  3 15:49:06 2010
@@ -1,3 +1,22 @@
+/* $Id: Obfuscate.java 988245 2010-08-23 18:39:35Z kwright $ */
+
+/**
+* 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.manifoldcf.authorities;
 
 import org.apache.manifoldcf.authorities.interfaces.AuthorityConnectorManagerFactory;

Modified: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/BaseCrawlerInitializationCommand.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/BaseCrawlerInitializationCommand.java?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/BaseCrawlerInitializationCommand.java (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/BaseCrawlerInitializationCommand.java Fri Dec  3 15:49:06 2010
@@ -1,3 +1,22 @@
+/* $Id: Obfuscate.java 988245 2010-08-23 18:39:35Z kwright $ */
+
+/**
+* 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.manifoldcf.crawler;
 
 import org.apache.manifoldcf.core.InitializationCommand;

Modified: incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/TransactionalCrawlerInitializationCommand.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/TransactionalCrawlerInitializationCommand.java?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/TransactionalCrawlerInitializationCommand.java (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/TransactionalCrawlerInitializationCommand.java Fri Dec  3 15:49:06 2010
@@ -1,3 +1,22 @@
+/* $Id: Obfuscate.java 988245 2010-08-23 18:39:35Z kwright $ */
+
+/**
+* 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.manifoldcf.crawler;
 
 import org.apache.manifoldcf.core.InitializationCommand;

Modified: incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.bat?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.bat (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.bat Fri Dec  3 15:49:06 2010
@@ -1,4 +1,19 @@
 @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.
+
 rem check that JAVA_HOME and MCF_HOME are set
 if not exist "%JAVA_HOME%\bin\java.exe" goto nojavahome
 if not exist "%MCF_HOME%\properties.xml" goto nolcfhome

Modified: incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.sh
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.sh?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.sh (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/scripts/executecommand.sh Fri Dec  3 15:49:06 2010
@@ -1,5 +1,20 @@
 #!/bin/bash -e
 
+# 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.
+
 if [[ $OSTYPE == "cygwin" ]] ; then
     PATHSEP=";"
 else

Modified: incubator/lcf/branches/release-0.1-branch/framework/scripts/setclasspath.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/scripts/setclasspath.bat?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/scripts/setclasspath.bat (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/scripts/setclasspath.bat Fri Dec  3 15:49:06 2010
@@ -1 +1,16 @@
+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 CLASSPATH=%CLASSPATH%;%MCF_HOME%\processes\jar\%1

Modified: incubator/lcf/branches/release-0.1-branch/framework/scripts/setdefine.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/scripts/setdefine.bat?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/scripts/setdefine.bat (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/scripts/setdefine.bat Fri Dec  3 15:49:06 2010
@@ -1,2 +1,16 @@
+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.
 
 for /f "delims=" %%a in ('type %MCF_HOME%\processes\define\%1') do set JAVADEFINES=-D%1=%%a %JAVADEFINES%

Modified: incubator/lcf/branches/release-0.1-branch/framework/ui-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/framework/ui-core/pom.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/framework/ui-core/pom.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/framework/ui-core/pom.xml Fri Dec  3 15:49:06 2010
@@ -1,21 +1,38 @@
 <?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 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/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.apache.connectors</groupId>
-        <artifactId>acf-framework</artifactId>
+        <groupId>org.apache.manifoldcf</groupId>
+        <artifactId>manifoldcf-framework</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>acf-framework-uicore</artifactId>
-    <name>Apache Connectors Framework - Framework - uicore</name>
+    <artifactId>manifoldcf-framework-uicore</artifactId>
+    <name>ManifoldCF - Framework - uicore</name>
 
     <dependencies>
         <!-- Internal dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>acf-framework-core</artifactId>
+            <artifactId>manifoldcf-framework-core</artifactId>
             <version>${project.version}</version>
         </dependency>
 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/concepts.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/concepts.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/concepts.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/concepts.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/developer-resources.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/developer-resources.xml Fri Dec  3 15:49:06 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
 <document>
 <header><title>ManifoldCF - Developer Resources</title></header>
 <properties>

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/end-user-documentation.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/end-user-documentation.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/end-user-documentation.xml Fri Dec  3 15:49:06 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
 <document>
 <header><title>ManifoldCF- End-user Documentation</title></header>
 <properties>

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/faq.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/faq.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/faq.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/included-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/included-connectors.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/included-connectors.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/included-connectors.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/index.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/index.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/javadoc.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/javadoc.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/javadoc.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/javadoc.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/mail.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/mail.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/mail.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/mail.xml Fri Dec  3 15:49:06 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
 <document>
     <header>
         <title>ManifoldCF - Mailing Lists</title>

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/performance-tuning.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/performance-tuning.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/performance-tuning.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/performance-tuning.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/programmatic-operation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/programmatic-operation.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/programmatic-operation.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/programmatic-operation.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/tabs.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/tabs.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
           "tab-cocoon-v10.dtd">
 
+<!--
+ 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.
+-->
+
 <tabs software="Lucene"
       title="Lucene"
       copyright="The Apache Software Foundation"

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/who.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/who.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/who.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/who.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-authority-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-authority-connectors.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-authority-connectors.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-authority-connectors.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-output-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-output-connectors.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-output-connectors.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-output-connectors.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header> 

Modified: incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-repository-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-repository-connectors.xml?rev=1041887&r1=1041886&r2=1041887&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-repository-connectors.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/src/documentation/content/xdocs/writing-repository-connectors.xml Fri Dec  3 15:49:06 2010
@@ -3,6 +3,23 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
+<!--
+ 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.
+-->
+
 <document> 
 
   <header>