http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
 
b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
index f014e14..5fde41f 100644
--- 
a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
+++ 
b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/embedded-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="client-and-server">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
 
b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
index 225f6b2..ded67a3 100644
--- 
a/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
+++ 
b/juddi-examples/hello-world-embedded/src/main/resources/META-INF/persistence.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"; 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence 
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml 
b/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
index e042446..f1ade4b 100644
--- a/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
+++ b/juddi-examples/hello-world-embedded/src/main/resources/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
 <!--
+/*
+ * Copyright 2001-2008 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.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml 
b/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
index 39bd8c4..67ce554 100644
--- 
a/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
+++ 
b/juddi-examples/hello-world/src/main/resources/META-INF/hello-world-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
 
b/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
index e921197..0e507ea 100644
--- 
a/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
+++ 
b/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/FindBusinessBugHunt.java
@@ -1,6 +1,17 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.samples;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
 
b/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
index c78a3d0..2e681ca 100644
--- 
a/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
+++ 
b/juddi-examples/more-uddi-samples/src/main/resources/META-INF/simple-publish-uddi.xml
@@ -1,5 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8"  ?>
 
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema";>
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml 
b/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
index 223a7ef..7e1e8a1 100644
--- a/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/service-version/src/main/resources/META-INF/uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="default">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
 
b/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
index a2e2a21..3e8a051 100644
--- 
a/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
+++ 
b/juddi-examples/simple-browse/src/main/resources/META-INF/simple-browse-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml 
b/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
index c8555fe..0def5cc 100644
--- a/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
+++ b/juddi-examples/simple-publish-clerk/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml 
b/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
index b3418e1..9f8d4be 100644
--- 
a/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
+++ 
b/juddi-examples/simple-publish-portable/src/main/resources/META-INF/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
 
b/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
index 9ae99b1..bcc6fce 100644
--- 
a/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
+++ 
b/juddi-examples/subscription-notification-amqp/src/main/resources/META-INF/subscription-notification-client-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
         <reloadDelay>5000</reloadDelay>
         <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml 
b/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
index 4949047..b7fc0a3 100644
--- a/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
+++ b/juddi-examples/uddi-annotations/src/main/resources/META-INF/sales-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
 
b/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
index cff9fed..ffdd35a 100644
--- 
a/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
+++ 
b/juddi-examples/uddi-annotations/src/main/resources/META-INF/uddi-annotations.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
     <reloadDelay>5000</reloadDelay>
     <client name="uddi-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml 
b/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
index 579fede..d79e1ab 100644
--- a/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
+++ b/juddi-examples/uddi-annotations/src/main/webapp/META-INF/context.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!--
+/*
+ * Copyright 2001-2008 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>
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
     <!--  -->

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml 
b/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
index b8413c6..831647f 100644
--- 
a/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
+++ 
b/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
 <!--
+/*
+ * Copyright 2001-2008 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.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
 
b/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
index a2e54b8..75d9fd7 100644
--- 
a/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
+++ 
b/juddi-examples/uddiv2-api-bridge-example/src/main/resources/META-INF/uddiv2-browse-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
    <reloadDelay>5000</reloadDelay>
    <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
 
b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
index 28b35e8..b925c37 100644
--- 
a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
+++ 
b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/META-INF/wsdl2uddi-uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd" >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client" >

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl 
b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
index eb6d782..121c244 100644
--- a/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
+++ b/juddi-examples/wsdl2uddi-lifecyle/src/main/resources/wsdl/helloworld.wsdl
@@ -1,4 +1,22 @@
-<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HelloWorld" 
targetNamespace="http://samples.juddi.apache.org/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+<wsdl:definitions name="HelloWorld" 
targetNamespace="http://samples.juddi.apache.org/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 <wsdl:types>
 <xs:schema elementFormDefault="unqualified" 
targetNamespace="http://samples.juddi.apache.org/"; version="1.0" 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 <xs:element name="sayHi" type="tns:sayHi"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
index c1ad94d..7caca7e 100644
--- 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
+++ 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.samples;
 
 import javax.jws.WebMethod;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
index dbc2fa4..8cd9f62 100644
--- 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
+++ 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/HelloWorld_Service.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.samples;
 
 import java.net.URL;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
index 5f1c9e1..7dc98aa 100644
--- 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
+++ 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/ObjectFactory.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.samples;
 
 import javax.xml.bind.JAXBElement;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
index 81c153a..6b3939b 100644
--- a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
+++ b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHi.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.samples;
 
 import javax.xml.bind.annotation.XmlAccessType;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
index 7403301..5fe1818 100644
--- 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
+++ 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/SayHiResponse.java
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2010 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.samples;
 
 import javax.xml.bind.annotation.XmlAccessType;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
index 80ed051..b3eead3 100644
--- 
a/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
+++ 
b/juddi-examples/wsdl2uddi/src/main/java/org/apache/juddi/samples/package-info.java
@@ -1,2 +1,18 @@
+/*
+ * Copyright 2001-2010 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.
+ *
+ */
 @javax.xml.bind.annotation.XmlSchema(namespace = 
"http://samples.juddi.apache.org/";)
 package org.apache.juddi.samples;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
----------------------------------------------------------------------
diff --git 
a/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml 
b/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
index cdb2c1e..71fd986 100644
--- a/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
+++ b/juddi-examples/wsdl2uddi/src/main/resources/META-INF/wsdl2uddi-uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 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 xmlns="urn:juddi-apache-org:v3_client" 
xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"  >
     <reloadDelay>5000</reloadDelay>
     <client name="example-client" 
callbackUrl="http://localhost:8079/subscriptionlistener_uddi_client";>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl 
b/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
index ff7c7d1..796b7ad 100644
--- a/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
+++ b/juddi-examples/wsdl2uddi/src/main/resources/wsdl/helloworld.wsdl
@@ -1,4 +1,23 @@
-<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="HelloWorld" 
targetNamespace="http://samples.juddi.apache.org/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+/*
+ * Copyright 2001-2008 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.
+ *
+ -->
+
+<wsdl:definitions name="HelloWorld" 
targetNamespace="http://samples.juddi.apache.org/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 <wsdl:types>
 <xs:schema elementFormDefault="unqualified" 
targetNamespace="http://samples.juddi.apache.org/"; version="1.0" 
xmlns:tns="http://samples.juddi.apache.org/"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 <xs:element name="sayHi" type="tns:sayHi"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
----------------------------------------------------------------------
diff --git 
a/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
 
b/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
index 353332b..1d20c4f 100644
--- 
a/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
+++ 
b/juddi-gui/src/main/java/org/apache/juddi/webconsole/hub/builders/SubscriptionHelper.java
@@ -1,12 +1,22 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.webconsole.hub.builders;
 
 import java.util.List;
 import org.apache.commons.lang.StringEscapeUtils;
-import org.apache.juddi.webconsole.resources.ResourceLoader;
 import org.uddi.api_v3.FindQualifiers;
 import org.uddi.sub_v3.Subscription;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
----------------------------------------------------------------------
diff --git 
a/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
 
b/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
index 8a48dcf..e91ef85 100644
--- 
a/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
+++ 
b/juddi-gui/src/main/java/org/apache/juddi/webconsole/resources/ResourceLoader.java
@@ -1,6 +1,17 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 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.webconsole.resources;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/resources/META-INF/uddi.xml 
b/juddi-gui/src/main/resources/META-INF/uddi.xml
index 284b5d8..a3f6262 100644
--- a/juddi-gui/src/main/resources/META-INF/uddi.xml
+++ b/juddi-gui/src/main/resources/META-INF/uddi.xml
@@ -1,8 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!-- 
+/*
+ * Copyright 2001-2008 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.
+ */
+ 
 This config is for the juddi-gui.
 
 It currently does not use the ValueSet, jUDDI, Replication, or REST APIs
+
 -->
 <uddi>
     <reloadDelay>5000</reloadDelay>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
----------------------------------------------------------------------
diff --git 
a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
 
b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
index 534032d..38367e0 100644
--- 
a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
+++ 
b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
@@ -1,5 +1,18 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+
+# Copyright 2001-2008 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.
+ 
 
 language=en
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
----------------------------------------------------------------------
diff --git 
a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
 
b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
index 31a64b3..3b5d064 100644
--- 
a/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
+++ 
b/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
@@ -1,6 +1,18 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
 
+# Copyright 2001-2008 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.
+ 
 language=es
 direction=LTR
 title=Apache jUDDI - de C\u00f3digo Abierto UDDI Descubrimiento de Servicios

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/META-INF/context.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/META-INF/context.xml 
b/juddi-gui/src/main/webapp/META-INF/context.xml
index e8a9c7f..9763bd2 100644
--- a/juddi-gui/src/main/webapp/META-INF/context.xml
+++ b/juddi-gui/src/main/webapp/META-INF/context.xml
@@ -1,2 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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 antiJARLocking="true" path="/juddi-gui"/>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/WEB-INF/web.xml 
b/juddi-gui/src/main/webapp/WEB-INF/web.xml
index 5aca3ff..a051314 100644
--- a/juddi-gui/src/main/webapp/WEB-INF/web.xml
+++ b/juddi-gui/src/main/webapp/WEB-INF/web.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2008 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 version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";>
 
         <display-name>jUDDI Graphical User Interface (juddi-gui)</display-name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/about.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/about.jsp 
b/juddi-gui/src/main/webapp/about.jsp
index 284654f..26627a9 100644
--- a/juddi-gui/src/main/webapp/about.jsp
+++ b/juddi-gui/src/main/webapp/about.jsp
@@ -2,6 +2,21 @@
     Document   : about
     Created on : Apr 28, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/advanced.jsp 
b/juddi-gui/src/main/webapp/advanced.jsp
index c6ad3c8..5941a25 100644
--- a/juddi-gui/src/main/webapp/advanced.jsp
+++ b/juddi-gui/src/main/webapp/advanced.jsp
@@ -2,6 +2,21 @@
     Document   : Advanced query page
     Created on : July 30, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp 
b/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
index a9d68d4..b29f145 100644
--- a/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/abortTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : abortTransferToken
     Created on : Apr 27, 2013, 1:20:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp 
b/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
index af45f85..dddf2a2 100644
--- a/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/acceptTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : acceptTransferToken
     Created on : Apr 27, 2013, 2:17:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/advanced.jsp 
b/juddi-gui/src/main/webapp/ajax/advanced.jsp
index a999c30..d870c55 100644
--- a/juddi-gui/src/main/webapp/ajax/advanced.jsp
+++ b/juddi-gui/src/main/webapp/ajax/advanced.jsp
@@ -2,6 +2,21 @@
     Document   : advanced
     Created on : Aug 9, 2013, 4:09:06 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UDDIRequestsAsXML"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/assertions.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/assertions.jsp 
b/juddi-gui/src/main/webapp/ajax/assertions.jsp
index 7854912..11aa721 100644
--- a/juddi-gui/src/main/webapp/ajax/assertions.jsp
+++ b/juddi-gui/src/main/webapp/ajax/assertions.jsp
@@ -2,6 +2,21 @@
     Document   : assertions
     Created on : Apr 13, 2013, 7:44:30 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.uddi.api_v3.CompletionStatus"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp 
b/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
index 3ad9f9a..31b3dff 100644
--- a/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/bindingsearch.jsp
@@ -2,6 +2,21 @@
     Document   : tmodelsearch
     Created on : Mar 13, 2013, 8:54:47 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp 
b/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
index a964976..c917df5 100644
--- a/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
+++ b/juddi-gui/src/main/webapp/ajax/businessAsSelect.jsp
@@ -2,6 +2,21 @@
     Document   : businessAsSelect This actually returns a list of all 
businesses and/or tmodel keys owned by the current user
     Created on : Apr 27, 2013, 10:05:21 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/businesssearch.jsp 
b/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
index c67899f..c64903a 100644
--- a/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/businesssearch.jsp
@@ -2,6 +2,21 @@
     Document   : businessbrowse
     Created on : Mar 12, 2013, 9:40:19 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/copyitem.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/copyitem.jsp 
b/juddi-gui/src/main/webapp/ajax/copyitem.jsp
index 6f09ea6..e40a6a4 100644
--- a/juddi-gui/src/main/webapp/ajax/copyitem.jsp
+++ b/juddi-gui/src/main/webapp/ajax/copyitem.jsp
@@ -2,6 +2,21 @@
     Document   : copyitem
     Created on : Nov 6, 2013, 7:57:31 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletebinding.jsp 
b/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
index 2cc21dd..a647dca 100644
--- a/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletebinding.jsp
@@ -2,6 +2,21 @@
     Document   : savebinding
     Created on : Feb 8, 2014, 7:55:57 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.commons.lang.StringEscapeUtils"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp 
b/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
index 2b528af..e1d687f 100644
--- a/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletebusiness.jsp
@@ -2,6 +2,21 @@
     Document   : deletebusiness
     Created on : Feb 27, 2013, 8:39:54 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deleteservice.jsp 
b/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
index 94676ec..9f2e09d 100644
--- a/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deleteservice.jsp
@@ -2,6 +2,21 @@
     Document   : deleteservice
     Created on : Mar 16, 2013, 12:25:13 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp 
b/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
index 44a3396..facc7c9 100644
--- a/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
+++ b/juddi-gui/src/main/webapp/ajax/deletetmodel.jsp
@@ -2,6 +2,21 @@
     Document   : deleteTmodel
     Created on : Feb 27, 2013, 8:39:54 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/getCert.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/getCert.jsp 
b/juddi-gui/src/main/webapp/ajax/getCert.jsp
index 9a4f108..75f1665 100644
--- a/juddi-gui/src/main/webapp/ajax/getCert.jsp
+++ b/juddi-gui/src/main/webapp/ajax/getCert.jsp
@@ -2,6 +2,21 @@
     Document   : getCert - returns a base64 PKI certificate
     Created on : Mar 28, 2013, 6:39:09 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%><%@page import="org.apache.juddi.webconsole.hub.UddiHub"%><%
         //note CSRF left off due to additiona endlines being injected (screws 
with parsing of the x509 cert)
     String type = request.getParameter("type");

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp 
b/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
index 9128fb2..a014eff 100644
--- a/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
+++ b/juddi-gui/src/main/webapp/ajax/getTransferToken.jsp
@@ -2,6 +2,21 @@
     Document   : getTransferToken
     Created on : Apr 27, 2013, 9:13:27 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp 
b/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
index 2f495b8..11b568e 100644
--- a/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
+++ b/juddi-gui/src/main/webapp/ajax/importFromWadl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWadl
     Created on : July 11, 2013, 3:26:42 PM
     Author     : Alex O'Ree 
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>
 <%@page import="org.apache.juddi.jaxb.PrintUDDI"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp 
b/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
index f392552..1e55867 100644
--- a/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
+++ b/juddi-gui/src/main/webapp/ajax/importFromWsdl.jsp
@@ -2,6 +2,21 @@
     Document   : importFromWsdl
     Created on : May 11, 2013, 3:26:42 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>
 <%@page import="org.apache.juddi.v3.client.config.TokenResolver"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/loginpost.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/loginpost.jsp 
b/juddi-gui/src/main/webapp/ajax/loginpost.jsp
index fa426fe..1adb02c 100644
--- a/juddi-gui/src/main/webapp/ajax/loginpost.jsp
+++ b/juddi-gui/src/main/webapp/ajax/loginpost.jsp
@@ -2,6 +2,21 @@
     Document   : loginpost
     Created on : Feb 24, 2013, 3:36:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/opInfo.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/opInfo.jsp 
b/juddi-gui/src/main/webapp/ajax/opInfo.jsp
index 14bbcf2..53b5ddb 100644
--- a/juddi-gui/src/main/webapp/ajax/opInfo.jsp
+++ b/juddi-gui/src/main/webapp/ajax/opInfo.jsp
@@ -2,6 +2,21 @@
     Document   : opInfo
     Created on : Mar 28, 2013, 10:25:03 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp 
b/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
index 01cce50..3c8f8f5 100644
--- a/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
+++ b/juddi-gui/src/main/webapp/ajax/saveFromXML.jsp
@@ -2,6 +2,21 @@
     Document   : fromXML
     Created on : Mar 24, 2013, 9:31:37 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%><%@page import="java.util.concurrent.atomic.AtomicReference"%>
 <%@page import="java.util.Map.Entry"%>
 <%@page import="java.util.Iterator"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savebinding.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savebinding.jsp 
b/juddi-gui/src/main/webapp/ajax/savebinding.jsp
index 850aeba..e3c0eb3 100644
--- a/juddi-gui/src/main/webapp/ajax/savebinding.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savebinding.jsp
@@ -2,6 +2,21 @@
     Document   : savebinding
     Created on : Feb 8, 2014, 7:55:57 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savebusiness.jsp 
b/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
index 72bd9b9..515311f 100644
--- a/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savebusiness.jsp
@@ -2,6 +2,21 @@
    Document   : savebusiness
    Created on : Feb 26, 2013, 6:57:52 AM
    Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp 
b/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
index d378adc..ebf83d8 100644
--- a/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
+++ b/juddi-gui/src/main/webapp/ajax/saveservicedetails.jsp
@@ -2,6 +2,21 @@
     Document   : saveservicedetails
     Created on : Feb 24, 2013, 3:12:11 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/savetmodel.jsp 
b/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
index 5169e96..588a64a 100644
--- a/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
+++ b/juddi-gui/src/main/webapp/ajax/savetmodel.jsp
@@ -2,6 +2,21 @@
    Document   : savebusiness
    Created on : Feb 26, 2013, 6:57:52 AM
    Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/search.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/search.jsp 
b/juddi-gui/src/main/webapp/ajax/search.jsp
index bd4c7de..eed035d 100644
--- a/juddi-gui/src/main/webapp/ajax/search.jsp
+++ b/juddi-gui/src/main/webapp/ajax/search.jsp
@@ -2,6 +2,21 @@
     Document   : search
     Created on : Mar 19, 2013, 2:01:55 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicedetails.jsp 
b/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
index 6c5a78d..2d447eb 100644
--- a/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicedetails.jsp
@@ -2,6 +2,21 @@
     Document   : servicedetails
     Created on : Feb 24, 2013, 1:55:14 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicelist.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicelist.jsp 
b/juddi-gui/src/main/webapp/ajax/servicelist.jsp
index 9edb087..42650df 100644
--- a/juddi-gui/src/main/webapp/ajax/servicelist.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicelist.jsp
@@ -2,6 +2,21 @@
     Document   : businesslist
     Created on : Feb 24, 2013, 10:27:22 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/servicesearch.jsp 
b/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
index 5682b3f..2c69381 100644
--- a/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
+++ b/juddi-gui/src/main/webapp/ajax/servicesearch.jsp
@@ -2,6 +2,21 @@
     Document   : servicesearch
     Created on : Feb 27, 2013, 4:46:08 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/settings.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/settings.jsp 
b/juddi-gui/src/main/webapp/ajax/settings.jsp
index d5c4045..46aec41 100644
--- a/juddi-gui/src/main/webapp/ajax/settings.jsp
+++ b/juddi-gui/src/main/webapp/ajax/settings.jsp
@@ -2,6 +2,21 @@
     Document   : settings
     Created on : Apr 6, 2013, 9:45:02 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/subscription.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/subscription.jsp 
b/juddi-gui/src/main/webapp/ajax/subscription.jsp
index fdadcc6..3b710a4 100644
--- a/juddi-gui/src/main/webapp/ajax/subscription.jsp
+++ b/juddi-gui/src/main/webapp/ajax/subscription.jsp
@@ -2,6 +2,21 @@
     Document   : subscription
     Created on : Apr 21, 2013, 12:00:30 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
----------------------------------------------------------------------
diff --git a/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp 
b/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
index fdd8d1c..8eb7caa 100644
--- a/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
+++ b/juddi-gui/src/main/webapp/ajax/subscriptionFeed.jsp
@@ -2,6 +2,21 @@
     Document   : subscriptionFeed
     Created on : Apr 14, 2013, 7:56:16 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 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.
+ */
 --%>
 
 <%@page import="java.util.Calendar"%>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@juddi.apache.org
For additional commands, e-mail: commits-h...@juddi.apache.org

Reply via email to