Author: pats
Date: Fri Dec 11 03:02:30 2015
New Revision: 1719248
URL: http://svn.apache.org/viewvc?rev=1719248&view=rev
Log:
Add license headers.
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy
river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/policy
river/jtsk/trunk/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy
river/jtsk/trunk/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/ProxyPreparer/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/contextClassLoader/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/doPrivileged/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/getContext/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/grants/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/implicitGrants/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/basePolicyNotFound/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/domainCaching/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/dynamicBasePolicy/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/nullCases/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/principalGrants/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/basePolicyNotFound/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/nullCases/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/umbrellaGrants/policy
river/jtsk/trunk/qa/jtreg/net/jini/security/porter/policy
river/jtsk/trunk/qa/jtreg/org/apache/river/config/KeyStores/policy
river/jtsk/trunk/qa/jtreg/org/apache/river/tool/CheckConfigurationFile/policy
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy
Fri Dec 11 03:02:30 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.
+ */
+
/*
* Java policy file for running TestParser.
*/
Modified: river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/config/TestAPI/policy Fri Dec 11
03:02:30 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.
+ */
+
/*
* Java policy file for running tests in this directory.
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy
Fri Dec 11 03:02:30 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.
+ */
+
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};
Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy Fri Dec 11
03:02:30 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.
+ */
+
/*
* Java policy file for running tests in this directory.
*/
Modified: river/jtsk/trunk/qa/jtreg/net/jini/security/ProxyPreparer/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/ProxyPreparer/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/ProxyPreparer/policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/ProxyPreparer/policy Fri Dec 11
03:02:30 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.
+ */
+
grant codebase "file:${extdir}/*" {
permission java.security.AllPermission;
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/contextClassLoader/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/Security/contextClassLoader/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/contextClassLoader/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/contextClassLoader/policy
Fri Dec 11 03:02:30 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.
+ */
+
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/doPrivileged/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/Security/doPrivileged/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/Security/doPrivileged/policy
(original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/Security/doPrivileged/policy
Fri Dec 11 03:02:30 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.
+ */
+
/*
* @summary Verify basic functionality of Security.doPrivileged() methods.
*/
Modified: river/jtsk/trunk/qa/jtreg/net/jini/security/Security/getContext/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/Security/getContext/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/Security/getContext/policy
(original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/Security/getContext/policy Fri
Dec 11 03:02:30 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.
+ */
+
/* @summary Verify basic functionality of Security.getContext() method
*/
Modified: river/jtsk/trunk/qa/jtreg/net/jini/security/Security/grants/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/Security/grants/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/Security/grants/policy
(original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/Security/grants/policy Fri Dec
11 03:02:30 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.
+ */
+
/*
* Base dynamic security policy file.
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/Security/implicitGrants/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/Security/implicitGrants/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/Security/implicitGrants/policy
(original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/Security/implicitGrants/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify proper basic functionality of Security.grant(Class, Class)
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/basePolicyNotFound/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/basePolicyNotFound/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/basePolicyNotFound/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/basePolicyNotFound/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify that PolicyInitializationException results if base policy
* class is not found
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/domainCaching/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/domainCaching/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/domainCaching/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/domainCaching/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify proper functioning of principal-based grants.
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/dynamicBasePolicy/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/dynamicBasePolicy/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/dynamicBasePolicy/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/dynamicBasePolicy/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Test proper functioning when DynamicPolicyProvider is used with a
* base policy that is also dynamic.
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/nullCases/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/nullCases/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/nullCases/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/nullCases/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify that DynamicPolicyProvider handles null inputs properly
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/principalGrants/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/principalGrants/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/principalGrants/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/DynamicPolicyProvider/principalGrants/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify proper functioning of principal-based grants.
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/basePolicyNotFound/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/basePolicyNotFound/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/basePolicyNotFound/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/basePolicyNotFound/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify that PolicyInitializationException results if base policy
* class is not found
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/nullCases/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/nullCases/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/nullCases/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/nullCases/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Verify that PolicyFileProvider handles null inputs properly
*/
Modified:
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/umbrellaGrants/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/umbrellaGrants/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/umbrellaGrants/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/net/jini/security/policy/PolicyFileProvider/umbrellaGrants/policy
Fri Dec 11 03:02:30 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.
+ */
+
/* @summary Test PolicyFileProvider expansion of UmbrellaGrantPermissions
*/
Modified: river/jtsk/trunk/qa/jtreg/net/jini/security/porter/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/security/porter/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/security/porter/policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/security/porter/policy Fri Dec 11
03:02:30 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.
+ */
+
grant codeBase "file:${{java.ext.dirs}}/*" {
permission java.security.AllPermission;
};
Modified: river/jtsk/trunk/qa/jtreg/org/apache/river/config/KeyStores/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/org/apache/river/config/KeyStores/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/org/apache/river/config/KeyStores/policy
(original)
+++ river/jtsk/trunk/qa/jtreg/org/apache/river/config/KeyStores/policy Fri Dec
11 03:02:30 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.
+ */
+
/*
* Java policy file for running tests in this directory.
*/
Modified:
river/jtsk/trunk/qa/jtreg/org/apache/river/tool/CheckConfigurationFile/policy
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/org/apache/river/tool/CheckConfigurationFile/policy?rev=1719248&r1=1719247&r2=1719248&view=diff
==============================================================================
---
river/jtsk/trunk/qa/jtreg/org/apache/river/tool/CheckConfigurationFile/policy
(original)
+++
river/jtsk/trunk/qa/jtreg/org/apache/river/tool/CheckConfigurationFile/policy
Fri Dec 11 03:02:30 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.
+ */
+
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};