Merge "Bug 552000 - [releng] Move to EPLV2"
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/BarChartExample.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/BarChartExample.java
index ee1a391..47f07f1 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/BarChartExample.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/BarChartExample.java
@@ -2,10 +2,13 @@
 
 /*******************************************************************************
  * Copyright (c) 2010 Oak Ridge National Laboratory.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 import org.eclipse.draw2d.LightweightSystem;
 import org.eclipse.nebula.visualization.xygraph.dataprovider.CircularBufferDataProvider;
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/ComprehensiveExample.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/ComprehensiveExample.java
index 489df6f..4e54816 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/ComprehensiveExample.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/ComprehensiveExample.java
@@ -2,10 +2,13 @@
 
 /*******************************************************************************
  * Copyright (c) 2010 Oak Ridge National Laboratory.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 import org.eclipse.draw2d.IFigure;
 import org.eclipse.draw2d.KeyEvent;
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/GraphDemo.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/GraphDemo.java
index 12e16bd..540740a 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/GraphDemo.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/GraphDemo.java
@@ -1,9 +1,12 @@
 /*******************************************************************************
  * Copyright (c) 2010, 2017 Oak Ridge National Laboratory and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 package org.eclipse.nebula.visualization.xygraph.examples;
 
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/LargeNumberOfTracesAnnotationsAxes.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/LargeNumberOfTracesAnnotationsAxes.java
index e97c7bc..c549021 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/LargeNumberOfTracesAnnotationsAxes.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/LargeNumberOfTracesAnnotationsAxes.java
@@ -1,9 +1,12 @@
 /*******************************************************************************
  * Copyright (c) 2010, 2017 Oak Ridge National Laboratory and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 package org.eclipse.nebula.visualization.xygraph.examples;
 
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.java
index c1414dc..26fbc78 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.java
@@ -3,10 +3,13 @@
 import org.eclipse.draw2d.ColorConstants;
 /*******************************************************************************
  * Copyright (c) 2010, 2017 Oak Ridge National Laboratory.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 import org.eclipse.draw2d.LightweightSystem;
 import org.eclipse.nebula.visualization.xygraph.dataprovider.CircularBufferDataProvider;
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.java
index c34a18f..97637a7 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.java
@@ -2,10 +2,13 @@
 
 /*******************************************************************************
  * Copyright (c) 2010 Oak Ridge National Laboratory.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 import org.eclipse.draw2d.LightweightSystem;
 import org.eclipse.nebula.visualization.xygraph.dataprovider.CircularBufferDataProvider;
diff --git a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.java b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.java
index 93289f1..b9e2fff 100644
--- a/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.java
+++ b/widgets/visualization/examples/org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.java
@@ -1,9 +1,12 @@
 /*******************************************************************************
  * Copyright (c) 2017 Oak Ridge National Laboratory and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
  ******************************************************************************/
 package org.eclipse.nebula.visualization.xygraph.examples;