Update copyright to EPL 2.0
diff --git a/json/bundles/org.eclipse.json/build.properties b/json/bundles/org.eclipse.json/build.properties
index 848173b..2a51f52 100644
--- a/json/bundles/org.eclipse.json/build.properties
+++ b/json/bundles/org.eclipse.json/build.properties
@@ -1,13 +1,15 @@
 ###############################################################################

 #  Copyright (c) 2013, 2016 Angelo ZERR.

 #  All rights reserved. This program and the accompanying materials

-#  are made available under the terms of the Eclipse Public License v1.0

+#  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

 #

 #  Contributors:

 #  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

-###############################################################################

+###############################################################################
 

 source.. = src/

 output.. = bin/

diff --git a/json/bundles/org.eclipse.json/plugin.properties b/json/bundles/org.eclipse.json/plugin.properties
index 1f272fc..37ec608 100644
--- a/json/bundles/org.eclipse.json/plugin.properties
+++ b/json/bundles/org.eclipse.json/plugin.properties
@@ -1,9 +1,11 @@
 ###############################################################################
 # Copyright (c) 2015, 2016 Angelo Zerr and others.
 # All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# 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
 #
 # Contributors:
 #	Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
diff --git a/json/bundles/org.eclipse.json/pom.xml b/json/bundles/org.eclipse.json/pom.xml
index a155d1a..ea6f385 100644
--- a/json/bundles/org.eclipse.json/pom.xml
+++ b/json/bundles/org.eclipse.json/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2018 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/IValidationReporter.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/IValidationReporter.java
index 1d32968..1f66009 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/IValidationReporter.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/IValidationReporter.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json;

 

 public interface IValidationReporter {

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/ValidatorHelper.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/ValidatorHelper.java
index 8e8d248..fa86e98 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/ValidatorHelper.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/ValidatorHelper.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json;

 

 import java.io.IOException;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/http/HttpHelper.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/http/HttpHelper.java
index 29b6806..7755685 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/http/HttpHelper.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/http/HttpHelper.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java
index bd8d689..29ea5b6 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java
@@ -1,13 +1,15 @@
 /**

  *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.impl.schema;

 

 import java.io.IOException;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaNode.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaNode.java
index 8f02638..094e3a6 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaNode.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaNode.java
@@ -1,13 +1,15 @@
 /**

  *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.impl.schema;

 

 import java.util.ArrayList;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaProperty.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaProperty.java
index a32da70..ec6abdf 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaProperty.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaProperty.java
@@ -1,13 +1,15 @@
 /**

  *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.impl.schema;

 

 import org.eclipse.json.provisonnal.com.eclipsesource.json.JsonObject;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/internal/JSONPlugin.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/internal/JSONPlugin.java
index 95d9a21..a31d3d0 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/internal/JSONPlugin.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/internal/JSONPlugin.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.internal;

 

 import org.eclipse.core.runtime.Plugin;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/IJSONPath.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/IJSONPath.java
index 100e1b6..0376b17 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/IJSONPath.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/IJSONPath.java
@@ -1,9 +1,11 @@
 /**
  *  Copyright (c) 2013-2016 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/JSONPath.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/JSONPath.java
index e3b84a4..bb71652 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/JSONPath.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/jsonpath/JSONPath.java
@@ -1,9 +1,11 @@
 /**
  *  Copyright (c) 2013-2016 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonArray.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonArray.java
index a1fa176..a92d46e 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonArray.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonArray.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonFactory.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonFactory.java
index f8baa05..a416054 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonFactory.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonFactory.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.provisonnal.com.eclipsesource.json;

 

 public interface JsonFactory {

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonLiteral.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonLiteral.java
index fe98c40..625bee9 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonLiteral.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonLiteral.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonNumber.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonNumber.java
index 7af52c5..059d1fe 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonNumber.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonNumber.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonObject.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonObject.java
index 989bf60..ea9ef98 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonObject.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonObject.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonParser.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonParser.java
index 0d8c770..ee4f30a 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonParser.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonParser.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2016 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonString.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonString.java
index 02336ee..7641456 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonString.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonString.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonValue.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonValue.java
index 74c939a..d4f0e5b 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonValue.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonValue.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonWriter.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonWriter.java
index e4cc4bc..e8fc427 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonWriter.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/JsonWriter.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/ParseException.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/ParseException.java
index 4fdcddf..c7427e7 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/ParseException.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/ParseException.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/PrettyPrinter.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/PrettyPrinter.java
index 81ca92d..5ffaadc 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/PrettyPrinter.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/PrettyPrinter.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WriterConfig.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WriterConfig.java
index b5b3782..9483b0d 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WriterConfig.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WriterConfig.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WritingBuffer.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WritingBuffer.java
index 4e00ad6..627cecd 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WritingBuffer.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/provisonnal/com/eclipsesource/json/WritingBuffer.java
@@ -1,9 +1,11 @@
 /**
- *  Copyright (c) 2013-2014 Angelo ZERR.
+ *  Copyright (c) 2013-2015 Angelo ZERR.
  *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
+ *  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
  *
  *  Contributors:
  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaDocument.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaDocument.java
index 0293a8e..8c577d0 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaDocument.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaDocument.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.schema;

 

 import org.eclipse.json.jsonpath.IJSONPath;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaNode.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaNode.java
index 040c669..23a20f9 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaNode.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaNode.java
@@ -1,13 +1,15 @@
 /**

  *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.schema;

 

 import java.util.List;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProcessor.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProcessor.java
index 3453f1e..8671769 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProcessor.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProcessor.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.schema;

 

 import java.io.IOException;

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProperty.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProperty.java
index 4ec26dd..c1f2a96 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProperty.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/IJSONSchemaProperty.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2016 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.schema;

 

 public interface IJSONSchemaProperty extends IJSONSchemaNode {

diff --git a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/JSONSchemaType.java b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/JSONSchemaType.java
index a97f768..a6394ef 100644
--- a/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/JSONSchemaType.java
+++ b/json/bundles/org.eclipse.json/src/org/eclipse/json/schema/JSONSchemaType.java
@@ -1,13 +1,15 @@
 /**

- *  Copyright (c) 2013-2014 Angelo ZERR.

+ *  Copyright (c) 2013-2015 Angelo ZERR.

  *  All rights reserved. This program and the accompanying materials

- *  are made available under the terms of the Eclipse Public License v1.0

+ *  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

  *

  *  Contributors:

  *  Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation

- */

+ */
 package org.eclipse.json.schema;

 

 /**