Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Duft2017-02-06 09:12:46 +0000
committerMarkus Duft2017-02-07 06:28:46 +0000
commit3014f2fdbe89cfb3ab8923d73fc8702ed0fcb4cb (patch)
tree394a1a3daf91cdbf3eff52229f136f73fd9cc2da
parent1c9b0619e4eebbc94b0f633e8590060de1c82ba0 (diff)
downloadeclipse.platform.debug-3014f2fdbe89cfb3ab8923d73fc8702ed0fcb4cb.tar.gz
eclipse.platform.debug-3014f2fdbe89cfb3ab8923d73fc8702ed0fcb4cb.tar.xz
eclipse.platform.debug-3014f2fdbe89cfb3ab8923d73fc8702ed0fcb4cb.zip
Change-Id: I166699318948cff0bef1304aff7b635c5d0a5c6a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupMemberChangeListener.java10
-rw-r--r--org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchGroupTests.java10
2 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupMemberChangeListener.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupMemberChangeListener.java
index 84c8eee5d..3208b538b 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupMemberChangeListener.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/groups/GroupMemberChangeListener.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2016, 2017 SSI Schaefer IT Solutions GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * SSI Schaefer IT Solutions GmbH
+ *******************************************************************************/
package org.eclipse.debug.internal.core.groups;
import java.util.List;
diff --git a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchGroupTests.java b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchGroupTests.java
index 41cfda559..6e1b704d4 100644
--- a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchGroupTests.java
+++ b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchGroupTests.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2016, 2017 SSI Schaefer IT Solutions GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * SSI Schaefer IT Solutions GmbH
+ *******************************************************************************/
package org.eclipse.debug.tests.launching;
import java.lang.reflect.InvocationHandler;

Back to the top