Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.legalchecks45
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java2
2 files changed, 46 insertions, 1 deletions
diff --git a/.legalchecks b/.legalchecks
new file mode 100644
index 0000000000..3582012aa0
--- /dev/null
+++ b/.legalchecks
@@ -0,0 +1,45 @@
+ignored.message.verbs = update,\
+ adjust,\
+ fix
+
+ignored.message.nouns = copyright,\
+ legal header
+
+ignored.paths = target,\
+ resourcemanager.java,\
+ menucardtemplate.java,\
+ org.eclipse.oomph.version.tests/tests,\
+ org.eclipse.net4j.jms.api/src,\
+ org/eclipse/net4j/util/ui/proposals,\
+ org.eclipse.emf.cdo.examples.installer/examples,\
+ org.eclipse.net4j.examples.installer/examples
+
+check.files = *.java,\
+ *.ant,\
+ *.exsd,\
+ build.xml,\
+ plugin.xml,\
+ fragment.xml,\
+ feature.xml,\
+ plugin.properties,\
+ fragment.properties,\
+ feature.properties,\
+ about.properties,\
+ build.properties,\
+ messages.properties,\
+ about.ini,\
+ about.mappings,\
+ pom.xml,\
+ copyright.txt,\
+ org.eclipse.jdt.ui.prefs
+
+update.files = *.properties,\
+ *.xml,\
+ *.css,\
+ *.ecore,\
+ *.genmodel,\
+ *.mwe,\
+ *.xpt,\
+ *.ext
+
+copyright.pattern = (.*?)Copyright \\(c\\) ([0-9 ,-]+) (.*?) and others\\.(.*)
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java
index 32fd71949e..3e748321df 100644
--- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java
+++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2009-2013, 2015, 2016, 2018 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at

Back to the top