Revision: 7361
Author: [email protected]
Date: Wed Jan  6 12:11:12 2010
Log: Updating checkstyle to allow 2010 as a Copyright year.

Patch by: jlabanca
Review by: jgw


http://code.google.com/p/google-web-toolkit/source/detail?r=7361

Modified:
 /trunk/eclipse/settings/code-style/gwt-checkstyle-tests.xml
 /trunk/eclipse/settings/code-style/gwt-checkstyle.xml

=======================================
--- /trunk/eclipse/settings/code-style/gwt-checkstyle-tests.xml Tue Jan 6 16:11:26 2009 +++ /trunk/eclipse/settings/code-style/gwt-checkstyle-tests.xml Wed Jan 6 12:11:12 2010
@@ -89,7 +89,7 @@
         </module>
         <module name="RegexpHeader">
             <property name="severity" value="error"/>
- <property name="header" value="/\*\n \* Copyright 200[6789] Google Inc\.\n \*[ ]*\n \* Licensed under the Apache License, Version 2\.0 \(the &quot;License&quot;\); you may not\n \* use this file except in compliance with the License\. You may obtain a copy of\n \* the License at\n \*[ ]*\n \* http://www\.apache\.org/licenses/LICENSE-2\.0\n \*[ ]*\n \* Unless required by applicable law or agreed to in writing, software\n \* distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT\n \* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. See the\n \* License for the specific language governing permissions and limitations under\n \* the License\.\n \*/"/> + <property name="header" value="/\*\n \* Copyright 20(0[6789]| 1[0]) Google Inc\.\n \*[ ]*\n \* Licensed under the Apache License, Version 2\.0 \(the &quot;License&quot;\); you may not\n \* use this file except in compliance with the License\. You may obtain a copy of\n \* the License at\n \*[ ]*\n \* http://www\.apache\.org/licenses/LICENSE-2\.0\n \*[ ]*\n \* Unless required by applicable law or agreed to in writing, software\n \* distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT\n \* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. See the\n \* License for the specific language governing permissions and limitations under\n \* the License\.\n \*/"/>
         </module>
         <module name="ImportOrder">
             <property name="severity" value="error"/>
=======================================
--- /trunk/eclipse/settings/code-style/gwt-checkstyle.xml Tue Jan 6 16:11:26 2009 +++ /trunk/eclipse/settings/code-style/gwt-checkstyle.xml Wed Jan 6 12:11:12 2010
@@ -82,7 +82,7 @@
         </module>
         <module name="RegexpHeader">
             <property name="severity" value="error"/>
- <property name="header" value="/\*\n \* Copyright 200[6789] Google Inc\.\n \*[ ]*\n \* Licensed under the Apache License, Version 2\.0 \(the &quot;License&quot;\); you may not\n \* use this file except in compliance with the License\. You may obtain a copy of\n \* the License at\n \*[ ]*\n \* http://www\.apache\.org/licenses/LICENSE-2\.0\n \*[ ]*\n \* Unless required by applicable law or agreed to in writing, software\n \* distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT\n \* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. See the\n \* License for the specific language governing permissions and limitations under\n \* the License\.\n \*/"/> + <property name="header" value="/\*\n \* Copyright 20(0[6789]| 1[0]) Google Inc\.\n \*[ ]*\n \* Licensed under the Apache License, Version 2\.0 \(the &quot;License&quot;\); you may not\n \* use this file except in compliance with the License\. You may obtain a copy of\n \* the License at\n \*[ ]*\n \* http://www\.apache\.org/licenses/LICENSE-2\.0\n \*[ ]*\n \* Unless required by applicable law or agreed to in writing, software\n \* distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT\n \* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. See the\n \* License for the specific language governing permissions and limitations under\n \* the License\.\n \*/"/>
         </module>
         <module name="ImportOrder">
             <property name="severity" value="error"/>
-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to