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/tests/core/TestTOCGenerator.java')
-rw-r--r--epub/core/org.eclipse.mylyn.docs.epub.core/src-test/org/eclipse/mylyn/docs/epub/tests/core/TestTOCGenerator.java8
1 files changed, 5 insertions, 3 deletions
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