Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X a4b7fbea7 -> 2465373c5


add Apache license header to bnd files


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 2465373c59304d929e9cc3bc16be90b85abcc3b5
Parents: a4b7fbe
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Jun 9 07:01:18 2015 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Jun 9 07:02:25 2015 +0200

----------------------------------------------------------------------
 config/bnd/groovy-all.bnd | 15 +++++++++++++++
 config/bnd/groovy.bnd     | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/2465373c/config/bnd/groovy-all.bnd
----------------------------------------------------------------------
diff --git a/config/bnd/groovy-all.bnd b/config/bnd/groovy-all.bnd
index 116d74c..3de9d83 100644
--- a/config/bnd/groovy-all.bnd
+++ b/config/bnd/groovy-all.bnd
@@ -1,3 +1,18 @@
+# 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.
+
 version= @GROOVY_BUNDLE_VERSION@
 -nouses= true
 Export-Package= *;version=${version}

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/2465373c/config/bnd/groovy.bnd
----------------------------------------------------------------------
diff --git a/config/bnd/groovy.bnd b/config/bnd/groovy.bnd
index 7c5c268..2a5f8e3 100644
--- a/config/bnd/groovy.bnd
+++ b/config/bnd/groovy.bnd
@@ -1,3 +1,18 @@
+# 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.
+
 version= @GROOVY_BUNDLE_VERSION@
 -nouses= true
 Export-Package= *;version=${version}

Reply via email to