Author: pats
Date: Fri Dec 11 20:55:34 2015
New Revision: 1719553

URL: http://svn.apache.org/viewvc?rev=1719553&view=rev
Log:
Add license headers.

Modified:
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateFailure/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkImplClassLoader/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkRegisterInLog/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/createPrivateActivable/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadParameterClass/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nestedActivate/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nonExistentActivatable/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/classpath.sh
    
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh
    river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/classpath.sh
    river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/classpath.sh

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateFailure/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateFailure/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateFailure/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/activateFailure/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkImplClassLoader/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkImplClassLoader/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkImplClassLoader/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkImplClassLoader/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkRegisterInLog/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkRegisterInLog/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkRegisterInLog/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/checkRegisterInLog/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/createPrivateActivable/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/createPrivateActivable/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/createPrivateActivable/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/createPrivateActivable/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadParameterClass/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadParameterClass/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadParameterClass/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadParameterClass/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nestedActivate/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nestedActivate/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nestedActivate/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nestedActivate/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nonExistentActivatable/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nonExistentActivatable/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nonExistentActivatable/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/nonExistentActivatable/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: 
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- 
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh
 (original)
+++ 
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh
 Fri Dec 11 20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/classpath.sh (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/classpath.sh Fri Dec 11 
20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file

Modified: river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/classpath.sh
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/classpath.sh?rev=1719553&r1=1719552&r2=1719553&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/classpath.sh (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/classpath.sh Fri Dec 11 
20:55:34 2015
@@ -1,4 +1,22 @@
 !#/bin/sh
+#/*
+# 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.
+#*/
+
 
 CLASSPATH="../../../../../JTlib-tmp:.";
 export CLASSPATH;
\ No newline at end of file



Reply via email to