Author: tcunning
Date: Wed Jun 15 20:09:50 2011
New Revision: 1136168

URL: http://svn.apache.org/viewvc?rev=1136168&view=rev
Log:
JUDDI-502
Adding missing license headers to files.

Modified:
    juddi/trunk/juddi-console/juddi-portal/assembly.xml
    juddi/trunk/juddi-console/juddi-portal/build.xml
    juddi/trunk/juddi-console/juddi-portal/pluto.xml
    juddi/trunk/juddi-console/juddi-portal/tomcat-users.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/JUDDIPublisher.gwt.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDIBrowser.gwt.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISearch.gwt.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscription.gwt.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscriptionNotification.gwt.xml
    juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.marketing
    
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.sales
    
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/juddiv3.properties
    
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/log4j.properties
    juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/portlet.xml
    juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml
    
juddi/trunk/juddi-console/uddi-portlets/src/test/java/org/apache/juddi/portlets/AStandardNonGwtTest.java
    juddi/trunk/juddi-dist/assembly.xml
    juddi/trunk/juddi-dist/build.xml
    juddi/trunk/qa/GettingStarted.txt
    juddi/trunk/qa/juddi-xlt/build.properties
    juddi/trunk/qa/juddi-xlt/config/default.properties
    juddi/trunk/qa/juddi-xlt/config/dev-log4j.properties
    juddi/trunk/qa/juddi-xlt/config/dev.properties
    juddi/trunk/qa/juddi-xlt/config/jvmargs.cfg
    juddi/trunk/qa/juddi-xlt/config/log4j.properties
    juddi/trunk/qa/juddi-xlt/config/project.properties
    juddi/trunk/qa/juddi-xlt/config/test.properties
    juddi/trunk/qa/juddi-xlt/src/META-INF/uddi.xml
    juddi/trunk/src/site/xdoc/committers.xml
    juddi/trunk/src/site/xdoc/docs.xml
    juddi/trunk/src/site/xdoc/legal.xml
    juddi/trunk/src/site/xdoc/library.xml
    juddi/trunk/src/site/xdoc/list-guidelines.xml
    juddi/trunk/src/site/xdoc/participate.xml
    juddi/trunk/src/site/xdoc/releases.xml
    juddi/trunk/src/site/xdoc/thanks.xml
    juddi/trunk/src/site/xdoc/usersguide.xml
    juddi/trunk/src/site/xdoc/who.xml

Modified: juddi/trunk/juddi-console/juddi-portal/assembly.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/assembly.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/assembly.xml (original)
+++ juddi/trunk/juddi-console/juddi-portal/assembly.xml Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <assembly>
        <id />
        <formats>
@@ -11,4 +27,4 @@
                        <outputDirectory />
                </fileSet>
        </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>

Modified: juddi/trunk/juddi-console/juddi-portal/build.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/build.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/build.xml (original)
+++ juddi/trunk/juddi-console/juddi-portal/build.xml Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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="juddi-portal.tomcat" default="package-tomcat" basedir=".">
        <property name="lib.dir" 
value="${basedir}/target/tomcat/juddi-tomcat-${juddi.tomcat.version}/lib"/>
        <property name="conf.dir" 
value="${basedir}/target/tomcat/juddi-tomcat-${juddi.tomcat.version}/conf"/>

Modified: juddi/trunk/juddi-console/juddi-portal/pluto.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/pluto.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/pluto.xml (original)
+++ juddi/trunk/juddi-console/juddi-portal/pluto.xml Wed Jun 15 20:09:50 2011
@@ -1 +1,17 @@
-<Context path="pluto" crossContext="true"></Context>
\ No newline at end of file
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
+<Context path="pluto" crossContext="true"></Context>

Modified: juddi/trunk/juddi-console/juddi-portal/tomcat-users.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/tomcat-users.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/tomcat-users.xml (original)
+++ juddi/trunk/juddi-console/juddi-portal/tomcat-users.xml Wed Jun 15 20:09:50 
2011
@@ -1,4 +1,20 @@
 <?xml version='1.0' encoding='utf-8'?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <tomcat-users>
   <role rolename="pluto"/>
   <role rolename="tomcat"/>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/JUDDIPublisher.gwt.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/JUDDIPublisher.gwt.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/JUDDIPublisher.gwt.xml
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/JUDDIPublisher.gwt.xml
 Wed Jun 15 20:09:50 2011
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?><module>
-
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
       <!-- Inherit the core Web Toolkit stuff.                        -->
       <inherits name="com.google.gwt.user.User"/>      
     
@@ -12,4 +27,4 @@
          <servlet 
class="org.apache.juddi.portlets.server.service.SecurityServiceImpl" 
path="/security"/>
          <servlet 
class="org.apache.juddi.portlets.server.service.JUDDIApiServiceImpl" 
path="/juddi-api"/>
         
-</module>
\ No newline at end of file
+</module>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDIBrowser.gwt.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDIBrowser.gwt.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDIBrowser.gwt.xml
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDIBrowser.gwt.xml
 Wed Jun 15 20:09:50 2011
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?><module>
-
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
       <!-- Inherit the core Web Toolkit stuff.                        -->
       <inherits name="com.google.gwt.user.User"/>      
     
@@ -15,4 +30,4 @@
          <servlet 
class="org.apache.juddi.portlets.server.service.PublicationServiceImpl" 
path="/publication"/>
          <servlet 
class="org.apache.juddi.portlets.server.service.FindServiceImpl"     
path="/find"/>
         
-</module>
\ No newline at end of file
+</module>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISearch.gwt.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISearch.gwt.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISearch.gwt.xml
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISearch.gwt.xml
 Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?><module>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 
       <!-- Inherit the core Web Toolkit stuff.                        -->
       <inherits name="com.google.gwt.user.User"/>      
@@ -13,4 +29,4 @@
          <servlet 
class="org.apache.juddi.portlets.server.service.InquiryServiceImpl"     
path="/inquiry"/>
          <servlet 
class="org.apache.juddi.portlets.server.service.PublicationServiceImpl" 
path="/publication"/>
         
-</module>
\ No newline at end of file
+</module>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscription.gwt.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscription.gwt.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscription.gwt.xml
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscription.gwt.xml
 Wed Jun 15 20:09:50 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?><module>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
+
 
       <!-- Inherit the core Web Toolkit stuff.                        -->
       <inherits name="com.google.gwt.user.User"/>      
@@ -12,4 +29,4 @@
          <servlet 
class="org.apache.juddi.portlets.server.service.SecurityServiceImpl"     
path="/security"/>
          <servlet 
class="org.apache.juddi.portlets.server.service.SubscriptionServiceImpl" 
path="/subscription"/>
         
-</module>
\ No newline at end of file
+</module>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscriptionNotification.gwt.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscriptionNotification.gwt.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscriptionNotification.gwt.xml
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/java/org/apache/juddi/portlets/UDDISubscriptionNotification.gwt.xml
 Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?><module>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->        
 
       <!-- Inherit the core Web Toolkit stuff.                        -->
       <inherits name="com.google.gwt.user.User"/>      
@@ -11,4 +27,4 @@
 
          <servlet 
class="org.apache.juddi.portlets.server.service.NotifyServiceImpl" 
path="/notify"/>  
         
-</module>
\ No newline at end of file
+</module>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml 
(original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml 
Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 
 <uddi>
     <reloadDelay>5000</reloadDelay>
@@ -51,4 +67,4 @@
           </clerks>
        </manager> 
    
-</uddi>
\ No newline at end of file
+</uddi>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.marketing
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.marketing?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.marketing
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.marketing
 Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 
 <uddi>
     <reloadDelay>5000</reloadDelay>
@@ -45,4 +61,4 @@
           </clerks>
        </manager> 
    
-</uddi>
\ No newline at end of file
+</uddi>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.sales
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.sales?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.sales
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/resources/META-INF/uddi.xml.sales
 Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 
 <uddi>
     <reloadDelay>5000</reloadDelay>
@@ -45,4 +61,4 @@
           </clerks>
        </manager> 
    
-</uddi>
\ No newline at end of file
+</uddi>

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/juddiv3.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/juddiv3.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/juddiv3.properties
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/juddiv3.properties
 Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/log4j.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/log4j.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/log4j.properties
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/classes/log4j.properties
 Wed Jun 15 20:09:50 2011
@@ -1,3 +1,16 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.rootLogger=INFO, logfile
 

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/portlet.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/portlet.xml 
(original)
+++ juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/portlet.xml 
Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <portlet-app id="browser-container"
     xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";
     version="1.0"

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml 
(original)
+++ juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml Wed 
Jun 15 20:09:50 2011
@@ -1,7 +1,22 @@
 <!DOCTYPE web-app PUBLIC
  "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  "http://java.sun.com/dtd/web-app_2_3.dtd"; >
-
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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>GWT-Maven-Archetype</display-name>
                

Modified: 
juddi/trunk/juddi-console/uddi-portlets/src/test/java/org/apache/juddi/portlets/AStandardNonGwtTest.java
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/test/java/org/apache/juddi/portlets/AStandardNonGwtTest.java?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- 
juddi/trunk/juddi-console/uddi-portlets/src/test/java/org/apache/juddi/portlets/AStandardNonGwtTest.java
 (original)
+++ 
juddi/trunk/juddi-console/uddi-portlets/src/test/java/org/apache/juddi/portlets/AStandardNonGwtTest.java
 Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.juddi.portlets;
 
 import junit.framework.Assert;
@@ -13,4 +29,4 @@ public class AStandardNonGwtTest extends
         Assert.assertTrue(true);
     }
     
-}
\ No newline at end of file
+}

Modified: juddi/trunk/juddi-dist/assembly.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-dist/assembly.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-dist/assembly.xml (original)
+++ juddi/trunk/juddi-dist/assembly.xml Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <assembly>
     <id>dist</id>
     <formats>

Modified: juddi/trunk/juddi-dist/build.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-dist/build.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/juddi-dist/build.xml (original)
+++ juddi/trunk/juddi-dist/build.xml Wed Jun 15 20:09:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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="juddi-dist" default="package-dist" basedir=".">
        <property file="package.properties"/>
        <property name="dist.dir" value="${basedir}/target/dist"/>

Modified: juddi/trunk/qa/GettingStarted.txt
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/GettingStarted.txt?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/GettingStarted.txt (original)
+++ juddi/trunk/qa/GettingStarted.txt Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 To run the qa tests
 
 1. Start the jUDDI server at port 8080.

Modified: juddi/trunk/qa/juddi-xlt/build.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/build.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/build.properties (original)
+++ juddi/trunk/qa/juddi-xlt/build.properties Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # configure the location of XLT 
 fs = ${file.separator}
 xlt.home.dir = ..${fs}target${fs}xlt-3.3.0-r3088${fs}

Modified: juddi/trunk/qa/juddi-xlt/config/default.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/default.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/default.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/default.properties Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 #####################################################################
 #
 # General Settings

Modified: juddi/trunk/qa/juddi-xlt/config/dev-log4j.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/dev-log4j.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/dev-log4j.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/dev-log4j.properties Wed Jun 15 20:09:50 
2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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 Settings - Development Mode 

Modified: juddi/trunk/qa/juddi-xlt/config/dev.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/dev.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/dev.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/dev.properties Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 
################################################################################
 # 
 # Development Mode Settings
@@ -21,4 +35,4 @@ com.xceptance.xlt.loadStaticContent = tr
 ## - onError ... pages are logged only if the transaction had errors
 ## - always ... pages are logged always 
 com.xceptance.xlt.output2disk = always
-   
\ No newline at end of file
+   

Modified: juddi/trunk/qa/juddi-xlt/config/jvmargs.cfg
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/jvmargs.cfg?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/jvmargs.cfg (original)
+++ juddi/trunk/qa/juddi-xlt/config/jvmargs.cfg Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 #############################################################################
 #
 # Agent JVM Configuration

Modified: juddi/trunk/qa/juddi-xlt/config/log4j.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/log4j.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/log4j.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/log4j.properties Wed Jun 15 20:09:50 2011
@@ -6,6 +6,20 @@
 #
 #############################################################################
 
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
 ### Logger definitions ###
 
 log4j.rootLogger = warn, file

Modified: juddi/trunk/qa/juddi-xlt/config/project.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/project.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/project.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/project.properties Wed Jun 15 20:09:50 2011
@@ -1,3 +1,17 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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 Run Specific Settings

Modified: juddi/trunk/qa/juddi-xlt/config/test.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/config/test.properties?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/config/test.properties (original)
+++ juddi/trunk/qa/juddi-xlt/config/test.properties Wed Jun 15 20:09:50 2011
@@ -1,4 +1,18 @@
-email################################################################################
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
+
+###############################################################################
 #
 # Load Test Profile Configuration
 #

Modified: juddi/trunk/qa/juddi-xlt/src/META-INF/uddi.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/qa/juddi-xlt/src/META-INF/uddi.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/qa/juddi-xlt/src/META-INF/uddi.xml (original)
+++ juddi/trunk/qa/juddi-xlt/src/META-INF/uddi.xml Wed Jun 15 20:09:50 2011
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <uddi>
     <reloadDelay>5000</reloadDelay>
     <manager name="test-manager">
@@ -68,4 +83,4 @@
           </clerks>
          
        </manager>
-</uddi>
\ No newline at end of file
+</uddi>

Modified: juddi/trunk/src/site/xdoc/committers.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/committers.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/committers.xml (original)
+++ juddi/trunk/src/site/xdoc/committers.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>

Modified: juddi/trunk/src/site/xdoc/docs.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/docs.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/docs.xml (original)
+++ juddi/trunk/src/site/xdoc/docs.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>

Modified: juddi/trunk/src/site/xdoc/legal.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/legal.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/legal.xml (original)
+++ juddi/trunk/src/site/xdoc/legal.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>
@@ -21,4 +37,4 @@
       </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: juddi/trunk/src/site/xdoc/library.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/library.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/library.xml (original)
+++ juddi/trunk/src/site/xdoc/library.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>
@@ -70,4 +86,4 @@
     </section>
 
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: juddi/trunk/src/site/xdoc/list-guidelines.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/list-guidelines.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/list-guidelines.xml (original)
+++ juddi/trunk/src/site/xdoc/list-guidelines.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>

Modified: juddi/trunk/src/site/xdoc/participate.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/participate.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/participate.xml (original)
+++ juddi/trunk/src/site/xdoc/participate.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>
@@ -77,4 +93,4 @@
       </section>
 
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: juddi/trunk/src/site/xdoc/releases.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/releases.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/releases.xml (original)
+++ juddi/trunk/src/site/xdoc/releases.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>

Modified: juddi/trunk/src/site/xdoc/thanks.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/thanks.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/thanks.xml (original)
+++ juddi/trunk/src/site/xdoc/thanks.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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>
   <properties>
     <title>Donated Software Licenses</title>
@@ -40,4 +56,4 @@
     </section>
       
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: juddi/trunk/src/site/xdoc/usersguide.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/usersguide.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/usersguide.xml (original)
+++ juddi/trunk/src/site/xdoc/usersguide.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>
@@ -176,4 +192,4 @@
     </section>
 
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: juddi/trunk/src/site/xdoc/who.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/who.xml?rev=1136168&r1=1136167&r2=1136168&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/who.xml (original)
+++ juddi/trunk/src/site/xdoc/who.xml Wed Jun 15 20:09:50 2011
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v12.dtd";>
 <document>
   <properties>
@@ -28,4 +44,4 @@
     </section>
 
   </body>
-</document>
\ No newline at end of file
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to