Author: sijskes
Date: Fri Oct 5 10:42:09 2012
New Revision: 1394438
URL: http://svn.apache.org/viewvc?rev=1394438&view=rev
Log:
RIVER-409 ; Apache license added
Modified:
river/jtsk/trunk/src/org/apache/river/api/util/Facade.java
river/jtsk/trunk/src/org/apache/river/api/util/ResultStream.java
river/jtsk/trunk/src/org/apache/river/config/ConfigurationFactory.java
river/jtsk/trunk/src/org/apache/river/config/builder/Example.java
river/jtsk/trunk/src/org/apache/river/config/builder/VelocityConfigurationBuilder.java
Modified: river/jtsk/trunk/src/org/apache/river/api/util/Facade.java
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/api/util/Facade.java?rev=1394438&r1=1394437&r2=1394438&view=diff
==============================================================================
--- river/jtsk/trunk/src/org/apache/river/api/util/Facade.java (original)
+++ river/jtsk/trunk/src/org/apache/river/api/util/Facade.java Fri Oct 5
10:42:09 2012
@@ -1,12 +1,24 @@
/*
- * To change this template, 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.api.util;
/**
- * @author Peter Firmstone.
* @since 2.2.0
*/
public interface Facade<T> {
Modified: river/jtsk/trunk/src/org/apache/river/api/util/ResultStream.java
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/api/util/ResultStream.java?rev=1394438&r1=1394437&r2=1394438&view=diff
==============================================================================
--- river/jtsk/trunk/src/org/apache/river/api/util/ResultStream.java (original)
+++ river/jtsk/trunk/src/org/apache/river/api/util/ResultStream.java Fri Oct 5
10:42:09 2012
@@ -26,8 +26,6 @@ import java.io.IOException;
* check first operation as implementors must return a null value after
* the backing data source has been exhausted. So this terminates like a stream
* by returning a null value.
- *
- * @author Peter Firmstone
*/
public interface ResultStream<T> {
/**
Modified: river/jtsk/trunk/src/org/apache/river/config/ConfigurationFactory.java
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/config/ConfigurationFactory.java?rev=1394438&r1=1394437&r2=1394438&view=diff
==============================================================================
--- river/jtsk/trunk/src/org/apache/river/config/ConfigurationFactory.java
(original)
+++ river/jtsk/trunk/src/org/apache/river/config/ConfigurationFactory.java Fri
Oct 5 10:42:09 2012
@@ -21,8 +21,6 @@ package org.apache.river.config;
import net.jini.config.Configuration;
/**
- *
- * @author sim
*/
public interface ConfigurationFactory
{
Modified: river/jtsk/trunk/src/org/apache/river/config/builder/Example.java
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/config/builder/Example.java?rev=1394438&r1=1394437&r2=1394438&view=diff
==============================================================================
--- river/jtsk/trunk/src/org/apache/river/config/builder/Example.java (original)
+++ river/jtsk/trunk/src/org/apache/river/config/builder/Example.java Fri Oct
5 10:42:09 2012
@@ -23,8 +23,6 @@ import java.security.Permission;
import net.jini.config.ConfigurationException;
/**
- *
- * @author sim
*/
public class Example {
Modified:
river/jtsk/trunk/src/org/apache/river/config/builder/VelocityConfigurationBuilder.java
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/config/builder/VelocityConfigurationBuilder.java?rev=1394438&r1=1394437&r2=1394438&view=diff
==============================================================================
---
river/jtsk/trunk/src/org/apache/river/config/builder/VelocityConfigurationBuilder.java
(original)
+++
river/jtsk/trunk/src/org/apache/river/config/builder/VelocityConfigurationBuilder.java
Fri Oct 5 10:42:09 2012
@@ -35,8 +35,6 @@ import org.apache.velocity.VelocityConte
import org.apache.velocity.app.VelocityEngine;
/**
- *
- * @author sim
*/
public class VelocityConfigurationBuilder
implements ConfigurationFactory