Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml')
-rw-r--r--plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml b/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml
index 09e449b1f..cf1e0a9a9 100644
--- a/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml
+++ b/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml
@@ -323,7 +323,7 @@ Checkstyle 5.0 compatible
<module name="RegexpSingleline">
<property name="severity" value="error"/>
<property name="format" value="Copyright\s\(c\)\s(20[0-9]{2},?\s)+"/>
- <property name="message" value="Copyright must be present in the file with the pattern &quot;Copyright (c) 2006, 2011 Obeo.&quot;"/>
+ <property name="message" value="Copyright must be present in the file with the pattern &quot;Copyright (c) 2006, 2012 Obeo.&quot;"/>
<property name="minimum" value="1"/>
<property name="maximum" value="1"/>
</module>

Back to the top