You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by jw...@apache.org on 2016/01/26 02:07:12 UTC

groovy git commit: update Copyright wording generated for IDEA projects

Repository: groovy
Updated Branches:
  refs/heads/master 82681baef -> 00ddfdf40


update Copyright wording generated for IDEA projects


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

Branch: refs/heads/master
Commit: 00ddfdf403b1b3b7ace70374d14b32cc219231e2
Parents: 82681ba
Author: John Wagenleitner <jw...@apache.org>
Authored: Mon Jan 25 17:05:40 2016 -0800
Committer: John Wagenleitner <jw...@apache.org>
Committed: Mon Jan 25 17:05:40 2016 -0800

----------------------------------------------------------------------
 gradle/idea.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/00ddfdf4/gradle/idea.gradle
----------------------------------------------------------------------
diff --git a/gradle/idea.gradle b/gradle/idea.gradle
index b8b61a0..7db7399 100644
--- a/gradle/idea.gradle
+++ b/gradle/idea.gradle
@@ -62,7 +62,7 @@ idea {
                 if (aslCopyright == null) {
                     appendNode(copyrightManager, '''
                       <copyright>
-                          <option name="notice" value="Copyright 2003-$today.year the original author or authors.&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10;     http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
+                          <option name="notice" value=" Licensed to the Apache Software Foundation (ASF) under one&#10; or more contributor license agreements.  See the NOTICE file&#10; distributed with this work for additional information&#10; regarding copyright ownership.  The ASF licenses this file&#10; to you under the Apache License, Version 2.0 (the&#10; &quot;License&quot;); you may not use this file except in compliance&#10; with the License.  You may obtain a copy of the License at&#10;&#10;   http://www.apache.org/licenses/LICENSE-2.0&#10;&#10; Unless required by applicable law or agreed to in writing,&#10; software distributed under the License is distributed on an&#10; &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY&#10; KIND, either express or implied.  See the License for the&#10; specific language governing permissions and limitations&#10; under the License." />
                           <option name="keyword" value="Copyright" />
                           <option name="allowReplaceKeyword" value="" />
                           <option name="myName" value="ASL2" />