[releng] Apply copyright tool to OCL Classic plugins
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/CompositeIterable.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/CompositeIterable.java
index b6ba5b4..f054cc9 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/CompositeIterable.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/CompositeIterable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventFilter.java
index f6475d7..2fdb479 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManager.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManager.java
index a628b6f..b8a0a67 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManager.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManager.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManagerFactory.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManagerFactory.java
index 90f3f4c..a337586 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManagerFactory.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/EventManagerFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/NotificationHelper.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/NotificationHelper.java
index bbd68d7..a21932e 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/NotificationHelper.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/NotificationHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AbstractEventFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AbstractEventFilter.java
index c42e434..a0d4528 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AbstractEventFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AbstractEventFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AndFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AndFilter.java
index d6ea30c..a444945 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AndFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/AndFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilter.java
index eaa7468..8fa1798 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilterIncludingSubclasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilterIncludingSubclasses.java
index df9c999..0948490 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilterIncludingSubclasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ClassFilterIncludingSubclasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ContainmentFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ContainmentFilter.java
index a90b8a9..b625d6a 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ContainmentFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/ContainmentFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/EventTypeFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/EventTypeFilter.java
index 067ef82..a0a2ed5 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/EventTypeFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/EventTypeFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/LogicalOperationFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/LogicalOperationFilter.java
index f5e3588..b03ef9f 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/LogicalOperationFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/LogicalOperationFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilter.java
index 6393922..6fead31 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilterIncludingSubclasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilterIncludingSubclasses.java
index fc349fc..7203e7b 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilterIncludingSubclasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NewValueClassFilterIncludingSubclasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NotFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NotFilter.java
index f433d66..19333d2 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NotFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/NotFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilter.java
index 653d6c1..879b255 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilterIncludingSubclasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilterIncludingSubclasses.java
index 30df49a..c3296af 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilterIncludingSubclasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OldValueClassFilterIncludingSubclasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OrFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OrFilter.java
index 30bfdf7..5325349 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OrFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/OrFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/StructuralFeatureFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/StructuralFeatureFilter.java
index 2566d23..602b890 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/StructuralFeatureFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/filters/StructuralFeatureFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/AdapterCapsule.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/AdapterCapsule.java
index fc17570..8ea9cc5 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/AdapterCapsule.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/AdapterCapsule.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/CleanupThread.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/CleanupThread.java
index 5fa12b0..3e5781c 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/CleanupThread.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/CleanupThread.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/DeferringNotifier.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/DeferringNotifier.java
index 2ff6647..30b0fc5 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/DeferringNotifier.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/DeferringNotifier.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventAdapter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventAdapter.java
index 01bdb49..611ecb7 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventAdapter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerFactoryImpl.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerFactoryImpl.java
index 6caefe6..39ba3b3 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerFactoryImpl.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerTableBased.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerTableBased.java
index 8437c7e..a076fc2 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerTableBased.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/EventManagerTableBased.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/FilterTableEntry.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/FilterTableEntry.java
index 874f65a..d93d258 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/FilterTableEntry.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/FilterTableEntry.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/ListenerTypeEnum.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/ListenerTypeEnum.java
index 2b0fe2d..bda5065 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/ListenerTypeEnum.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/ListenerTypeEnum.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/LogicalOperationFilterImpl.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/LogicalOperationFilterImpl.java
index e6f9d76..fcd3d50 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/LogicalOperationFilterImpl.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/LogicalOperationFilterImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/Registration.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/Registration.java
index 4c1e02c..1685b74 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/Registration.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/Registration.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationManagerTableBased.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationManagerTableBased.java
index 63b54c4..86ec233 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationManagerTableBased.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationManagerTableBased.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationSet.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationSet.java
index e66cb04..4e687ee 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationSet.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/RegistrationSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilter.java
index c1820cc..da31e8b 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilterIncludingSubClasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilterIncludingSubClasses.java
index 804a403..86ca513 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilterIncludingSubClasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForClassFilterIncludingSubClasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForContainmentFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForContainmentFilter.java
index 354c331..cffd385 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForContainmentFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForContainmentFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventFilter.java
index 7a8eacc..b71cd7c 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009-2011 SAP AG and others.
+ * Copyright (c) 2009-2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventTypeFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventTypeFilter.java
index 17a4c7f..e7b83f5 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventTypeFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForEventTypeFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilter.java
index b3c5f74..11b8ef8 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilterIncludingSubclasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilterIncludingSubclasses.java
index 1a7463a..a3aba07 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilterIncludingSubclasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForNewValueClassFilterIncludingSubclasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilter.java
index ba39997..5e02ade 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilterIncludingSubclasses.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilterIncludingSubclasses.java
index 8f67c7e..e6a9ff9 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilterIncludingSubclasses.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForOldValueClassFilterIncludingSubclasses.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForStructuralFeatureFilter.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForStructuralFeatureFilter.java
index 04ec338..60da831 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForStructuralFeatureFilter.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/TableForStructuralFeatureFilter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/VetoException.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/VetoException.java
index 0503064..1d325da 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/VetoException.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/VetoException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/package-info.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/package-info.java
index 8830a0b..f575710 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/package-info.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/framework/package-info.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Bag.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Bag.java
index 09934ea..8353275 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Bag.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Bag.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2011 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/BagImpl.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/BagImpl.java
index 16adead..66ed070 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/BagImpl.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/BagImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2011 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeBag.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeBag.java
index ef20c5e..2d48f93 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeBag.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeBag.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeCollection.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeCollection.java
index 6a9529b..9673511 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeCollection.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeCollection.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeSet.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeSet.java
index d32bfe8..40b247a 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeSet.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/CompositeSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/EmptyBag.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/EmptyBag.java
index c6c98b5..692e18b 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/EmptyBag.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/EmptyBag.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/SingleSetAsBag.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/SingleSetAsBag.java
index 4df5521..0eb9bd3 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/SingleSetAsBag.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/SingleSetAsBag.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Statistics.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Statistics.java
index cdaba7f..d8c3c41 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Statistics.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/Statistics.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsImpl.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsImpl.java
index 4f57b73..cecfc93 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsImpl.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsStub.java b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsStub.java
index a347de6..7e97b10 100644
--- a/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsStub.java
+++ b/examples/org.eclipse.ocl.examples.eventmanager/src/org/eclipse/ocl/examples/eventmanager/util/StatisticsStub.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/RevalidateAction.java b/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/RevalidateAction.java
index dcd0c41..f3eee37 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/RevalidateAction.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/RevalidateAction.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/Revalidator.java b/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/Revalidator.java
index 9b76d0c..b78dfb9 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/Revalidator.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/org/eclipse/ocl/examples/impactanalyzer/editor/Revalidator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEnvironmentFactoryWithScopedExtentMap.java b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEnvironmentFactoryWithScopedExtentMap.java
index 4aa21fc..fd790a6 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEnvironmentFactoryWithScopedExtentMap.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEnvironmentFactoryWithScopedExtentMap.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEvaluationEnvironmentWithScopedExtentMap.java b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEvaluationEnvironmentWithScopedExtentMap.java
index 62c162f..8b34b36 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEvaluationEnvironmentWithScopedExtentMap.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/EcoreEvaluationEnvironmentWithScopedExtentMap.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCL.java b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCL.java
index 88a0b10..93d3d8d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCL.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCLFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCLFactory.java
index 5e5449a..f222018 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCLFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OCLFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OclHelper.java b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OclHelper.java
index 1a9d029..2d3866f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OclHelper.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/org/eclipse/ocl/examples/impactanalyzer/util/OclHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/DerivedPropertyNotifier.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/DerivedPropertyNotifier.java
index 5a894d5..bd3b6e9 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/DerivedPropertyNotifier.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/DerivedPropertyNotifier.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzer.java
index a64cca8..9b1e6e8 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzerFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzerFactory.java
index 867c840..902dd02 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzerFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ImpactAnalyzerFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluator.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluator.java
index bb50553..b5d4dea 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluator.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluatorFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluatorFactory.java
index 3b97f46..cdc4ac0 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluatorFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/PartialEvaluatorFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/Revalidator.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/Revalidator.java
index f4deb9f..e51ac5f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/Revalidator.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/Revalidator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ValueNotFoundException.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ValueNotFoundException.java
index 0598753..7f6102d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ValueNotFoundException.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/ValueNotFoundException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/ActivationOption.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/ActivationOption.java
index f46d7f3..a9892f0 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/ActivationOption.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/ActivationOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/OptimizationActivation.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/OptimizationActivation.java
index a069597..1abb803 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/OptimizationActivation.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/configuration/OptimizationActivation.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategy.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategy.java
index c98c8dc..b4e251d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategy.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategy.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpression.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpression.java
index b6b5667..e774c3f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpression.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpression.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpressionAndPartialEvaluator.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpressionAndPartialEvaluator.java
index ace3c32..d01e2a7 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpressionAndPartialEvaluator.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/DeltaPropagationStrategyWithTargetExpressionAndPartialEvaluator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IdentityPropagationStrategy.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IdentityPropagationStrategy.java
index 73cb18d..186d73b 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IdentityPropagationStrategy.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IdentityPropagationStrategy.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IteratorSourcePropagationStrategy.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IteratorSourcePropagationStrategy.java
index f4ecf76..d35d5b7 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IteratorSourcePropagationStrategy.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/IteratorSourcePropagationStrategy.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/OperationBodyPropagationStrategy.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/OperationBodyPropagationStrategy.java
index 5d4658e..06d784f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/OperationBodyPropagationStrategy.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/OperationBodyPropagationStrategy.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEnvironmentFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEnvironmentFactory.java
index 535a766..a67d348 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEnvironmentFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEnvironmentFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEvaluationEnvironment.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEvaluationEnvironment.java
index 99d470e..45a0918 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEvaluationEnvironment.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEcoreEvaluationEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluationVisitorImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluationVisitorImpl.java
index 9598981..e502737 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluationVisitorImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluationVisitorImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorFactoryImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorFactoryImpl.java
index 4a26360..48255f7 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorFactoryImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorImpl.java
index e531fb8..17ed8d3 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/PartialEvaluatorImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfo.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfo.java
index 032dee3..a8f46a3 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfo.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfo.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfoImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfoImpl.java
index 6852842..757461e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfoImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/deltaPropagation/VariableValueNotFoundInfoImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/filterSynthesis/FilterSynthesisImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/filterSynthesis/FilterSynthesisImpl.java
index 832e6bc..1a7b51d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/filterSynthesis/FilterSynthesisImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/filterSynthesis/FilterSynthesisImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ContextTypeRetriever.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ContextTypeRetriever.java
index 619c5e7..fec9df4 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ContextTypeRetriever.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ContextTypeRetriever.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/DerivedPropertyNotifierImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/DerivedPropertyNotifierImpl.java
index 0ed0e8a..689dee3 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/DerivedPropertyNotifierImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/DerivedPropertyNotifierImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerFactoryImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerFactoryImpl.java
index f99614d..cc34311 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerFactoryImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerImpl.java
index 6e2709c..98dd273 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerPlugin.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerPlugin.java
index 64bf3aa..7fb1f1d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerPlugin.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/ImpactAnalyzerPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/OperationBodyToCallMapper.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/OperationBodyToCallMapper.java
index d3bb531..17caf93 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/OperationBodyToCallMapper.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/impl/OperationBodyToCallMapper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbsoluteNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbsoluteNavigationStep.java
index 2718b3a..3e46894 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbsoluteNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbsoluteNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractNavigationStep.java
index 244e720..3ed278f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractPathCache.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractPathCache.java
index 278479e..d36e93c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractPathCache.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractPathCache.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractTracer.java
index fc436dd..c1d2539 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AbstractTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllInstancesNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllInstancesNavigationStep.java
index f974bc2..a461e80 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllInstancesNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllInstancesNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllSubclassesFinder.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllSubclassesFinder.java
index 40215fc..721a3b0 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllSubclassesFinder.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AllSubclassesFinder.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AlwaysEmptyChangeListener.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AlwaysEmptyChangeListener.java
index d0110ae..4787a23 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AlwaysEmptyChangeListener.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AlwaysEmptyChangeListener.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AssociationNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AssociationNavigationStep.java
index 332130f..2ee1568 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AssociationNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/AssociationNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BooleanLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BooleanLiteralExpTracer.java
index 2a62942..a837086 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BooleanLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BooleanLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BranchingNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BranchingNavigationStep.java
index 0aca727..f02757d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BranchingNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/BranchingNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CollectionLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CollectionLiteralExpTracer.java
index 173f3e0..60cf11e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CollectionLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CollectionLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CompositeNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CompositeNavigationStep.java
index 24d1d04..b84d83f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CompositeNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/CompositeNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EmptyResultNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EmptyResultNavigationStep.java
index af08eda..f99cc32 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EmptyResultNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EmptyResultNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EnumLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EnumLiteralExpTracer.java
index 5da4a8d..e8d742c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EnumLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/EnumLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/HashCodeChangeListener.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/HashCodeChangeListener.java
index acd00b5..73ef63a 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/HashCodeChangeListener.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/HashCodeChangeListener.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IdentityNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IdentityNavigationStep.java
index 6f1e06b..1523454 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IdentityNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IdentityNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IfExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IfExpTracer.java
index b8f5781..b820aac 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IfExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IfExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IndirectingStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IndirectingStep.java
index d78bb25..f5b3c82 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IndirectingStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IndirectingStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InstanceScopeAnalysis.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InstanceScopeAnalysis.java
index d1fa0df..8941cbd 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InstanceScopeAnalysis.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InstanceScopeAnalysis.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IntegerLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IntegerLiteralExpTracer.java
index e021694..f838f65 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IntegerLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IntegerLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InvalidlLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InvalidlLiteralExpTracer.java
index e03907e..f2cae85 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InvalidlLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/InvalidlLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IterateExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IterateExpTracer.java
index 3d19ac6..dd0651f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IterateExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IterateExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IteratorExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IteratorExpTracer.java
index e237a3e..c11cd9c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IteratorExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/IteratorExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/LetExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/LetExpTracer.java
index e232a55..448d64a 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/LetExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/LetExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStep.java
index 5265a98..e109a85 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStepSequence.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStepSequence.java
index 6014a8a..7f54ab8 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStepSequence.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NavigationStepSequence.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NullLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NullLiteralExpTracer.java
index cb4664b..2b76891 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NullLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/NullLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OperationCallExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OperationCallExpTracer.java
index 6ecfba0..7e94c67 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OperationCallExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OperationCallExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyCallExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyCallExpTracer.java
index ae10120..b608e28 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyCallExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyCallExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyNavigationStep.java
index 60d4b4e..9dd0a87 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/OppositePropertyNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PathCache.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PathCache.java
index 54b5690..33246b1 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PathCache.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PathCache.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2017 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PredicateCheckNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PredicateCheckNavigationStep.java
index debf2a4..33acc1f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PredicateCheckNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PredicateCheckNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PropertyCallExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PropertyCallExpTracer.java
index 271c507..b5b60e6 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PropertyCallExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/PropertyCallExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RealLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RealLiteralExpTracer.java
index 1e0a0e5..bc4ed4c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RealLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RealLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RefImmediateCompositeNavigationStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RefImmediateCompositeNavigationStep.java
index f5d55f4..43ba3e5 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RefImmediateCompositeNavigationStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/RefImmediateCompositeNavigationStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/SourceTypeChangeListener.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/SourceTypeChangeListener.java
index 8424a88..bd4215c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/SourceTypeChangeListener.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/SourceTypeChangeListener.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/StringLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/StringLiteralExpTracer.java
index b5f24bf..fa0b2ee 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/StringLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/StringLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TargetTypeChangeListener.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TargetTypeChangeListener.java
index 7e963dc..cb282ec 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TargetTypeChangeListener.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TargetTypeChangeListener.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TracebackCache.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TracebackCache.java
index f5bc6fe..6b0023c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TracebackCache.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TracebackCache.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/Tracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/Tracer.java
index 827214f..c54dad9 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/Tracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/Tracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TupleLiteralExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TupleLiteralExpTracer.java
index 4bea786..c8e939f 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TupleLiteralExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TupleLiteralExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TypeExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TypeExpTracer.java
index d007af7..fb06fea 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TypeExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/TypeExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/VariableExpTracer.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/VariableExpTracer.java
index 10abaae..79be9aa 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/VariableExpTracer.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/VariableExpTracer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelper.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelper.java
index 35ec04a..72ff028 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelper.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelperExtension.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelperExtension.java
index 283cb77..924b69e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelperExtension.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/debug/NavigationStepDebugHelperExtension.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/AbstractTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/AbstractTracebackStep.java
index 44ef206..e7313d4 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/AbstractTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/AbstractTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/BranchingTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/BranchingTracebackStep.java
index 15a1c86..efb30d7 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/BranchingTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/BranchingTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/CollectionLiteralTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/CollectionLiteralTracebackStep.java
index 5716384..a52f237 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/CollectionLiteralTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/CollectionLiteralTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/EmptyTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/EmptyTracebackStep.java
index b3e098a..4666194 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/EmptyTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/EmptyTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IfTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IfTracebackStep.java
index 79ddd45..87df3b3 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IfTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IfTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IterateTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IterateTracebackStep.java
index e66df07..d7b8dd0 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IterateTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IterateTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IteratorTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IteratorTracebackStep.java
index 0c4c073..a74f190 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IteratorTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/IteratorTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/LetTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/LetTracebackStep.java
index f1e87b7..1332e98 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/LetTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/LetTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OperationCallTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OperationCallTracebackStep.java
index 6e85ea1..0959ee7 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OperationCallTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OperationCallTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OppositePropertyCallTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OppositePropertyCallTracebackStep.java
index 623bc20..00b5f51 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OppositePropertyCallTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/OppositePropertyCallTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/PropertyCallTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/PropertyCallTracebackStep.java
index 59c3bd0..146318b 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/PropertyCallTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/PropertyCallTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackCache.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackCache.java
index a2ce4ab..44e5e63 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackCache.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackCache.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStep.java
index 755a2df..2c706e6 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStepCache.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStepCache.java
index f0983ed..ae7f9da 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStepCache.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TracebackStepCache.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TupleLiteralTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TupleLiteralTracebackStep.java
index ff8357a..f052354 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TupleLiteralTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/TupleLiteralTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/VariableTracebackStep.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/VariableTracebackStep.java
index dcea19e..e5c6073 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/VariableTracebackStep.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/traceback/VariableTracebackStep.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/AbstractUnusedEvaluationRequestValue.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/AbstractUnusedEvaluationRequestValue.java
index 848da9f..9c5790c 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/AbstractUnusedEvaluationRequestValue.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/AbstractUnusedEvaluationRequestValue.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/FindAlwaysUsedVariablesVisitor.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/FindAlwaysUsedVariablesVisitor.java
index d6e46d7..000228e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/FindAlwaysUsedVariablesVisitor.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/FindAlwaysUsedVariablesVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/NoAllInstancesDuringEvaluationForUnusedCheck.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/NoAllInstancesDuringEvaluationForUnusedCheck.java
index a4b5335..44130a4 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/NoAllInstancesDuringEvaluationForUnusedCheck.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/NoAllInstancesDuringEvaluationForUnusedCheck.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEcoreEnvironmentFactoryNoAllInstances.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEcoreEnvironmentFactoryNoAllInstances.java
index 5eb3939..cf0334b 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEcoreEnvironmentFactoryNoAllInstances.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEcoreEnvironmentFactoryNoAllInstances.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluationVisitorImplNoAllInstances.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluationVisitorImplNoAllInstances.java
index 9112f77..a5f3988 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluationVisitorImplNoAllInstances.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluationVisitorImplNoAllInstances.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluatorNoAllInstances.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluatorNoAllInstances.java
index a4d8925..40aac77 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluatorNoAllInstances.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/PartialEvaluatorNoAllInstances.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequest.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequest.java
index 6168b05..c65f88e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequest.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequest.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestFactory.java
index bbd1af5..25d2869 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestSet.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestSet.java
index 296c1ab..447206d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestSet.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestValue.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestValue.java
index 39955b7..f9f68ec 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestValue.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/instanceScope/unusedEvaluation/UnusedEvaluationRequestValue.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/AnnotatedEObject.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/AnnotatedEObject.java
index 9f415e4..5f5c7ca 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/AnnotatedEObject.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/AnnotatedEObject.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/EntryIterableWithIterableForNullKey.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/EntryIterableWithIterableForNullKey.java
index 4627542..882fb39 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/EntryIterableWithIterableForNullKey.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/EntryIterableWithIterableForNullKey.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/FlatSet.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/FlatSet.java
index 0e64f83..8e876f5 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/FlatSet.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/FlatSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/HighlightingToStringVisitor.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/HighlightingToStringVisitor.java
index 479157e..1cf120d 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/HighlightingToStringVisitor.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/HighlightingToStringVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/IterableAsOperationCallExpKeyedSet.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/IterableAsOperationCallExpKeyedSet.java
index c7548ec..acc1483 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/IterableAsOperationCallExpKeyedSet.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/IterableAsOperationCallExpKeyedSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSet.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSet.java
index e90a2f4..56a82b0 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSet.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSet.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetFactory.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetFactory.java
index 32f0d53..59a9d3a 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetFactory.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetImpl.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetImpl.java
index 4bd5800..e3b51d9 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetImpl.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/OperationCallExpKeyedSetImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticComparable.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticComparable.java
index cf3e929..31b7ab9 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticComparable.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticComparable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticIdentity.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticIdentity.java
index 679dcda..3dd65f2 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticIdentity.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/SemanticIdentity.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/Tuple.java b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/Tuple.java
index 15548e0..67de69e 100644
--- a/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/Tuple.java
+++ b/examples/org.eclipse.ocl.examples.impactanalyzer/src/org/eclipse/ocl/examples/impactanalyzer/util/Tuple.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/CommonUIConstants.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/CommonUIConstants.java
index 17636b1..5ee5419 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/CommonUIConstants.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/CommonUIConstants.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/OCLCommonUI.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/OCLCommonUI.java
index 0c5083d..10bce07 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/OCLCommonUI.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/OCLCommonUI.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/Activator.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/Activator.java
index 97b274b..8ccb9a8 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/Activator.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/Activator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Willink Transformations and others.
+ * Copyright (c) 2013, 2018 Willink Transformations and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/messages/CommonUIMessages.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/messages/CommonUIMessages.java
index 0f32969..d946807 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/messages/CommonUIMessages.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/messages/CommonUIMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2013 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/AbstractProjectPreferencePage.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/AbstractProjectPreferencePage.java
index ee52894..010dfb5 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/AbstractProjectPreferencePage.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/AbstractProjectPreferencePage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2016 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/BlankProjectPreferencePage.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/BlankProjectPreferencePage.java
index 879afe3..bbad78e 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/BlankProjectPreferencePage.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/BlankProjectPreferencePage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/CommonProjectPreferencePage.java b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/CommonProjectPreferencePage.java
index b2bb737..a2b239b 100644
--- a/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/CommonProjectPreferencePage.java
+++ b/plugins/org.eclipse.ocl.common.ui/src/org/eclipse/ocl/common/ui/internal/preferences/CommonProjectPreferencePage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLCommon.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLCommon.java
index 2f0265f..34b1600 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLCommon.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLCommon.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2014 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLConstants.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLConstants.java
index 23ec4da..7720508 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLConstants.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/OCLConstants.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2014 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/DelegateResourceSetAdapter.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/DelegateResourceSetAdapter.java
index cbeea23..589d72b 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/DelegateResourceSetAdapter.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/DelegateResourceSetAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2016 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/VirtualDelegateMapping.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/VirtualDelegateMapping.java
index 1bb3854..6c4da57 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/VirtualDelegateMapping.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/delegate/VirtualDelegateMapping.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2016 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLDelegateException.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLDelegateException.java
index 968cf4a..ad40419 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLDelegateException.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLDelegateException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2015, 2016 Willink Transformations and others.
+ * Copyright (c) 2015, 2018 Willink Transformations and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLInvocationDelegateMapping.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLInvocationDelegateMapping.java
index ad70d8e..3de0d3a 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLInvocationDelegateMapping.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLInvocationDelegateMapping.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLQueryDelegateMapping.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLQueryDelegateMapping.java
index a3278d2..046e27d 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLQueryDelegateMapping.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLQueryDelegateMapping.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLSettingDelegateMapping.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLSettingDelegateMapping.java
index d60453f..89b5da6 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLSettingDelegateMapping.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLSettingDelegateMapping.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLValidationDelegateMapping.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLValidationDelegateMapping.java
index ce3ff4a..a9ee0fc 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLValidationDelegateMapping.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/delegate/OCLValidationDelegateMapping.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/messages/CommonMessages.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/messages/CommonMessages.java
index 90394e6..1d4e871 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/messages/CommonMessages.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/messages/CommonMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CodeGenerationMode.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CodeGenerationMode.java
index 555b780..1648308 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CodeGenerationMode.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CodeGenerationMode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CommonOptions.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CommonOptions.java
index 7d7e5db..b71aa52 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CommonOptions.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/options/CommonOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/AnnotatedPreferenceInitializer.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/AnnotatedPreferenceInitializer.java
index eca2e7a..3eebf14 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/AnnotatedPreferenceInitializer.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/AnnotatedPreferenceInitializer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/BooleanPreference.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/BooleanPreference.java
index 6a1dcf7..7eaf5bd 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/BooleanPreference.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/BooleanPreference.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/ClassPreference.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/ClassPreference.java
index cd38fb9..166488a 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/ClassPreference.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/ClassPreference.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/CommonPreferenceInitializer.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/CommonPreferenceInitializer.java
index 4b42934..c28ef61 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/CommonPreferenceInitializer.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/CommonPreferenceInitializer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/EnumerationPreference.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/EnumerationPreference.java
index 94c3f67..496a3c7 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/EnumerationPreference.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/EnumerationPreference.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/Preference.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/Preference.java
index 0b34270..19bc5d2 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/Preference.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/Preference.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2016 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/StringPreference.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/StringPreference.java
index 7563c2e..cd6a4a3 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/StringPreference.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/internal/preferences/StringPreference.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2016 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/preferences/PreferenceableOption.java b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/preferences/PreferenceableOption.java
index 7caa92b..411037b 100644
--- a/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/preferences/PreferenceableOption.java
+++ b/plugins/org.eclipse.ocl.common/src/org/eclipse/ocl/common/preferences/PreferenceableOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2016 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/edit/OCLEcoreEditPlugin.java b/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/edit/OCLEcoreEditPlugin.java
index c4e8412..0998931 100644
--- a/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/edit/OCLEcoreEditPlugin.java
+++ b/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/edit/OCLEcoreEditPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/provider/EcoreItemProviderAdapterFactory.java b/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/provider/EcoreItemProviderAdapterFactory.java
index 4a336bb..becf236 100644
--- a/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/provider/EcoreItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.ecore.edit/src/org/eclipse/ocl/ecore/provider/EcoreItemProviderAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AnyType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AnyType.java
index e614779..8636ad2 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AnyType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AnyType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AssociationClassCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AssociationClassCallExp.java
index 75018b3..43c0221 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AssociationClassCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/AssociationClassCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BagType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BagType.java
index 6ea7732..dc741f6 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BagType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BagType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BooleanLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BooleanLiteralExp.java
index d15022f..d8bf909 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BooleanLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/BooleanLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallExp.java
index 3627cc1..ff69627 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallOperationAction.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallOperationAction.java
index 4c0a0be..9467c93 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallOperationAction.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CallOperationAction.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionItem.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionItem.java
index 5ee9d83..132f827 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionItem.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionItem.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralExp.java
index 2f26a9e..921b8d8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralPart.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralPart.java
index ba4fcb5..3698fbc 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralPart.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionRange.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionRange.java
index 348a84b..8affa21 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionRange.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionRange.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionType.java
index 97f2666..896b527 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/CollectionType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Constraint.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Constraint.java
index e71d2da..0958474 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Constraint.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Constraint.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironment.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironment.java
index 46231e3..bec21b6 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironment.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironmentFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironmentFactory.java
index 61f7954..396a709 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironmentFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEnvironmentFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEvaluationEnvironment.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEvaluationEnvironment.java
index f7750c3..a9dc8f7 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEvaluationEnvironment.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreEvaluationEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2015, 2011 IBM Corporation and others.
+ * Copyright (c) 2005, 2015, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreFactory.java
index 9283cae..0af5a17 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreOCLStandardLibrary.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreOCLStandardLibrary.java
index db7fd75..c49f518 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreOCLStandardLibrary.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcoreOCLStandardLibrary.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Open Canarias S.L. and others.
+ * Copyright (c) 2009, 2018 Open Canarias S.L. and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcorePackage.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcorePackage.java
index cf37763..55054c7 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcorePackage.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EcorePackage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ElementType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ElementType.java
index af66f9b..2f93af1 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ElementType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ElementType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnumLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnumLiteralExp.java
index 1f23a0f..214e634 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnumLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnumLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnvironmentWithHiddenOpposites.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnvironmentWithHiddenOpposites.java
index 030fe3d..d4f1da4 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnvironmentWithHiddenOpposites.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EnvironmentWithHiddenOpposites.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationEnvironmentWithHiddenOpposites.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationEnvironmentWithHiddenOpposites.java
index 2f7bf63..482d239 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationEnvironmentWithHiddenOpposites.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationEnvironmentWithHiddenOpposites.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationVisitorImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationVisitorImpl.java
index 94acd3b..94e0e73 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationVisitorImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/EvaluationVisitorImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ExpressionInOCL.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ExpressionInOCL.java
index 094c2d3..fac949c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ExpressionInOCL.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/ExpressionInOCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/FeatureCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/FeatureCallExp.java
index 8424431..6f348cc 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/FeatureCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/FeatureCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IfExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IfExp.java
index 4d72c6c..bdc1922 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IfExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IfExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IntegerLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IntegerLiteralExp.java
index f40113b..e8bc903 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IntegerLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IntegerLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidLiteralExp.java
index 7a8bef9..c7cbafd 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidType.java
index cd86bf3..7e6257c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/InvalidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IterateExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IterateExp.java
index 637fa81..dc25076 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IterateExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IterateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IteratorExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IteratorExp.java
index 5779471..1143f8d 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IteratorExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/IteratorExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LetExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LetExp.java
index a50ab2e..abec994 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LetExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LetExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LiteralExp.java
index baf2e9d..50577f8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LoopExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LoopExp.java
index 083319a..376d358 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LoopExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/LoopExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageExp.java
index 8960f4d..6455c0d 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageType.java
index 21047f5..b3b357c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/MessageType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NavigationCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NavigationCallExp.java
index 354e5b6..3a4d47c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NavigationCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NavigationCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NullLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NullLiteralExp.java
index 764a774..17cfb47 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NullLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NullLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NumericLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NumericLiteralExp.java
index 5577b4f..4d2d28f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NumericLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/NumericLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCL.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCL.java
index 105e799..b04f914 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCL.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLExpression.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLExpression.java
index 6515e5c..ca43728 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLExpression.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLExpression.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLHelperImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLHelperImpl.java
index cc2f975..84eb1b0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLHelperImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OCLHelperImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OperationCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OperationCallExp.java
index 2f35d2d..93f8f84 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OperationCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OperationCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OppositePropertyCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OppositePropertyCallExp.java
index 4217565..5e1dc33 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OppositePropertyCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OppositePropertyCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OrderedSetType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OrderedSetType.java
index 34f145e..00249aa 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OrderedSetType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/OrderedSetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveLiteralExp.java
index 1113a05..23d05bb 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveType.java
index 7d33ca0..6d2dacf 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PrimitiveType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PropertyCallExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PropertyCallExp.java
index af62e7c..a093247 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PropertyCallExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/PropertyCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/QueryImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/QueryImpl.java
index 11eb69c..920704c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/QueryImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/QueryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Borland Software Corporation, and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Borland Software Corporation, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/RealLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/RealLiteralExp.java
index 264363a..ccea916 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/RealLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/RealLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SendSignalAction.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SendSignalAction.java
index d96b92b..76a702a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SendSignalAction.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SendSignalAction.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SequenceType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SequenceType.java
index c821644..6877dc5 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SequenceType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SequenceType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SetType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SetType.java
index a0807c1..d7d111d 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SetType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/SetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StateExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StateExp.java
index 9c08c67..e90170b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StateExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StringLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StringLiteralExp.java
index 18ad01e..daa2328 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StringLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/StringLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TemplateParameterType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TemplateParameterType.java
index 59db0c2..71caf87 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TemplateParameterType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TemplateParameterType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralExp.java
index b2ee064..12f03d1 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralPart.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralPart.java
index 78206f7..34940e3 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralPart.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleType.java
index c8f8afc..af0ed61 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TupleType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeExp.java
index a8ecbdf..e44e8e0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeType.java
index 8718a7c..4ca93a3 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/TypeType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnlimitedNaturalLiteralExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnlimitedNaturalLiteralExp.java
index d5df31b..967c7bc 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnlimitedNaturalLiteralExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnlimitedNaturalLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnspecifiedValueExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnspecifiedValueExp.java
index f752922..8af15f5 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnspecifiedValueExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/UnspecifiedValueExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Variable.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Variable.java
index a6c03b2..30c96eb 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Variable.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/Variable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VariableExp.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VariableExp.java
index 0301548..62bcce4 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VariableExp.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VariableExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VoidType.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VoidType.java
index de49332..565f895 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VoidType.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/VoidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractDelegatedBehavior.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractDelegatedBehavior.java
index e568e18..742e5f7 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractDelegatedBehavior.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractDelegatedBehavior.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2017 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractOCLDelegateFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractOCLDelegateFactory.java
index c107fb8..ff91c52 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractOCLDelegateFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/AbstractOCLDelegateFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateDomain.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateDomain.java
index 3a12b19..396b4fa 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateDomain.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateDomain.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEClassifierAdapter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEClassifierAdapter.java
index be016b9..7b82714 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEClassifierAdapter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEClassifierAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEPackageAdapter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEPackageAdapter.java
index 7486bdd..23d2b28 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEPackageAdapter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateEPackageAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceAdapter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceAdapter.java
index 48646b0..f97d6b7 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceAdapter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2011 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceSetAdapter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceSetAdapter.java
index cb7b2a6..73bde04 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceSetAdapter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegateResourceSetAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegatedBehavior.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegatedBehavior.java
index 4d00797..5ac7adb 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegatedBehavior.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/DelegatedBehavior.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/InvocationBehavior.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/InvocationBehavior.java
index 8f86b82..4ec48df 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/InvocationBehavior.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/InvocationBehavior.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomain.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomain.java
index c157520..be3e9fa 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomain.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomain.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomainFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomainFactory.java
index f29383c..a409937 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomainFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateDomainFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateException.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateException.java
index d654d42..7610b6b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateException.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLDelegateException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Willink Transformations and others.
+ * Copyright (c) 2013, 2018 Willink Transformations and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegate.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegate.java
index 67b6f02..86a7e1d 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegate.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegateFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegateFactory.java
index d05e1a7..301ddfc 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegateFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLInvocationDelegateFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegate.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegate.java
index 0cb7cf3..af2c21f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegate.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Kenn Hussey and others.
+ * Copyright (c) 2010, 2018 Kenn Hussey and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegateFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegateFactory.java
index 10d0379..22b3977 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegateFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLQueryDelegateFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Kenn Hussey and others.
+ * Copyright (c) 2010, 2018 Kenn Hussey and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegate.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegate.java
index 10cc073..ea73af0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegate.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2015 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegateFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegateFactory.java
index a92f2dd..aa14d93 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegateFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLSettingDelegateFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2015 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegate.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegate.java
index 6e98b8a..d75e951 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegate.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegateFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegateFactory.java
index 084208f..631f2ae 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegateFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/OCLValidationDelegateFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/SettingBehavior.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/SettingBehavior.java
index 29b3ed0..541d07b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/SettingBehavior.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/SettingBehavior.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationBehavior.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationBehavior.java
index 794ca14..4b6aa8b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationBehavior.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationBehavior.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationDelegate.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationDelegate.java
index 1909796..9352f38 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationDelegate.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValidationDelegate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValueConverter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValueConverter.java
index 842f806..6db4fc4 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValueConverter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/delegate/ValueConverter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AnyTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AnyTypeImpl.java
index 4675da9..8bba5b8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AnyTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AnyTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AssociationClassCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AssociationClassCallExpImpl.java
index ecfa530..ecaa659 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AssociationClassCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/AssociationClassCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BagTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BagTypeImpl.java
index 655e755..1d3c546 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BagTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BagTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BooleanLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BooleanLiteralExpImpl.java
index d2530e6..e6da950 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BooleanLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/BooleanLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallExpImpl.java
index 1e6f65f..64f5376 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallOperationActionImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallOperationActionImpl.java
index d16d3d4..4eecbbc 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallOperationActionImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CallOperationActionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionItemImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionItemImpl.java
index ffda39c..eb2a615 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionItemImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionItemImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralExpImpl.java
index bc228fc..251dc48 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralPartImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralPartImpl.java
index f15efce..6cb4dad 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionRangeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionRangeImpl.java
index 7b29546..15d8f5a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionRangeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/CollectionRangeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ConstraintImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ConstraintImpl.java
index bfef55a..f8f4736 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ConstraintImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ConstraintImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EcoreFactoryImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EcoreFactoryImpl.java
index 8461056..41f3655 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EcoreFactoryImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EcoreFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ElementTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ElementTypeImpl.java
index 09ce7fb..46768e8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ElementTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ElementTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EnumLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EnumLiteralExpImpl.java
index 2d55a92..5118a4f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EnumLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/EnumLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ExpressionInOCLImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ExpressionInOCLImpl.java
index 42c0c54..8dddaa6 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ExpressionInOCLImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/ExpressionInOCLImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/FeatureCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/FeatureCallExpImpl.java
index 5136f51..da93a75 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/FeatureCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/FeatureCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IfExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IfExpImpl.java
index 4880202..4a844e6 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IfExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IfExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IntegerLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IntegerLiteralExpImpl.java
index b78fac4..f73fed8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IntegerLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IntegerLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidLiteralExpImpl.java
index 758f78a..7c1be47 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidTypeImpl.java
index d2993dd..d05d1e2 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/InvalidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IterateExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IterateExpImpl.java
index a5ff459..037670c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IterateExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IterateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IteratorExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IteratorExpImpl.java
index d2e5a8e..91dc7e1 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IteratorExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/IteratorExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LetExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LetExpImpl.java
index 9cc0176..ee59e6f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LetExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LetExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LiteralExpImpl.java
index 4284cf3..b5f349b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LoopExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LoopExpImpl.java
index f61bbb7..c3ba6f0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LoopExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/LoopExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageExpImpl.java
index d8a64cf..5429b11 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageTypeImpl.java
index 7aa1b33..e645aa4 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/MessageTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NavigationCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NavigationCallExpImpl.java
index 496b79c..dbdf48c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NavigationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NavigationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NullLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NullLiteralExpImpl.java
index e410b36..d494c3e 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NullLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NullLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NumericLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NumericLiteralExpImpl.java
index f4c4d1a..90aaa99 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NumericLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/NumericLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OCLExpressionImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OCLExpressionImpl.java
index 75706bf..67261b7 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OCLExpressionImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OCLExpressionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OperationCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OperationCallExpImpl.java
index acd8537..b6f08b0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OperationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OperationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OppositePropertyCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OppositePropertyCallExpImpl.java
index 8d92ac9..e73b74a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OppositePropertyCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OppositePropertyCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OrderedSetTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OrderedSetTypeImpl.java
index 25413a6..ee7665c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OrderedSetTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/OrderedSetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveLiteralExpImpl.java
index c591ffb..4436b30 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveTypeImpl.java
index b75e423..700b75f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PrimitiveTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PropertyCallExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PropertyCallExpImpl.java
index 795a19a..cfe47ed 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PropertyCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/PropertyCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/RealLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/RealLiteralExpImpl.java
index 74bec7e..78bb482 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/RealLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/RealLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SendSignalActionImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SendSignalActionImpl.java
index a300d33..01c3604 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SendSignalActionImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SendSignalActionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SequenceTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SequenceTypeImpl.java
index 238d5d0..f888e4a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SequenceTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SequenceTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SetTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SetTypeImpl.java
index bdb30e9..c015d80 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SetTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/SetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StateExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StateExpImpl.java
index 99c9c6c..2daa976 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StateExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StringLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StringLiteralExpImpl.java
index 31cd7d4..31a3354 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StringLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/StringLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralExpImpl.java
index 70eda0a..64a8088 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralPartImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralPartImpl.java
index 1d7a58b..54bf1bb 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TupleLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeExpImpl.java
index 7c3a5c2..90db6ef 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeTypeImpl.java
index 3c872f5..f203862 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/TypeTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnlimitedNaturalLiteralExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnlimitedNaturalLiteralExpImpl.java
index ae2eae7..aeb993a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnlimitedNaturalLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnlimitedNaturalLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnspecifiedValueExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnspecifiedValueExpImpl.java
index b6731ee..d82976c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnspecifiedValueExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/UnspecifiedValueExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableExpImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableExpImpl.java
index a81b309..eed42eb 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableExpImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableImpl.java
index 9f96dda..a88c77f 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VariableImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VoidTypeImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VoidTypeImpl.java
index 1767078..bb6982c 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VoidTypeImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/impl/VoidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/EcoreForeignMethods.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/EcoreForeignMethods.java
index 23bec10..88f2225 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/EcoreForeignMethods.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/EcoreForeignMethods.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLDebugOptions.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLDebugOptions.java
index 66734c7..0bfc9f0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLDebugOptions.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLDebugOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLEcorePlugin.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLEcorePlugin.java
index 7057bea..7c6a5a3 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLEcorePlugin.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLEcorePlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLFactoryImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLFactoryImpl.java
index c5ca962..c2d53c5 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLFactoryImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStandardLibraryImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStandardLibraryImpl.java
index dfce063..28b1e94 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStandardLibraryImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStandardLibraryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012, 2011 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2012, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStatusCodes.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStatusCodes.java
index cbae5b8..59bc3f0 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStatusCodes.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/OCLStatusCodes.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/TypeResolverImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/TypeResolverImpl.java
index 8865f83..54de793 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/TypeResolverImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/TypeResolverImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/UMLReflectionImpl.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/UMLReflectionImpl.java
index e0510a1..3221897 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/UMLReflectionImpl.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/UMLReflectionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/evaluation/TracingEvaluationVisitor.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/evaluation/TracingEvaluationVisitor.java
index 0e85e3b..e4d4bbf 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/evaluation/TracingEvaluationVisitor.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/evaluation/TracingEvaluationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/helper/OCLSyntaxHelper.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/helper/OCLSyntaxHelper.java
index 4b1dd07..c635b4b 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/helper/OCLSyntaxHelper.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/internal/helper/OCLSyntaxHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/AllInstancesContentAdapter.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/AllInstancesContentAdapter.java
index 290e2cd..33cf470 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/AllInstancesContentAdapter.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/AllInstancesContentAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java
index db7cc0f..30802e9 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/DefaultOppositeEndFinder.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/EcoreEnvironmentFactoryWithHiddenOpposites.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/EcoreEnvironmentFactoryWithHiddenOpposites.java
index 1c7c795..7c60469 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/EcoreEnvironmentFactoryWithHiddenOpposites.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/EcoreEnvironmentFactoryWithHiddenOpposites.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2014 SAP AG and others.
+ * Copyright (c) 2011, 2018 SAP AG and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/ExtentMap.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/ExtentMap.java
index 0bb1a04..a699a57 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/ExtentMap.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/ExtentMap.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/OppositeEndFinder.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/OppositeEndFinder.java
index 40438b8..a396f7a 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/OppositeEndFinder.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/opposites/OppositeEndFinder.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLAnalyzer.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLAnalyzer.java
index ff0f5b3..1032d36 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLAnalyzer.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLAnalyzer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLFactoryWithHistory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLFactoryWithHistory.java
index 51daa43..80c0664 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLFactoryWithHistory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/OCLFactoryWithHistory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/ValidationVisitor.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/ValidationVisitor.java
index 2286b0b..acaeac8 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/ValidationVisitor.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/parser/ValidationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreAdapterFactory.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreAdapterFactory.java
index 1fe0b4b..0eb5e75 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2011 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreSwitch.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreSwitch.java
index 4915e57..3bf043d 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreSwitch.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreSwitch.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreValidator.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreValidator.java
index c408fe9..11969c2 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreValidator.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/EcoreValidator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/OCLEcoreUtil.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/OCLEcoreUtil.java
index ad27df1..3c4e503 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/OCLEcoreUtil.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/util/OCLEcoreUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations, and others.
+ * Copyright (c) 2012, 2018 Willink Transformations, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/AbstractVisitor.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/AbstractVisitor.java
index e84ad85..bca2802 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/AbstractVisitor.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/AbstractVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2016 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/OCLFactoryWithHiddenOpposite.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/OCLFactoryWithHiddenOpposite.java
index 0d9cf0c..d630060 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/OCLFactoryWithHiddenOpposite.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/OCLFactoryWithHiddenOpposite.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/ToStringVisitor.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/ToStringVisitor.java
index eb0de77..a2a6680 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/ToStringVisitor.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/ToStringVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 SAP AG and others.
+ * Copyright (c) 2010, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/VisitorExtension.java b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/VisitorExtension.java
index 1ab6c20..3b09971 100644
--- a/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/VisitorExtension.java
+++ b/plugins/org.eclipse.ocl.ecore/src/org/eclipse/ocl/ecore/utilities/VisitorExtension.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 SAP AG and others.
+ * Copyright (c) 2009, 2018 SAP AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/edit/OCLEditPlugin.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/edit/OCLEditPlugin.java
index 84029db..91c73e5 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/edit/OCLEditPlugin.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/edit/OCLEditPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/CollectionLiteralPartItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/CollectionLiteralPartItemProvider.java
index 9844477..22f1271 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/CollectionLiteralPartItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/CollectionLiteralPartItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/ExpressionsItemProviderAdapterFactory.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/ExpressionsItemProviderAdapterFactory.java
index dc2fb0c..b06cbc1 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/ExpressionsItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/expressions/provider/ExpressionsItemProviderAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/AnyTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/AnyTypeItemProvider.java
index 0bbed71..1f0b84e 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/AnyTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/AnyTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/ElementTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/ElementTypeItemProvider.java
index 0de9d1f..726e06e 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/ElementTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/ElementTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/InvalidTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/InvalidTypeItemProvider.java
index 28295ac..0729c6f 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/InvalidTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/InvalidTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/PrimitiveTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/PrimitiveTypeItemProvider.java
index a7d7f2f..33d196e 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/PrimitiveTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/PrimitiveTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TupleTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TupleTypeItemProvider.java
index 3ed78d9..8f2ecf4 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TupleTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TupleTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TypesItemProviderAdapterFactory.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TypesItemProviderAdapterFactory.java
index fc93c27..f76edec 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TypesItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/TypesItemProviderAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/VoidTypeItemProvider.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/VoidTypeItemProvider.java
index 683646b..d5ead79 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/VoidTypeItemProvider.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/types/provider/VoidTypeItemProvider.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/utilities/provider/UtilitiesItemProviderAdapterFactory.java b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/utilities/provider/UtilitiesItemProviderAdapterFactory.java
index 319c95d..bfefed6 100644
--- a/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/utilities/provider/UtilitiesItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.edit/src/org/eclipse/ocl/utilities/provider/UtilitiesItemProviderAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/messages/EcoreAndUMLUIMessages.java b/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/messages/EcoreAndUMLUIMessages.java
index 3efbfac..4529dad 100644
--- a/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/messages/EcoreAndUMLUIMessages.java
+++ b/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/messages/EcoreAndUMLUIMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/preferences/EcoreAndUmlProjectPreferencePage.java b/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/preferences/EcoreAndUmlProjectPreferencePage.java
index ec42cc6..e21985e 100644
--- a/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/preferences/EcoreAndUmlProjectPreferencePage.java
+++ b/plugins/org.eclipse.ocl.ui/src/org/eclipse/ocl/ui/internal/preferences/EcoreAndUmlProjectPreferencePage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/edit/OCLUMLEditPlugin.java b/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/edit/OCLUMLEditPlugin.java
index e35703e..2874742 100644
--- a/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/edit/OCLUMLEditPlugin.java
+++ b/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/edit/OCLUMLEditPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2012 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/provider/UMLItemProviderAdapterFactory.java b/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/provider/UMLItemProviderAdapterFactory.java
index 45e0dd2..8b04491 100644
--- a/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/provider/UMLItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.uml.edit/src/org/eclipse/ocl/uml/provider/UMLItemProviderAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/messages/UMLUIMessages.java b/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/messages/UMLUIMessages.java
index 5d31ef8..3fb816b 100644
--- a/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/messages/UMLUIMessages.java
+++ b/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/messages/UMLUIMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/preferences/UMLProjectPreferencePage.java b/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/preferences/UMLProjectPreferencePage.java
index 03e9652..f8a02fe 100644
--- a/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/preferences/UMLProjectPreferencePage.java
+++ b/plugins/org.eclipse.ocl.uml.ui/src/org/eclipse/ocl/uml/ui/internal/preferences/UMLProjectPreferencePage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AnyType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AnyType.java
index a84b657..8b4121d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AnyType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AnyType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AssociationClassCallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AssociationClassCallExp.java
index 855a45b..50037e9 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AssociationClassCallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/AssociationClassCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BagType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BagType.java
index 2f1e323..a50666d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BagType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BagType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BooleanLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BooleanLiteralExp.java
index b3c0fe0..f8db559 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BooleanLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/BooleanLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CallExp.java
index 29c1684..4f5a604 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionItem.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionItem.java
index bc00cd8..ab4bcfd 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionItem.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionItem.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralExp.java
index 2f40f46..e3241ec 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralPart.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralPart.java
index 9686d1f..bf42378 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralPart.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionRange.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionRange.java
index b153681..822d592 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionRange.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionRange.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionType.java
index eda85d7..dae185c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/CollectionType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ElementType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ElementType.java
index a2ef11d..482f443 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ElementType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ElementType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/EnumLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/EnumLiteralExp.java
index f6b86fa..7dad72a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/EnumLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/EnumLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ExpressionInOCL.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ExpressionInOCL.java
index b0bf294..8cbd79a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ExpressionInOCL.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/ExpressionInOCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/FeatureCallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/FeatureCallExp.java
index fdb3a58..4351f69 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/FeatureCallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/FeatureCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IfExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IfExp.java
index 99ec3d5..9bcc199 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IfExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IfExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IntegerLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IntegerLiteralExp.java
index 3d79428..c942742 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IntegerLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IntegerLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidLiteralExp.java
index 3af5d4b..411013e 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidType.java
index b9847b8..2221a68 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/InvalidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IterateExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IterateExp.java
index 4c4384e..6ada14e 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IterateExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IterateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IteratorExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IteratorExp.java
index aa9bafa..2a9c2af 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IteratorExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/IteratorExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LetExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LetExp.java
index 676e656..37a4355 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LetExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LetExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LiteralExp.java
index a7243d5..e1599e8 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LoopExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LoopExp.java
index 409cb5a..81cb5a3 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LoopExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/LoopExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageExp.java
index c2832ea..4efb013 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageType.java
index c5001f8..b9fdd52 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/MessageType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NavigationCallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NavigationCallExp.java
index 4f3d4b1..5248f7a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NavigationCallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NavigationCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NullLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NullLiteralExp.java
index 65b9c23..556a3e5 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NullLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NullLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NumericLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NumericLiteralExp.java
index 5181569..687838e 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NumericLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/NumericLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCL.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCL.java
index 6b622b6..e0d3552 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCL.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCLHelperImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCLHelperImpl.java
index d29f5b5..fe487d2 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCLHelperImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OCLHelperImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OperationCallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OperationCallExp.java
index d5530a9..d54f4ce 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OperationCallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OperationCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OrderedSetType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OrderedSetType.java
index f88666e..1514f94 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OrderedSetType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/OrderedSetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveLiteralExp.java
index 0e128a4..e7a53a0 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveType.java
index 47938dd..45b668f 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PrimitiveType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PropertyCallExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PropertyCallExp.java
index 3dbfbf6..9b8e69a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PropertyCallExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/PropertyCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/QueryImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/QueryImpl.java
index 8ac182b..b86e07d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/QueryImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/QueryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Borland Software Corporation, and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Borland Software Corporation, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/RealLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/RealLiteralExp.java
index 45f4fa7..259a5a5 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/RealLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/RealLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SequenceType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SequenceType.java
index 4491cf0..4b62792 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SequenceType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SequenceType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SetType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SetType.java
index 8f0eb17..24a5966 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SetType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/SetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StateExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StateExp.java
index 30f35c6..cd4db0a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StateExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StringLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StringLiteralExp.java
index c07a0f6..f235aa8 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StringLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/StringLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TemplateParameterType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TemplateParameterType.java
index 751a1ce..062cfd9 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TemplateParameterType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TemplateParameterType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralExp.java
index f65234d..8c46d24 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralPart.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralPart.java
index 3b00473..712e8c0 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralPart.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleType.java
index 8456b0a..9f3cbce 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TupleType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeExp.java
index cf5c38a..78e7055 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeResolverImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeResolverImpl.java
index 124a416..cf1399d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeResolverImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeResolverImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeType.java
index 872d55a..2c9227b 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/TypeType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironment.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironment.java
index a680f53..fc78053 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironment.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironmentFactory.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironmentFactory.java
index 4b29b1e..a19d837 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironmentFactory.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEnvironmentFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEvaluationEnvironment.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEvaluationEnvironment.java
index e34b434..16781ce 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEvaluationEnvironment.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLEvaluationEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFactory.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFactory.java
index 27c8d44..2d471b6 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFactory.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFormattingHelper.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFormattingHelper.java
index 7d5a804..9a55235 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFormattingHelper.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLFormattingHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLOCLStandardLibrary.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLOCLStandardLibrary.java
index e21c5d9..51fb552 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLOCLStandardLibrary.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLOCLStandardLibrary.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010 Open Canarias S.L. and others.
+ * Copyright (c) 2009, 2018 Open Canarias S.L. and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLPackage.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLPackage.java
index 141f2e9..c5d7924 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLPackage.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UMLPackage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnlimitedNaturalLiteralExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnlimitedNaturalLiteralExp.java
index ab6338e..e7ad29a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnlimitedNaturalLiteralExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnlimitedNaturalLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnspecifiedValueExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnspecifiedValueExp.java
index 5e754dd..2f712ec 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnspecifiedValueExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/UnspecifiedValueExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/Variable.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/Variable.java
index 27c3dac..74c0024 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/Variable.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/Variable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VariableExp.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VariableExp.java
index a036c83..2a764cb 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VariableExp.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VariableExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VoidType.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VoidType.java
index 4f99a32..f61d732 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VoidType.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/VoidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AnyTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AnyTypeImpl.java
index 1cec7d8..f1aae88 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AnyTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AnyTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AssociationClassCallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AssociationClassCallExpImpl.java
index 117e78a..941dc85 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AssociationClassCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/AssociationClassCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BagTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BagTypeImpl.java
index 20c4f10..7f2b4be 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BagTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BagTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BooleanLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BooleanLiteralExpImpl.java
index 4fd15be..6959993 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BooleanLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/BooleanLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CallExpImpl.java
index 759fb04..d4e520a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionItemImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionItemImpl.java
index 2964e2a..3b1a22a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionItemImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionItemImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralExpImpl.java
index 82c23da..a46262e 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralPartImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralPartImpl.java
index 1d98c85..9c91626 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionRangeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionRangeImpl.java
index e42ebb3..947fdfb 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionRangeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/CollectionRangeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ElementTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ElementTypeImpl.java
index f072e3e..c002175 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ElementTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ElementTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/EnumLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/EnumLiteralExpImpl.java
index 233b211..5769c7a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/EnumLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/EnumLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ExpressionInOCLImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ExpressionInOCLImpl.java
index af75bd4..bdfdbc9 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ExpressionInOCLImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/ExpressionInOCLImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/FeatureCallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/FeatureCallExpImpl.java
index 7a9f06e..2acd718 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/FeatureCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/FeatureCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IfExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IfExpImpl.java
index 993f041..e9b3243 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IfExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IfExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IntegerLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IntegerLiteralExpImpl.java
index 59cef47..c0dcde0 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IntegerLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IntegerLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidLiteralExpImpl.java
index 9779b1d..b3c6a74 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidTypeImpl.java
index 4668b05..82a741e 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/InvalidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IterateExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IterateExpImpl.java
index 0aa2e65..c68fb40 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IterateExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IterateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IteratorExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IteratorExpImpl.java
index 3dc835b..205c330 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IteratorExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/IteratorExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LetExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LetExpImpl.java
index 1857382..b8f5f21 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LetExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LetExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LiteralExpImpl.java
index 28f6677..f5e804b 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LoopExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LoopExpImpl.java
index 194450c..58b8960 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LoopExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/LoopExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageExpImpl.java
index 9419c1d..0723a3c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageTypeImpl.java
index a354adb..ddd7c9c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/MessageTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NavigationCallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NavigationCallExpImpl.java
index 87cb0fb..228bf3b 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NavigationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NavigationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NullLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NullLiteralExpImpl.java
index cffeca8..ac5600d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NullLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NullLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NumericLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NumericLiteralExpImpl.java
index 0b1f274..0a271a6 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NumericLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/NumericLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OperationCallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OperationCallExpImpl.java
index 0c980b5..75ab22f 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OperationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OperationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OrderedSetTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OrderedSetTypeImpl.java
index db66f08..da91908 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OrderedSetTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/OrderedSetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveLiteralExpImpl.java
index 1978d5c..1959ebb 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveTypeImpl.java
index a44f18c..7737976 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PrimitiveTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PropertyCallExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PropertyCallExpImpl.java
index d3d0356..edb93f0 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PropertyCallExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/PropertyCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/RealLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/RealLiteralExpImpl.java
index 23bbb71..0adcd7a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/RealLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/RealLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SequenceTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SequenceTypeImpl.java
index 73767d3..f5f501d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SequenceTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SequenceTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SetTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SetTypeImpl.java
index 9f2898f..7c8c2fb 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SetTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/SetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StateExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StateExpImpl.java
index 409976b..0f63bc1 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StateExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StringLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StringLiteralExpImpl.java
index ceaeb11..56bcb0f 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StringLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/StringLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralExpImpl.java
index cbb2d9a..e796d8c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralPartImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralPartImpl.java
index e489586..9606d62 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleTypeImpl.java
index a4dfb7d..0d0911d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TupleTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeExpImpl.java
index ca12540..51a2701 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeTypeImpl.java
index 4a887bf..8968b73 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/TypeTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UMLFactoryImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UMLFactoryImpl.java
index d4c5a4a..2c6f57a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UMLFactoryImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UMLFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnlimitedNaturalLiteralExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnlimitedNaturalLiteralExpImpl.java
index 3872bec..f784eab 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnlimitedNaturalLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnlimitedNaturalLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnspecifiedValueExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnspecifiedValueExpImpl.java
index 3e428dd..a033494 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnspecifiedValueExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/UnspecifiedValueExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableExpImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableExpImpl.java
index ebe8b85..8d8368f 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableExpImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableImpl.java
index bcf5291..0172e31 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VariableImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VoidTypeImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VoidTypeImpl.java
index 86dae36..f702a98 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VoidTypeImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/impl/VoidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLDebugOptions.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLDebugOptions.java
index a04cce9..580d3ac 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLDebugOptions.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLDebugOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLFactoryImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLFactoryImpl.java
index a8b203d..de70900 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLFactoryImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStandardLibraryImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStandardLibraryImpl.java
index e0011ea..8a68e4c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStandardLibraryImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStandardLibraryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStatusCodes.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStatusCodes.java
index 2995ec3..c9ddcb8 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStatusCodes.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLStatusCodes.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLUMLPlugin.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLUMLPlugin.java
index d65193c..47b24de 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLUMLPlugin.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/OCLUMLPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLForeignMethods.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLForeignMethods.java
index 3c94330..3a40d1d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLForeignMethods.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLForeignMethods.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLPreferenceInitializer.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLPreferenceInitializer.java
index 41250b1..a4aba0d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLPreferenceInitializer.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLPreferenceInitializer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLReflectionImpl.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLReflectionImpl.java
index bacfae0..346c24d 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLReflectionImpl.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/UMLReflectionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/AnyTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/AnyTypeOperations.java
index 1aebd7f..a0fe1af 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/AnyTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/AnyTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionLiteralPartOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionLiteralPartOperations.java
index c700014..f50ee9c 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionLiteralPartOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionLiteralPartOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionTypeOperations.java
index c673201..49bb429 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/CollectionTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/ExpressionInOCLOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/ExpressionInOCLOperations.java
index 956b770..9ec7b07 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/ExpressionInOCLOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/ExpressionInOCLOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/InvalidTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/InvalidTypeOperations.java
index b1a9d59..0395c91 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/InvalidTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/InvalidTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/MessageTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/MessageTypeOperations.java
index 5d7508e..d8d954b 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/MessageTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/MessageTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/PrimitiveTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/PrimitiveTypeOperations.java
index cc7c22d..2246543 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/PrimitiveTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/PrimitiveTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleLiteralPartOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleLiteralPartOperations.java
index 4a3a695..800a785 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleLiteralPartOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleLiteralPartOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleTypeOperations.java
index 3735b06..e31acb6 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TupleTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TypeTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TypeTypeOperations.java
index bbb2e49..0aebfbb 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TypeTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/TypeTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VariableOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VariableOperations.java
index e0f5563..75c4733 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VariableOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VariableOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VoidTypeOperations.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VoidTypeOperations.java
index 1e36e54..ff184e5 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VoidTypeOperations.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/internal/operations/VoidTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  *  All rights reserved.   This program and the accompanying materials
  *  are made available under the terms of the Eclipse Public License v2.0
  *  which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/EvaluationMode.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/EvaluationMode.java
index 4108d91..0a2b249 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/EvaluationMode.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/EvaluationMode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Willink Transformations and others.
+ * Copyright (c) 2013, 2018 Willink Transformations and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLEvaluationOptions.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLEvaluationOptions.java
index 70c30a4..4174baf 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLEvaluationOptions.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLEvaluationOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLParsingOptions.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLParsingOptions.java
index a6250e6..b24bdd5 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLParsingOptions.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/options/UMLParsingOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/OCLUMLUtil.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/OCLUMLUtil.java
index 0b2921e..9cae2e3 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/OCLUMLUtil.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/OCLUMLUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLAdapterFactory.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLAdapterFactory.java
index 55344c0..d2a13ed 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLAdapterFactory.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2011 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLDerivedUnionAdapter.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLDerivedUnionAdapter.java
index 32d031e..516c41a 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLDerivedUnionAdapter.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLDerivedUnionAdapter.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 Eclipse Modeling Project and others.
+ * Copyright (c) 2009, 2018 Eclipse Modeling Project and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLSwitch.java b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLSwitch.java
index f51fd42..3b90077 100644
--- a/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLSwitch.java
+++ b/plugins/org.eclipse.ocl.uml/src/org/eclipse/ocl/uml/util/UMLSwitch.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironment.java
index 1de984f..e177b2e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironmentFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironmentFactory.java
index b896cd3..7965a6f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironmentFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEnvironmentFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation, Borland Software Corp., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Borland Software Corp., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationEnvironment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationEnvironment.java
index f1c9cfa..cda5993 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationEnvironment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2013 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationVisitor.java
index 96f6552..2ca1eb5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractEvaluationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012, 2011 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
+ * Copyright (c) 2005, 2012, 2018 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeChecker.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeChecker.java
index 0b2fde0..d173e3c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeChecker.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeChecker.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008, 2014, 2014 IBM Corporation, Zeligsoft Inc., Open Canarias S.L., and others.
+ * Copyright (c) 2008, 2014, 2018 IBM Corporation, Zeligsoft Inc., Open Canarias S.L., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeResolver.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeResolver.java
index 3c18851..433e4b7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeResolver.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AbstractTypeResolver.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AmbiguousLookupException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AmbiguousLookupException.java
index 00609e6..6d07ab8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AmbiguousLookupException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/AmbiguousLookupException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Environment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Environment.java
index 2ef851c..4591fae 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Environment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Environment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EnvironmentFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EnvironmentFactory.java
index 51563df..b705db8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EnvironmentFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EnvironmentFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationEnvironment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationEnvironment.java
index fb4fc5f..ff4e931 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationEnvironment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationHaltedException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationHaltedException.java
index da9313c..a21e5db 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationHaltedException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationHaltedException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Borland Software Corporation and others.
+ * Copyright (c) 2009, 2018 Borland Software Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitor.java
index 1996f1f..e6794b6 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorDecorator.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorDecorator.java
index c80f375..c9c3362 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorDecorator.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorDecorator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorImpl.java
index 2dadc89..28f32c7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/EvaluationVisitorImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2017 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/InvalidLookupException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/InvalidLookupException.java
index 82760ad..3df5f52 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/InvalidLookupException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/InvalidLookupException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LazyExtentMap.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LazyExtentMap.java
index d0f9124..5cce109 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LazyExtentMap.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LazyExtentMap.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LookupException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LookupException.java
index 4669164..541d956 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LookupException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/LookupException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCL.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCL.java
index 91bc2b3..2695e23 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCL.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCL.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCLInput.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCLInput.java
index fef437f..9e239fb 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCLInput.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/OCLInput.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/ParserException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/ParserException.java
index b9b2dbd..6f15aef 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/ParserException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/ParserException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Query.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Query.java
index 22e7ce2..5c1d17d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Query.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/Query.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SemanticException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SemanticException.java
index ed908ee..36f7517 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SemanticException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SemanticException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SyntaxException.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SyntaxException.java
index 9e3cc45..9b704c0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SyntaxException.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/SyntaxException.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeChecker.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeChecker.java
index 2b4d4df..1e0ac2b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeChecker.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeChecker.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008, 2014 Open Canarias S.L., Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Open Canarias S.L., Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeResolver.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeResolver.java
index 1b8da64..d5be726 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeResolver.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/TypeResolver.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/BooleanLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/BooleanLiteralExpCS.java
index b24b9a2..a710cff 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/BooleanLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/BooleanLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTFactory.java
index 1077c30..71d1dc2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTNode.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTNode.java
index e9f6ee8..3f31129 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTNode.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CSTNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CallExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CallExpCS.java
index 406022e..dfebdf4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CallExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CallExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ClassifierContextDeclCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ClassifierContextDeclCS.java
index e510252..b83e697 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ClassifierContextDeclCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ClassifierContextDeclCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralExpCS.java
index d0fa7b1..1919cae 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralPartCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralPartCS.java
index e1780f1..60ba013 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralPartCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionLiteralPartCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionRangeCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionRangeCS.java
index 15c6fbe..02094f3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionRangeCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionRangeCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionTypeCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionTypeCS.java
index b6dfcda..d95f7bf 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionTypeCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/CollectionTypeCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ContextDeclCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ContextDeclCS.java
index 69f7568..8a46c2b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ContextDeclCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/ContextDeclCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefCS.java
index 55d037b..d68f257 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefExpressionCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefExpressionCS.java
index 9bf168c..f6c6bb5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefExpressionCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DefExpressionCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DerValueCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DerValueCS.java
index a275a99..cb750d2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DerValueCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/DerValueCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/FeatureCallExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/FeatureCallExpCS.java
index b0f5404..f719e8b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/FeatureCallExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/FeatureCallExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IfExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IfExpCS.java
index 015f257..793182e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IfExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IfExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitOrDerValueCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitOrDerValueCS.java
index 7d840b9..42df2a6 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitOrDerValueCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitOrDerValueCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitValueCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitValueCS.java
index 2d8cb4c..4c47fee 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitValueCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InitValueCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IntegerLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IntegerLiteralExpCS.java
index bee5d90..b9c5066 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IntegerLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IntegerLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvCS.java
index 603677a..8999765 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvOrDefCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvOrDefCS.java
index 5c08086..ec2265a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvOrDefCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvOrDefCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvalidLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvalidLiteralExpCS.java
index 252124e..fb8bcfd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvalidLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/InvalidLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IsMarkedPreCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IsMarkedPreCS.java
index 4a8906d..dfe5efe 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IsMarkedPreCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IsMarkedPreCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IterateExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IterateExpCS.java
index 7014374..efc0870 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IterateExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IterateExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IteratorExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IteratorExpCS.java
index 1cc91f1..4ca85d3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IteratorExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/IteratorExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LetExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LetExpCS.java
index c856aaf..e89a35b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LetExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LetExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LiteralExpCS.java
index b909cac..dc9ce53 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LoopExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LoopExpCS.java
index 589aa15..b7bd1c4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LoopExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/LoopExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/MessageExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/MessageExpCS.java
index 072ed7a..cdefc4e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/MessageExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/MessageExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/NullLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/NullLiteralExpCS.java
index ac2fd88..cac1e67 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/NullLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/NullLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLDocumentCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLDocumentCS.java
index 943e4e2..0639b2f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLDocumentCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLDocumentCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc. and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLExpressionCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLExpressionCS.java
index afb13b0..cf85c98 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLExpressionCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLExpressionCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLMessageArgCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLMessageArgCS.java
index 50b00fa..8410547 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLMessageArgCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OCLMessageArgCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCS.java
index 8c7bda6..b2cd1bf 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCallExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCallExpCS.java
index 5d1f25c..a746f4c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCallExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationCallExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationContextDeclCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationContextDeclCS.java
index 69ab438..f57c3c5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationContextDeclCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/OperationContextDeclCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PackageDeclarationCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PackageDeclarationCS.java
index a90bcfc..d9dc8ed 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PackageDeclarationCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PackageDeclarationCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PathNameCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PathNameCS.java
index 1788b4b..4502a5c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PathNameCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PathNameCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrePostOrBodyDeclCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrePostOrBodyDeclCS.java
index ecb8a92..92d81bc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrePostOrBodyDeclCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrePostOrBodyDeclCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveLiteralExpCS.java
index 75b79f2..1ff5335 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveTypeCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveTypeCS.java
index 0e1b983..c01a9f5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveTypeCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PrimitiveTypeCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PropertyContextCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PropertyContextCS.java
index dc50faf..397c236 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PropertyContextCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/PropertyContextCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/RealLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/RealLiteralExpCS.java
index b9a6594..4d2c9f7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/RealLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/RealLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/SimpleNameCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/SimpleNameCS.java
index 226caed..8064700 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/SimpleNameCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/SimpleNameCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/StringLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/StringLiteralExpCS.java
index ac05eba..4e83be3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/StringLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/StringLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleLiteralExpCS.java
index 5e20f95..5360225 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleTypeCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleTypeCS.java
index ba37032..dbbb14a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleTypeCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TupleTypeCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TypeCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TypeCS.java
index 8d8f496..b856e21 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TypeCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/TypeCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/UnlimitedNaturalLiteralExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/UnlimitedNaturalLiteralExpCS.java
index af4bb7a..6379979 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/UnlimitedNaturalLiteralExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/UnlimitedNaturalLiteralExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableCS.java
index 30ebac1..0fbd1b3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableExpCS.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableExpCS.java
index ce3cf71..d98f418 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableExpCS.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/cst/VariableExpCS.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/AssociationClassCallExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/AssociationClassCallExp.java
index 2e31ce5..fef5dd7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/AssociationClassCallExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/AssociationClassCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/BooleanLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/BooleanLiteralExp.java
index 36f4000..77d2522 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/BooleanLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/BooleanLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CallExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CallExp.java
index 4568440..c44f6e0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CallExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionItem.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionItem.java
index ef5606e..1304fb1 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionItem.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionItem.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionLiteralPart.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionLiteralPart.java
index 5b8dd80..7c07ede 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionLiteralPart.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionRange.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionRange.java
index da25fa4..96cc8fc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionRange.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/CollectionRange.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/EnumLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/EnumLiteralExp.java
index e77e1e9..ef65bfd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/EnumLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/EnumLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsFactory.java
index 70bf73f..47d19b5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsPackage.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsPackage.java
index 3564778..f2c0814 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsPackage.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/ExpressionsPackage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/FeatureCallExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/FeatureCallExp.java
index 7e0e271..dd47fbd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/FeatureCallExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/FeatureCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IfExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IfExp.java
index c00769d..542c556 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IfExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IfExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IntegerLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IntegerLiteralExp.java
index 9bdb51a..94c7de5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IntegerLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IntegerLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/InvalidLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/InvalidLiteralExp.java
index a397d3a..9f5d0e5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/InvalidLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/InvalidLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IterateExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IterateExp.java
index 68231ab..4ff0c73 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IterateExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IterateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IteratorExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IteratorExp.java
index 4b84486..b58e562 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IteratorExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/IteratorExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LetExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LetExp.java
index e187e40..d2af47b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LetExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LetExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LiteralExp.java
index 1cf71a6..6a8b92e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/LiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NullLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NullLiteralExp.java
index e4f2b84..58ce29e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NullLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NullLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NumericLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NumericLiteralExp.java
index 05f4546..49b2cde 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NumericLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/NumericLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/OCLExpression.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/OCLExpression.java
index 08db34b..53fde04 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/OCLExpression.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/OCLExpression.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PrimitiveLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PrimitiveLiteralExp.java
index 3e96dc1..81e5829 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PrimitiveLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PrimitiveLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PropertyCallExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PropertyCallExp.java
index bec5e8c..d860347 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PropertyCallExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/PropertyCallExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/RealLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/RealLiteralExp.java
index 2ef1f9b..81c6746 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/RealLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/RealLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StateExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StateExp.java
index a6a64d4..ea0bb3e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StateExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StateExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StringLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StringLiteralExp.java
index 24decad..517bbb0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StringLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/StringLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TupleLiteralPart.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TupleLiteralPart.java
index c1c31c7..256a842 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TupleLiteralPart.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TupleLiteralPart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TypeExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TypeExp.java
index f883e02..b8bcb49 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TypeExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/TypeExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnlimitedNaturalLiteralExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnlimitedNaturalLiteralExp.java
index f40c392..5275139 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnlimitedNaturalLiteralExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnlimitedNaturalLiteralExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnspecifiedValueExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnspecifiedValueExp.java
index 1332cf9..13a0b8a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnspecifiedValueExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/UnspecifiedValueExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/Variable.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/Variable.java
index 11e8feb..6cd0cc4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/Variable.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/Variable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/VariableExp.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/VariableExp.java
index 65933ae..bab5363 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/VariableExp.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/VariableExp.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/AssociationClassCallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/AssociationClassCallExpImpl.java
index c715cf6..8998342 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/AssociationClassCallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/AssociationClassCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/BooleanLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/BooleanLiteralExpImpl.java
index 9759aaa..3dbc5c3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/BooleanLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/BooleanLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CallExpImpl.java
index 14b21da..da90c0f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionItemImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionItemImpl.java
index 2e24243..9a837a2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionItemImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionItemImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralExpImpl.java
index ad7cb54..4f05a7f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralPartImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralPartImpl.java
index 14b3b07..0f39453 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionRangeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionRangeImpl.java
index debb0fb..6e908e4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionRangeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/CollectionRangeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/EnumLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/EnumLiteralExpImpl.java
index 2e51627..74e2768 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/EnumLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/EnumLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/ExpressionsFactoryImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/ExpressionsFactoryImpl.java
index ea68763..a875b4e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/ExpressionsFactoryImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/ExpressionsFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/FeatureCallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/FeatureCallExpImpl.java
index 5962234..24abd64 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/FeatureCallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/FeatureCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IfExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IfExpImpl.java
index eff6f61..b4dddcd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IfExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IfExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IntegerLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IntegerLiteralExpImpl.java
index 82f1c32..d2dc2e0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IntegerLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IntegerLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/InvalidLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/InvalidLiteralExpImpl.java
index 5fdcdfd..7963b20 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/InvalidLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/InvalidLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IterateExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IterateExpImpl.java
index 6292540..423f8f5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IterateExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IterateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IteratorExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IteratorExpImpl.java
index 93c0048..73a9f78 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IteratorExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/IteratorExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LetExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LetExpImpl.java
index 062593b..8b7b997 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LetExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LetExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LiteralExpImpl.java
index e5d0330..822779d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LoopExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LoopExpImpl.java
index d41c6aa..648cf05 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LoopExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/LoopExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/MessageExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/MessageExpImpl.java
index 2277e7c..aa971ac 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/MessageExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/MessageExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NavigationCallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NavigationCallExpImpl.java
index f8216ac..399adcd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NavigationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NavigationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NullLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NullLiteralExpImpl.java
index 1fe1121..ea167be 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NullLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NullLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NumericLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NumericLiteralExpImpl.java
index cb43e1b..005e672 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NumericLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/NumericLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OCLExpressionImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OCLExpressionImpl.java
index 8e05c72..196ed21 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OCLExpressionImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OCLExpressionImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OperationCallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OperationCallExpImpl.java
index 875c1ab..fada8f5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OperationCallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/OperationCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PrimitiveLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PrimitiveLiteralExpImpl.java
index f321d14..31601b3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PrimitiveLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PrimitiveLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PropertyCallExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PropertyCallExpImpl.java
index 124f6aa..03cb22c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PropertyCallExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/PropertyCallExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/RealLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/RealLiteralExpImpl.java
index 902da0c..2d41662 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/RealLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/RealLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StateExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StateExpImpl.java
index 92d767f..8a2567a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StateExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StateExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StringLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StringLiteralExpImpl.java
index cd772ad..cfd4d76 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StringLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/StringLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralExpImpl.java
index 48d3f6b..037bb69 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralPartImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralPartImpl.java
index 3a7e5d4..0c398c7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralPartImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TupleLiteralPartImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TypeExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TypeExpImpl.java
index c00476f..b62676b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TypeExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/TypeExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/UnlimitedNaturalLiteralExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/UnlimitedNaturalLiteralExpImpl.java
index 268afad..21e0aba 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/UnlimitedNaturalLiteralExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/UnlimitedNaturalLiteralExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableExpImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableExpImpl.java
index 1e2156e..5f69c6f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableExpImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableExpImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableImpl.java
index 60f3f36..9a27fb0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/impl/VariableImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/BooleanLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/BooleanLiteralExpOperations.java
index a0a473d..b907f52 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/BooleanLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/BooleanLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionItemOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionItemOperations.java
index e89db2d..d15c59a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionItemOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionItemOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralExpOperations.java
index 34216df..0c57870 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralPartOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralPartOperations.java
index 1d4c075..f9676a5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralPartOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionLiteralPartOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionRangeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionRangeOperations.java
index b69ce8a..9d953a8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionRangeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/CollectionRangeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/EnumLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/EnumLiteralExpOperations.java
index 4cac039..7468436 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/EnumLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/EnumLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IfExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IfExpOperations.java
index 78f3553..8c42f92 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IfExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IfExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IntegerLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IntegerLiteralExpOperations.java
index f829c10..58b14d8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IntegerLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IntegerLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IterateExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IterateExpOperations.java
index be70e31..d05813d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IterateExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IterateExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IteratorExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IteratorExpOperations.java
index 1d0c577..3aedd9a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IteratorExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/IteratorExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LetExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LetExpOperations.java
index c1fd2f2..68cb64b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LetExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LetExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LoopExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LoopExpOperations.java
index a707e79..189fc22 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LoopExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/LoopExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/MessageExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/MessageExpOperations.java
index ad8ec08..08aeadf 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/MessageExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/MessageExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OCLExpressionOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OCLExpressionOperations.java
index d85d222..db3fdbc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OCLExpressionOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OCLExpressionOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OperationCallExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OperationCallExpOperations.java
index b8eac92..c2e0c06 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OperationCallExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/OperationCallExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 IBM Corporation, Zeligsoft Inc., Open Canarias S.L., and others.
+ * Copyright (c) 2009, 2018 IBM Corporation, Zeligsoft Inc., Open Canarias S.L., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/PropertyCallExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/PropertyCallExpOperations.java
index 8cae26f..4e2ab5d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/PropertyCallExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/PropertyCallExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/RealLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/RealLiteralExpOperations.java
index 344d30d..2f2fe7e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/RealLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/RealLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/StringLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/StringLiteralExpOperations.java
index baf76c8..b507c0f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/StringLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/StringLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralExpOperations.java
index 45970be..1e8132a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralPartOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralPartOperations.java
index c74bb47..61b0252 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralPartOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/TupleLiteralPartOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/UnlimitedNaturalLiteralExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/UnlimitedNaturalLiteralExpOperations.java
index 47de2be..1c174d9 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/UnlimitedNaturalLiteralExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/UnlimitedNaturalLiteralExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableExpOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableExpOperations.java
index 74131b1..1ed0fc9 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableExpOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableExpOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableOperations.java
index 476fc85..20518df 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/operations/VariableOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsAdapterFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsAdapterFactory.java
index afa397f..3197755 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsAdapterFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsSwitch.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsSwitch.java
index 28ea82f..e9e4a5a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsSwitch.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsSwitch.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsValidator.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsValidator.java
index 8a15a79..aa6348c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsValidator.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/expressions/util/ExpressionsValidator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/Choice.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/Choice.java
index 0ff739c..a798f2d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/Choice.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/Choice.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ChoiceKind.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ChoiceKind.java
index 75c99c0..a553563 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ChoiceKind.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ChoiceKind.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2002, 2007 IBM Corporation and others.
+ * Copyright (c) 2002, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ConstraintKind.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ConstraintKind.java
index 97d35d6..24ece61 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ConstraintKind.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/ConstraintKind.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLHelper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLHelper.java
index 6b8ab0f..51176e8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLHelper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLSyntaxHelper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLSyntaxHelper.java
index 8fbb200..9b52828 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLSyntaxHelper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/helper/OCLSyntaxHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Willink Transformations and others.
+ * Copyright (c) 2010, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/EnvironmentRegistryImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/EnvironmentRegistryImpl.java
index 104b8b3..f80f24f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/EnvironmentRegistryImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/EnvironmentRegistryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLDebugOptions.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLDebugOptions.java
index 9b82b21..eabd01c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLDebugOptions.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLDebugOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLPlugin.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLPlugin.java
index 57b6d4d..4b2edb1 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLPlugin.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLStatusCodes.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLStatusCodes.java
index b9d1ddb..496dbb4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLStatusCodes.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/OCLStatusCodes.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2009 IBM Corporation, Borland Software Corporation, and others.
+ * Copyright (c) 2004, 2018 IBM Corporation, Borland Software Corporation, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/PreferenceInitializer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/PreferenceInitializer.java
index d4d011c..0c615a7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/PreferenceInitializer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/BasicTypeChecker.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/BasicTypeChecker.java
index 1f5c7bf..242bf40 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/BasicTypeChecker.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/BasicTypeChecker.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM and others.
+ * Copyright (c) 2006, 2018 IBM and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/CachedTypeChecker.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/CachedTypeChecker.java
index 8d4634f..4944906 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/CachedTypeChecker.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/CachedTypeChecker.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2014 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplate.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplate.java
index ae232a4..81430d3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplate.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplate.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation, Borland Software Corporation, and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Borland Software Corporation, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateAny.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateAny.java
index b81bff6..bbea17c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateAny.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateAny.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2013 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateClosure.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateClosure.java
index 1a776bb..2ef5116 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateClosure.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateClosure.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollect.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollect.java
index 3aafb08..d8f1e0f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollect.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollect.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollectNested.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollectNested.java
index f84a255..907898c 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollectNested.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateCollectNested.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateExists.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateExists.java
index 84a347c..b224c78 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateExists.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateExists.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateForAll.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateForAll.java
index 677f99c..8d2b678 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateForAll.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateForAll.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateIsUnique.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateIsUnique.java
index c3d2973..d3b4ce8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateIsUnique.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateIsUnique.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateOne.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateOne.java
index 57fa47c..c1f1f45 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateOne.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateOne.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateReject.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateReject.java
index 9c4cb6c..b160256 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateReject.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateReject.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSelect.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSelect.java
index a5c8203..7541ea6 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSelect.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSelect.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSortedBy.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSortedBy.java
index 99de0a0..8e600ec 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSortedBy.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/IterationTemplateSortedBy.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/NumberUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/NumberUtil.java
index 9ba5e95..978b576 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/NumberUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/NumberUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/QueryImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/QueryImpl.java
index 22b0050..1376dba 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/QueryImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/QueryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation, Borland Software Corporation, and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Borland Software Corporation, and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/TracingEvaluationVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/TracingEvaluationVisitor.java
index 2fb7d29..18c4d2f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/TracingEvaluationVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/evaluation/TracingEvaluationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/ChoiceImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/ChoiceImpl.java
index 5ac63fc..d877b2b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/ChoiceImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/ChoiceImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2002, 2012 IBM Corporation and others.
+ * Copyright (c) 2002, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/HelperUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/HelperUtil.java
index 229bc20..6da8e79 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/HelperUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/HelperUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2002, 2010 IBM Corporation and others.
+ * Copyright (c) 2002, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLHelperImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLHelperImpl.java
index bd63140..fb29037 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLHelperImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLHelperImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2002, 2010 IBM Corporation and others.
+ * Copyright (c) 2002, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLSyntaxHelper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLSyntaxHelper.java
index 2e87ddb..c3fb836 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLSyntaxHelper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/OCLSyntaxHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2002, 2014 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2002, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/PluginFinder.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/PluginFinder.java
index e6660d5..07681ad 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/PluginFinder.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/helper/PluginFinder.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2017 Willink Transformations and others.
+ * Copyright (c) 2012, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/IMessages.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/IMessages.java
index 1c66d31..a77870b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/IMessages.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/IMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/OCLMessages.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/OCLMessages.java
index 1ff157a..61041be 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/OCLMessages.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/internal/l10n/OCLMessages.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractAnalyzer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractAnalyzer.java
index dce836f..9fa1d93 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractAnalyzer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractAnalyzer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractBasicEnvironment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractBasicEnvironment.java
index 9c027db..4c80e31 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractBasicEnvironment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractBasicEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2013 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
+ * Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., Borland Software Corp., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractFormattingHelper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractFormattingHelper.java
index c389324..32aaf1f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractFormattingHelper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractFormattingHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractLexer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractLexer.java
index 3a78d24..1d4f9e9 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractLexer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractLexer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractParser.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractParser.java
index e26d272..b7d212e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractParser.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractParser.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractProblemHandler.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractProblemHandler.java
index 926db76..6b79bba 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractProblemHandler.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/AbstractProblemHandler.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment.java
index cb5e110..91ca3b5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment2.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment2.java
index dd15624..0674b78 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment2.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/BasicEnvironment2.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008 Willink Transformations, Zeligsoft Inc. and others.
+ * Copyright (c) 2008, 2018 Willink Transformations, Zeligsoft Inc. and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedLexStream.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedLexStream.java
index de68442..aab7d90 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedLexStream.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedLexStream.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2010 Open Canarias S.L. and others.
+ * Copyright (c) 2008, 2018 Open Canarias S.L. and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedPrsStream.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedPrsStream.java
index c8aebea..1e4938e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedPrsStream.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/DerivedPrsStream.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2010 Open Canarias S.L. and others.
+ * Copyright (c) 2008, 2018 Open Canarias S.L. and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/FormattingHelper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/FormattingHelper.java
index 8b80093..9526cab 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/FormattingHelper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/FormattingHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/ProblemHandler.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/ProblemHandler.java
index 6a747e3..e2e5733 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/ProblemHandler.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/ProblemHandler.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/StringProblemHandler.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/StringProblemHandler.java
index 8ac431a..687b456 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/StringProblemHandler.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/lpg/StringProblemHandler.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BasicOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BasicOption.java
index ee44613..2d89296 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BasicOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BasicOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BooleanOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BooleanOption.java
index 9c50966..2970a62 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BooleanOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/BooleanOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ClassOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ClassOption.java
index 6ad0145..f99c906 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ClassOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ClassOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Customizable.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Customizable.java
index afb1ec9..0cab1f0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Customizable.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Customizable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EnumeratedOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EnumeratedOption.java
index 3b5b845..bcb9fdc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EnumeratedOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EnumeratedOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EvaluationOptions.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EvaluationOptions.java
index ea84b4a..ca93294 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EvaluationOptions.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/EvaluationOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2014 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ObjectOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ObjectOption.java
index 2246b3d..c226e9f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ObjectOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ObjectOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Willink Transformations and others.
+ * Copyright (c) 2011, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Option.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Option.java
index a5e5aef..2962544 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Option.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/Option.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ParsingOptions.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ParsingOptions.java
index 0ce00a9..49fa175 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ParsingOptions.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ParsingOptions.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2014 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ProblemOption.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ProblemOption.java
index 756cefa..475e8a4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ProblemOption.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/options/ProblemOption.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2012 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLAnalyzer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLAnalyzer.java
index 443d735..d8d9165 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLAnalyzer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLAnalyzer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLParser.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLParser.java
index 92d3557..7d373d1 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLParser.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/AbstractOCLParser.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLAnalyzer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLAnalyzer.java
index 52ce615..004c5fc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLAnalyzer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLAnalyzer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLFactoryWithHistory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLFactoryWithHistory.java
index 07a9150..db91b51 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLFactoryWithHistory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLFactoryWithHistory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2014 IBM Corporation and others.
+ * Copyright (c) 2008, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexer.java
index dd497fc..93fe9f3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexer.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexerprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexerprs.java
index 060acbe..7f53037 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexerprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexerprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexersym.java
index cb08efd..16b90af 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLKWLexersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexer.java
index adb445f..3ab7db4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexer.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexerprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexerprs.java
index 88fe54b..13d9ca3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexerprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexerprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexersym.java
index ad440e8..21012e0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLLexersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParser.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParser.java
index 1ecf997..8657ed7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParser.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParser.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParserprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParserprs.java
index 4771fb9..d56f4ed 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParserprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParserprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParsersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParsersym.java
index 3026830..dcc0245 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParsersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLParsersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLProblemHandler.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLProblemHandler.java
index 62d9d84..3e078b7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLProblemHandler.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/OCLProblemHandler.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/ValidationVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/ValidationVisitor.java
index 33dbfa6..b81ff1a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/ValidationVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/ValidationVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexer.java
index 4863e1f..6ac89c7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexer.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexerprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexerprs.java
index 414f097..d5c8959 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexerprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexerprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexersym.java
index 56983d8..3f09c67 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingKWLexersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Keyword Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2012 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexer.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexer.java
index db739af..a850e53 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexer.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexer.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexerprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexerprs.java
index 38f77d3..8c40eee 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexerprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexerprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexersym.java
index 71d1881..b3d4406 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingLexersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Lexer
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParser.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParser.java
index 4f043bb..c26e3c7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParser.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParser.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParserprs.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParserprs.java
index 74c9d5b..c17ecc9 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParserprs.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParserprs.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParsersym.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParsersym.java
index 7d7e11c..87d6912 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParsersym.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLBacktrackingParsersym.java
@@ -2,7 +2,7 @@
 * Essential OCL Grammar
 * <copyright>
 *
-* Copyright (c) 2005, 2014 IBM Corporation and others.
+* Copyright (c) 2005, 2018 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLParserErrors.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLParserErrors.java
index d9701da..7e14b4a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLParserErrors.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking/OCLParserErrors.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2009 Eclipse.org, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Eclipse.org, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/AnyType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/AnyType.java
index cb371b1..c728089 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/AnyType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/AnyType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/BagType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/BagType.java
index c36e46d..f9704cc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/BagType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/BagType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/CollectionType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/CollectionType.java
index 9f9d852..bcd314d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/CollectionType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/CollectionType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/ElementType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/ElementType.java
index 7a01a28..35f3aea 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/ElementType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/ElementType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/InvalidType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/InvalidType.java
index e36632a..edc4bda 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/InvalidType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/InvalidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/MessageType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/MessageType.java
index 9e09758..a257f38 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/MessageType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/MessageType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OCLStandardLibrary.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OCLStandardLibrary.java
index bfdb1d5..4565864 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OCLStandardLibrary.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OCLStandardLibrary.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OrderedSetType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OrderedSetType.java
index 7e33a08..9edbdc1 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OrderedSetType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/OrderedSetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/PrimitiveType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/PrimitiveType.java
index 8a6987a..8da7c4f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/PrimitiveType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/PrimitiveType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SequenceType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SequenceType.java
index 2220957..9966c36 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SequenceType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SequenceType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SetType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SetType.java
index 409ea62..bc0b751 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SetType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/SetType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TemplateParameterType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TemplateParameterType.java
index c853aa3..4c0e1d3 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TemplateParameterType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TemplateParameterType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TupleType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TupleType.java
index 1e5b68c..bcc0771 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TupleType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TupleType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypeType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypeType.java
index e58f54c..fa70520 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypeType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypeType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesFactory.java
index ce2878d..990a228 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesPackage.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesPackage.java
index 7469432..51e5070 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesPackage.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/TypesPackage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/VoidType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/VoidType.java
index 3636a63..f3fa225 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/VoidType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/VoidType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/AnyTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/AnyTypeImpl.java
index e853752..8c2091f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/AnyTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/AnyTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/BagTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/BagTypeImpl.java
index 32a194f..19a0824 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/BagTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/BagTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/ElementTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/ElementTypeImpl.java
index 5108e92..c3c0bcc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/ElementTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/ElementTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/InvalidTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/InvalidTypeImpl.java
index 6a4ddb9..bef6d12 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/InvalidTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/InvalidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/MessageTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/MessageTypeImpl.java
index 06aa121..c39550b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/MessageTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/MessageTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/OrderedSetTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/OrderedSetTypeImpl.java
index 5ffd7e0..e893ab4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/OrderedSetTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/OrderedSetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/PrimitiveTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/PrimitiveTypeImpl.java
index b738c6c..c6b098a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/PrimitiveTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/PrimitiveTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SequenceTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SequenceTypeImpl.java
index 607045a..2020915 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SequenceTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SequenceTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SetTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SetTypeImpl.java
index 299ea3d..7368ac0 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SetTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/SetTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TupleTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TupleTypeImpl.java
index 9195857..5c8d061 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TupleTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TupleTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypeTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypeTypeImpl.java
index 6485938..c89721e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypeTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypeTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypesFactoryImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypesFactoryImpl.java
index 04168dd..2e39bc2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypesFactoryImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/TypesFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/VoidTypeImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/VoidTypeImpl.java
index feb5163..3f6193b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/VoidTypeImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/impl/VoidTypeImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/AnyTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/AnyTypeOperations.java
index 3ddd60a..7dae99d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/AnyTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/AnyTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/BagTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/BagTypeOperations.java
index ddb6675..f6fbfed 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/BagTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/BagTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/CollectionTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/CollectionTypeOperations.java
index 09022a7..07b07cd 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/CollectionTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/CollectionTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/InvalidTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/InvalidTypeOperations.java
index 624271a..51f5c02 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/InvalidTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/InvalidTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/MessageTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/MessageTypeOperations.java
index 42d69de..417b1bf 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/MessageTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/MessageTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/OrderedSetTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/OrderedSetTypeOperations.java
index afcad79..7c72693 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/OrderedSetTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/OrderedSetTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/PrimitiveTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/PrimitiveTypeOperations.java
index 9f7e285..d31b9f4 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/PrimitiveTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/PrimitiveTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SequenceTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SequenceTypeOperations.java
index 69b8328..fedcd8d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SequenceTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SequenceTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SetTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SetTypeOperations.java
index 8977f56..779e6df 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SetTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/SetTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TemplateParameterTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TemplateParameterTypeOperations.java
index 4761102..37121fa 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TemplateParameterTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TemplateParameterTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2016 Willink Transformations and others.
+ * Copyright (c) 2009, 2018 Willink Transformations and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TupleTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TupleTypeOperations.java
index 3b36f3c..4b3fbbc 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TupleTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TupleTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TypeTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TypeTypeOperations.java
index 990e7bc..501a3ec 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TypeTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/TypeTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/VoidTypeOperations.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/VoidTypeOperations.java
index bc53a08..8cb88c5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/VoidTypeOperations.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/operations/VoidTypeOperations.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesAdapterFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesAdapterFactory.java
index c03bb26..752eaa6 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesAdapterFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesSwitch.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesSwitch.java
index db4eeb2..ef0d17e 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesSwitch.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesSwitch.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2014 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesValidator.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesValidator.java
index 7e76a82..944fc59 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesValidator.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/types/util/TypesValidator.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2008, 2016 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2008, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Adaptable.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Adaptable.java
index 2ec5743..ec0f7b6 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Adaptable.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Adaptable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Bag.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Bag.java
index 6208fe4..fd689d5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Bag.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Bag.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/BagImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/BagImpl.java
index e9476b2..c4b38e8 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/BagImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/BagImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2011, 2011 IBM Corporation and others.
+ * Copyright (c) 2005, 2011, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/CollectionUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/CollectionUtil.java
index 1dcf250..3024278 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/CollectionUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/CollectionUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012, 2011 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2012, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLStandardLibraryUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLStandardLibraryUtil.java
index 9b0faa9..787c313 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLStandardLibraryUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLStandardLibraryUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2014, 2017 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2014, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLTypeChecker.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLTypeChecker.java
index 27f8700..d455e8d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLTypeChecker.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLTypeChecker.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008, 2014 Open Canarias S.L. and others.
+ * Copyright (c) 2008, 2018 Open Canarias S.L. and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLUtil.java
index e41daee..09e3a08 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/OCLUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2014 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ObjectUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ObjectUtil.java
index 077623a..5839f42 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ObjectUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ObjectUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2011, 2011 IBM Corporation and others.
+ * Copyright (c) 2006, 2011, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemAware.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemAware.java
index a6381de..fda8559 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemAware.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemAware.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Borland Software Corporation and others.
+ * Copyright (c) 2009, 2018 Borland Software Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemHandlerWrapper.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemHandlerWrapper.java
index d8d66e3..376a9e2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemHandlerWrapper.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ProblemHandlerWrapper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ToStringVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ToStringVisitor.java
index 6792974..04333f5 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ToStringVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/ToStringVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Tuple.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Tuple.java
index c4d1ea4..d6c4ada 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Tuple.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/Tuple.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/TypeUtil.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/TypeUtil.java
index ee107d6..0c79e67 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/TypeUtil.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/TypeUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/UnicodeSupport.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/UnicodeSupport.java
index 414245c..f425764 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/UnicodeSupport.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/util/UnicodeSupport.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/ASTNode.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/ASTNode.java
index a6a0d2e..4686b5b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/ASTNode.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/ASTNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/AbstractVisitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/AbstractVisitor.java
index 4e3abc8..b9360ad 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/AbstractVisitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/AbstractVisitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2016 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/CallingASTNode.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/CallingASTNode.java
index 6b20a8b..170a4a7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/CallingASTNode.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/CallingASTNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/OCLFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/OCLFactory.java
index 07e2395..4603326 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/OCLFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/OCLFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/PredefinedType.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/PredefinedType.java
index 0aa9d2a..f0d649f 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/PredefinedType.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/PredefinedType.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedASTNode.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedASTNode.java
index 9aaf6a3..ccc2b17 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedASTNode.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedASTNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedElement.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedElement.java
index 76f7cfc..68fa19b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedElement.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/TypedElement.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UMLReflection.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UMLReflection.java
index ac7806b..0032e9d 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UMLReflection.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UMLReflection.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesFactory.java
index 42f55079..0146cf2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesPackage.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesPackage.java
index 21906dc..6e3dfc7 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesPackage.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/UtilitiesPackage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitable.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitable.java
index a4bfd8d..360703b 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitable.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitor.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitor.java
index 313b1c1..9594d06 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitor.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/Visitor.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/impl/UtilitiesFactoryImpl.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/impl/UtilitiesFactoryImpl.java
index 1ef64d1..aa0511a 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/impl/UtilitiesFactoryImpl.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/impl/UtilitiesFactoryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesAdapterFactory.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesAdapterFactory.java
index 7208495..d35b4f9 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesAdapterFactory.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesAdapterFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2016 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesSwitch.java b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesSwitch.java
index 3d9737a..10792f2 100644
--- a/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesSwitch.java
+++ b/plugins/org.eclipse.ocl/src/org/eclipse/ocl/utilities/util/UtilitiesSwitch.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2014 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at