You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/09 07:33:58 UTC

[1/2] incubator-groovy git commit: add Apache license header to Groovy security policy file

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 3f3e96cbf -> ba5166937


add Apache license header to Groovy security policy file


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/1a9b5e0a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/1a9b5e0a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/1a9b5e0a

Branch: refs/heads/master
Commit: 1a9b5e0abf90f9df985013e1335e6a864900d7e5
Parents: 3f3e96c
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Jun 9 07:32:54 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Jun 9 07:32:54 2015 +0200

----------------------------------------------------------------------
 security/groovy.policy | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/1a9b5e0a/security/groovy.policy
----------------------------------------------------------------------
diff --git a/security/groovy.policy b/security/groovy.policy
index 25cb7a5..038e933 100644
--- a/security/groovy.policy
+++ b/security/groovy.policy
@@ -1,3 +1,22 @@
+/*
+ *  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.
+ */
+
 /* Notes on the contents of this policy file:
  *
  * The following methods in groovy have privileged operations wrapping


[2/2] incubator-groovy git commit: add Apache license header to groovy-starter configuration file

Posted by pa...@apache.org.
add Apache license header to groovy-starter configuration file


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/ba516693
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/ba516693
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/ba516693

Branch: refs/heads/master
Commit: ba51669373cca561743cbd3715042908f691da54
Parents: 1a9b5e0
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Jun 9 07:33:33 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Jun 9 07:33:33 2015 +0200

----------------------------------------------------------------------
 src/conf/groovy-starter.conf | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/ba516693/src/conf/groovy-starter.conf
----------------------------------------------------------------------
diff --git a/src/conf/groovy-starter.conf b/src/conf/groovy-starter.conf
index 5778ffd..3c700e2 100644
--- a/src/conf/groovy-starter.conf
+++ b/src/conf/groovy-starter.conf
@@ -1,12 +1,24 @@
+## 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.
+
 ##############################################################################
 ##                                                                          ##
 ##  Groovy Classloading Configuration                                       ##
 ##                                                                          ##
 ##############################################################################
 
-##
-## $Revision$ $Date$
-##
 ## Note: do not add classes from java.lang here. No rt.jar and on some
 ##       platforms no tools.jar
 ##