Repository: incubator-groovy Updated Branches: refs/heads/master 0e53e66d1 -> 2e57d003c
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/2e57d003 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/2e57d003 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/2e57d003 Branch: refs/heads/master Commit: 2e57d003c9a9af89d4d92b9e0f1f23d1f6311373 Parents: 0e53e66 Author: Paul King <[email protected]> Authored: Sat May 2 13:23:04 2015 +1000 Committer: Paul King <[email protected]> Committed: Sat May 2 13:23:04 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/2e57d003/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
