Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub')
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/AllTests.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/AbstractTest.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUB.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUBPublication.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestOPSPublication.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestPublication.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEPUBFileUtil.java6
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEclipseTocImporter.java6
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestOPSValidator.java8
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java8
10 files changed, 48 insertions, 28 deletions
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/AllTests.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/AllTests.java
index 57e8470b2..52f2da649 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/AllTests.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/AllTests.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011-2015 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/AbstractTest.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/AbstractTest.java
index aba4bdd96..fd0695a40 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/AbstractTest.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/AbstractTest.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011, 2014 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.api;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUB.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUB.java
index 41bf7e263..684a990a8 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUB.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUB.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011, 2014 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.api;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUBPublication.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUBPublication.java
index d8585e296..4b9be8f91 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUBPublication.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestEPUBPublication.java
@@ -2,12 +2,14 @@
* Copyright (c) 2015 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.api;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestOPSPublication.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestOPSPublication.java
index f72021ad2..d691643e3 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestOPSPublication.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestOPSPublication.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011, 2014 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.api;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestPublication.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestPublication.java
index aa8f047f6..dc3c4eb4b 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestPublication.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/api/TestPublication.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011-2014 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.api;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEPUBFileUtil.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEPUBFileUtil.java
index 006d6590f..3588368a1 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEPUBFileUtil.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEPUBFileUtil.java
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2014, 2017 Torkild U. Resheim 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 v2.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:
* Torkild U. Resheim - initial API and implementation
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEclipseTocImporter.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEclipseTocImporter.java
index 6d7ee7378..a159dae72 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEclipseTocImporter.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestEclipseTocImporter.java
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2014, 2017 Torkild U. Resheim 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 v2.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:
* Torkild U. Resheim - initial API and implementation
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestOPSValidator.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestOPSValidator.java
index a9706a070..f875cf546 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestOPSValidator.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestOPSValidator.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011, 2014, 2017 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.core;
diff --git a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java
index 443fbf049..0a41aca2f 100644
--- a/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java
+++ b/epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java
@@ -2,12 +2,14 @@
* Copyright (c) 2011, 2013, 2017 Torkild U. Resheim.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * available under the terms of the Eclipse Public License v2.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:
- * Torkild U. Resheim - initial API and implementation
+ * Torkild U. Resheim - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.docs.epub.tests.core;

Back to the top