Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 19:14:35 +0000
committerAlexander Kurtakov2018-08-22 05:53:34 +0000
commitb5617ff4403323276a8d0b13f712f36e4c64aa2f (patch)
tree01749edc26d867f5068aa76657d8e6a66e16d26e /ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java
parent41c4c8a537a2c0131fee2305ece0d51fe5568176 (diff)
downloadeclipse.platform-b5617ff4403323276a8d0b13f712f36e4c64aa2f.tar.gz
eclipse.platform-b5617ff4403323276a8d0b13f712f36e4c64aa2f.tar.xz
eclipse.platform-b5617ff4403323276a8d0b13f712f36e4c64aa2f.zip
Change-Id: I41dda6028bdda475447de37b3f1ecf3b541c3c60 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java')
-rw-r--r--ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java b/ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java
index 6f543149a..43afb7523 100644
--- a/ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java
+++ b/ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/TestBuildListener.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation 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
*
* Contributors:
* IBM Corporation - initial API and implementation

Back to the top