You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2015/07/12 17:50:47 UTC

svn commit: r1690476 - in /river/river-examples/river-examples/trunk: ./ browser/ hello-api/ hello-client/ hello-service/ hello-service/src/main/java/org/apache/river/examples/hello/service/ hello-webapp-client/ hello-webapp-client/src/main/webapp/META...

Author: gtrasuk
Date: Sun Jul 12 15:50:47 2015
New Revision: 1690476

URL: http://svn.apache.org/r1690476
Log:
All files now have the required Apache license headers.

Modified:
    river/river-examples/river-examples/trunk/browser/pom.xml
    river/river-examples/river-examples/trunk/hello-api/pom.xml
    river/river-examples/river-examples/trunk/hello-client/pom.xml
    river/river-examples/river-examples/trunk/hello-service/pom.xml
    river/river-examples/river-examples/trunk/hello-service/src/main/java/org/apache/river/examples/hello/service/GreeterService.java
    river/river-examples/river-examples/trunk/hello-webapp-client/nb-configuration.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/META-INF/context.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/beans.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/client.config
    river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/web.xml
    river/river-examples/river-examples/trunk/home/pom.xml
    river/river-examples/river-examples/trunk/home/src/main/home/hello-client.config
    river/river-examples/river-examples/trunk/pom.xml
    river/river-examples/river-examples/trunk/src/site/markdown/browser/browser.md
    river/river-examples/river-examples/trunk/src/site/markdown/hello-client/hello-client.md
    river/river-examples/river-examples/trunk/src/site/markdown/hello-service/hello-service.md
    river/river-examples/river-examples/trunk/src/site/markdown/hello-webapp-client/hello-webapp-client.md
    river/river-examples/river-examples/trunk/src/site/markdown/infrastructure/infrastructure.md

Modified: river/river-examples/river-examples/trunk/browser/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/browser/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/browser/pom.xml (original)
+++ river/river-examples/river-examples/trunk/browser/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>

Modified: river/river-examples/river-examples/trunk/hello-api/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-api/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-api/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-api/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>

Modified: river/river-examples/river-examples/trunk/hello-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-client/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-client/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>

Modified: river/river-examples/river-examples/trunk/hello-service/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-service/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-service/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-service/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>

Modified: river/river-examples/river-examples/trunk/hello-service/src/main/java/org/apache/river/examples/hello/service/GreeterService.java
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-service/src/main/java/org/apache/river/examples/hello/service/GreeterService.java?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-service/src/main/java/org/apache/river/examples/hello/service/GreeterService.java (original)
+++ river/river-examples/river-examples/trunk/hello-service/src/main/java/org/apache/river/examples/hello/service/GreeterService.java Sun Jul 12 15:50:47 2015
@@ -1,7 +1,19 @@
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.river.examples.hello.service;
 

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/nb-configuration.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/nb-configuration.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/nb-configuration.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/nb-configuration.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project-shared-configuration>
     <!--
 This file contains additional configuration written by modules in the NetBeans IDE.

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/META-INF/context.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/META-INF/context.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/META-INF/context.xml Sun Jul 12 15:50:47 2015
@@ -1,2 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <Context antiJARLocking="true" path=""/>

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/beans.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/beans.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/beans.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/beans.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <beans 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/beans_1_0.xsd">

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/client.config
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/client.config?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/client.config (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/client.config Sun Jul 12 15:50:47 2015
@@ -12,6 +12,24 @@ import net.jini.lookup.ServiceDiscoveryM
 import net.jini.lookup.entry.Name;
 import net.jini.security.BasicProxyPreparer;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 org.apache.river.examples.hello.webapp.client {
 	
     discoveryGroup="example-group";

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/web.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/web.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/src/main/webapp/WEB-INF/web.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <web-app version="3.0" 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_3_0.xsd">
     <context-param>
         <param-name>javax.faces.PROJECT_STAGE</param-name>

Modified: river/river-examples/river-examples/trunk/home/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/pom.xml (original)
+++ river/river-examples/river-examples/trunk/home/pom.xml Sun Jul 12 15:50:47 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>

Modified: river/river-examples/river-examples/trunk/home/src/main/home/hello-client.config
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/src/main/home/hello-client.config?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/src/main/home/hello-client.config (original)
+++ river/river-examples/river-examples/trunk/home/src/main/home/hello-client.config Sun Jul 12 15:50:47 2015
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 import java.security.Permission;
 import net.jini.constraint.BasicMethodConstraints;
 import net.jini.core.constraint.InvocationConstraints;
@@ -12,6 +30,7 @@ import net.jini.lookup.ServiceDiscoveryM
 import net.jini.lookup.entry.Name;
 import net.jini.security.BasicProxyPreparer;
 
+
 org.apache.river.examples.hello.client {
 	
     discoveryGroup="example-group";

Modified: river/river-examples/river-examples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/pom.xml?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/pom.xml (original)
+++ river/river-examples/river-examples/trunk/pom.xml Sun Jul 12 15:50:47 2015
@@ -16,7 +16,8 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.river.examples</groupId>

Modified: river/river-examples/river-examples/trunk/src/site/markdown/browser/browser.md
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/src/site/markdown/browser/browser.md?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/src/site/markdown/browser/browser.md (original)
+++ river/river-examples/river-examples/trunk/src/site/markdown/browser/browser.md Sun Jul 12 15:50:47 2015
@@ -1,3 +1,22 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 # Service Browser Example
 
 This is a utility that allows you to browse the services that are

Modified: river/river-examples/river-examples/trunk/src/site/markdown/hello-client/hello-client.md
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/src/site/markdown/hello-client/hello-client.md?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/src/site/markdown/hello-client/hello-client.md (original)
+++ river/river-examples/river-examples/trunk/src/site/markdown/hello-client/hello-client.md Sun Jul 12 15:50:47 2015
@@ -1,3 +1,22 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 # The Hello Client
 
 Finally, we are ready to code a service consumer, also known as a client.

Modified: river/river-examples/river-examples/trunk/src/site/markdown/hello-service/hello-service.md
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/src/site/markdown/hello-service/hello-service.md?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/src/site/markdown/hello-service/hello-service.md (original)
+++ river/river-examples/river-examples/trunk/src/site/markdown/hello-service/hello-service.md Sun Jul 12 15:50:47 2015
@@ -1,3 +1,22 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 A Hello Service Example
 =================
 

Modified: river/river-examples/river-examples/trunk/src/site/markdown/hello-webapp-client/hello-webapp-client.md
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/src/site/markdown/hello-webapp-client/hello-webapp-client.md?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/src/site/markdown/hello-webapp-client/hello-webapp-client.md (original)
+++ river/river-examples/river-examples/trunk/src/site/markdown/hello-webapp-client/hello-webapp-client.md Sun Jul 12 15:50:47 2015
@@ -1,3 +1,22 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 # The Hello WebApp Client
 
 Web Applications deployed to Apache Tomcat or TomEE can access Jini services.

Modified: river/river-examples/river-examples/trunk/src/site/markdown/infrastructure/infrastructure.md
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/src/site/markdown/infrastructure/infrastructure.md?rev=1690476&r1=1690475&r2=1690476&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/src/site/markdown/infrastructure/infrastructure.md (original)
+++ river/river-examples/river-examples/trunk/src/site/markdown/infrastructure/infrastructure.md Sun Jul 12 15:50:47 2015
@@ -1,3 +1,22 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
 Infrastructure Services
 =======================