You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/10/05 12:20:01 UTC

svn commit: r1394432 - in /river/jtsk/trunk/src-extra/org/apache/river/extra/helpers: ./ ConfigHelper.java ExportHelper.java ImportHelper.java JiniComponent.java ProxyHelper.java

Author: sijskes
Date: Fri Oct  5 10:20:00 2012
New Revision: 1394432

URL: http://svn.apache.org/viewvc?rev=1394432&view=rev
Log:
RIVER-359

Added:
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/
      - copied from r1394431, river/jtsk/skunk/sijskes/SimpleJeri/src/org/apache/river/extra/helpers/
Modified:
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ConfigHelper.java
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ExportHelper.java
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ImportHelper.java
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/JiniComponent.java
    river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ProxyHelper.java

Modified: river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ConfigHelper.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ConfigHelper.java?rev=1394432&r1=1394431&r2=1394432&view=diff
==============================================================================
--- river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ConfigHelper.java (original)
+++ river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ConfigHelper.java Fri Oct  5 10:20:00 2012
@@ -1,8 +1,19 @@
 /*
- *  ConfigHelper.java
+ * 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
  *
- *  Created on Aug 29, 2010 3:54:39 PM by sim
+ *      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.extra.helpers;
@@ -18,7 +29,6 @@ import net.jini.id.Uuid;
 
 /**
  *
- * @author sim
  */
 public abstract class ConfigHelper
 {

Modified: river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ExportHelper.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ExportHelper.java?rev=1394432&r1=1394431&r2=1394432&view=diff
==============================================================================
--- river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ExportHelper.java (original)
+++ river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ExportHelper.java Fri Oct  5 10:20:00 2012
@@ -1,8 +1,19 @@
 /*
- *  ExportHelper.java
- * 
- *  Created on 26-feb-2010 10:08:08 by sim
- * 
+ * 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.extra.helpers;
@@ -26,7 +37,6 @@ import net.jini.jeri.ServerEndpoint;
 
 /**
  *
- * @author sim
  */
 public class ExportHelper
     extends ConfigHelper

Modified: river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ImportHelper.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ImportHelper.java?rev=1394432&r1=1394431&r2=1394432&view=diff
==============================================================================
--- river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ImportHelper.java (original)
+++ river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ImportHelper.java Fri Oct  5 10:20:00 2012
@@ -1,8 +1,19 @@
 /*
- *  ImportHelper.java
- * 
- *  Created on 15-mrt-2010 13:34:03 by sim
- * 
+ * 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.extra.helpers;
@@ -25,7 +36,6 @@ import net.jini.jeri.ObjectEndpoint;
 
 /**
  *
- * @author sim
  */
 public class ImportHelper
     extends ConfigHelper

Modified: river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/JiniComponent.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/JiniComponent.java?rev=1394432&r1=1394431&r2=1394432&view=diff
==============================================================================
--- river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/JiniComponent.java (original)
+++ river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/JiniComponent.java Fri Oct  5 10:20:00 2012
@@ -1,8 +1,19 @@
 /*
- *  JiniComponent.java
- * 
- *  Created on 26-feb-2010 11:26:13 by sim
- * 
+ * 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.extra.helpers;
@@ -14,7 +25,6 @@ import java.lang.annotation.Target;
 
 /**
  *
- * @author sim
  */
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)

Modified: river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ProxyHelper.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ProxyHelper.java?rev=1394432&r1=1394431&r2=1394432&view=diff
==============================================================================
--- river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ProxyHelper.java (original)
+++ river/jtsk/trunk/src-extra/org/apache/river/extra/helpers/ProxyHelper.java Fri Oct  5 10:20:00 2012
@@ -1,8 +1,19 @@
 /*
- *  ProxyHelper.java
- * 
- *  Created on Aug 29, 2010 11:37:12 AM by sim
- * 
+ * 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.extra.helpers;
@@ -21,7 +32,6 @@ import net.jini.security.ProxyPreparer;
 
 /**
  *
- * @author sim
  */
 public class ProxyHelper
     extends ConfigHelper