Author: brianf
Date: Tue Dec 5 19:54:02 2006
New Revision: 482879
URL: http://svn.apache.org/viewvc?view=rev&rev=482879
Log:
updated maven checkstyle header check to match apache license.
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt?view=diff&rev=482879&r1=482878&r2=482879
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt
Tue Dec 5 19:54:02 2006
@@ -1,18 +1,21 @@
^package
-^$
-^/\*$
-^ \* Copyright (\d\d\d\d-)?\d\d\d\d The Apache Software Foundation.$
-^ \*$
-^ \* 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$
-^ \*$
-^ \* 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.$
-^ \*/$
-^$
+^\s*$
+^/\*\s*$
+^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$
+^ \* or more contributor license agreements. See the NOTICE file\s*$
+^ \* distributed with this work for additional information\s*$
+^ \* regarding copyright ownership. The ASF licenses this file\s*$
+^ \* to you under the Apache License, Version 2.0 \(the\s*$
+^ \* "License"\)\; you may not use this file except in compliance\s*$
+^ \* with the License. You may obtain a copy of the License at\s*$
+^ \*\s*$
+^ \* http://www\.apache\.org/licenses/LICENSE-2\.0\s*$
+^ \*\s*$
+^ \* Unless required by applicable law or agreed to in writing,\s*$
+^ \* software distributed under the License is distributed on an\s*$
+^ \* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\s*$
+^ \* KIND, either express or implied. See the License for the\s*$
+^ \* specific language governing permissions and limitations\s*$
+^ \* under the License.\s*$
+^ \*/\s*$
+^\s*$
\ No newline at end of file