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/05/21 10:02:27 UTC

[3/4] incubator-groovy git commit: tweak licenses

tweak licenses


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

Branch: refs/heads/GROOVY_2_4_X
Commit: af7d9dd4db0acfe96cb0df2f307b59d820b01442
Parents: 20dce43
Author: Paul King <pa...@asert.com.au>
Authored: Thu May 21 15:28:51 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu May 21 18:02:04 2015 +1000

----------------------------------------------------------------------
 gradle/HEADER.txt     | 16 ++++++++++++++++
 gradle/LICENSE.txt    | 16 ----------------
 gradle/quality.gradle |  2 +-
 3 files changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/af7d9dd4/gradle/HEADER.txt
----------------------------------------------------------------------
diff --git a/gradle/HEADER.txt b/gradle/HEADER.txt
new file mode 100644
index 0000000..f62c326
--- /dev/null
+++ b/gradle/HEADER.txt
@@ -0,0 +1,16 @@
+ 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.

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/af7d9dd4/gradle/LICENSE.txt
----------------------------------------------------------------------
diff --git a/gradle/LICENSE.txt b/gradle/LICENSE.txt
deleted file mode 100644
index f62c326..0000000
--- a/gradle/LICENSE.txt
+++ /dev/null
@@ -1,16 +0,0 @@
- 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.

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/af7d9dd4/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 245bf51..bb4e856 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -26,7 +26,7 @@ allprojects {
     apply plugin: 'codenarc'
 
 //    license {
-//        header rootProject.file('gradle/LICENSE.txt')
+//        header rootProject.file('gradle/HEADER.txt')
 //        include "**/*.groovy"
 //        include "**/*.java"
 //        include "**/*.properties"