You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2011/10/28 21:28:00 UTC

svn commit: r1190515 - in /incubator/accumulo: branches/1.3/conf/monitor.security.policy trunk/conf/accumulo.policy.example

Author: billie
Date: Fri Oct 28 19:28:00 2011
New Revision: 1190515

URL: http://svn.apache.org/viewvc?rev=1190515&view=rev
Log:
ACCUMULO-86 added licenses to policy files

Modified:
    incubator/accumulo/branches/1.3/conf/monitor.security.policy
    incubator/accumulo/trunk/conf/accumulo.policy.example

Modified: incubator/accumulo/branches/1.3/conf/monitor.security.policy
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/conf/monitor.security.policy?rev=1190515&r1=1190514&r2=1190515&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/conf/monitor.security.policy (original)
+++ incubator/accumulo/branches/1.3/conf/monitor.security.policy Fri Oct 28 19:28:00 2011
@@ -1,3 +1,19 @@
+/*
+ * 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{
 permission java.net.SocketPermission "*", "accept,listen,resolve,connect";
 permission java.net.NetPermission "getProxySelector";

Modified: incubator/accumulo/trunk/conf/accumulo.policy.example
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/conf/accumulo.policy.example?rev=1190515&r1=1190514&r2=1190515&view=diff
==============================================================================
--- incubator/accumulo/trunk/conf/accumulo.policy.example (original)
+++ incubator/accumulo/trunk/conf/accumulo.policy.example Fri Oct 28 19:28:00 2011
@@ -1,3 +1,19 @@
+/*
+ * 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;