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:01:49 UTC

incubator-groovy git commit: add Apache license header to bnd files

Repository: incubator-groovy
Updated Branches:
  refs/heads/master b254be987 -> 8d4ab1cdb


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/8d4ab1cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/8d4ab1cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/8d4ab1cd

Branch: refs/heads/master
Commit: 8d4ab1cdb18da1b0eb34bdf5bfe13edcb05d0211
Parents: b254be9
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Jun 9 07:01:18 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Jun 9 07:01:18 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/8d4ab1cd/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/8d4ab1cd/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}