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/02 05:30:08 UTC

[2/2] incubator-groovy git commit: alter checkstyle check of license header to match latest content

alter checkstyle check of license header to match latest content


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

Branch: refs/heads/GROOVY_2_4_X
Commit: fe9c9279c1e02f26f6f6f52a007d27995850ec32
Parents: 3822e81
Author: Paul King <pa...@asert.com.au>
Authored: Sat May 2 13:23:04 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat May 2 13:29:58 2015 +1000

----------------------------------------------------------------------
 config/checkstyle/codeHeader.txt | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/fe9c9279/config/checkstyle/codeHeader.txt
----------------------------------------------------------------------
diff --git a/config/checkstyle/codeHeader.txt b/config/checkstyle/codeHeader.txt
index 25016b2..b4967f9 100644
--- a/config/checkstyle/codeHeader.txt
+++ b/config/checkstyle/codeHeader.txt
@@ -1,15 +1,18 @@
 ^/\*$
-^ \* Copyright (\([cC]\) )?\d\d\d\d(-\d\d\d\d)? the original author or authors\.$
+^ \*  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$
 ^ \*$
-^ \* Licensed 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$
 ^ \*$
-^ \*      ?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\.$
+^ \*  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\.$
 ^ \*.*
\ No newline at end of file