Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-11-20 11:39:12 +0000
committerJonah Graham2018-11-22 20:30:13 +0000
commitf0ce92d3b5719794f5f786e513b4b4ff8e0abe0f (patch)
tree7258e967edb9fc1a81689973093f1f7d42c53b3d /cross/org.eclipse.cdt.launch.remote
parentcd612527368a2be6f7d4db1e2fbc1f8bd53f5aaf (diff)
downloadorg.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.tar.gz
org.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.tar.xz
org.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.zip
Bug 540371: normalize files before applying EPLv2
Diffstat (limited to 'cross/org.eclipse.cdt.launch.remote')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java7
-rw-r--r--cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java7
2 files changed, 8 insertions, 6 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java
index 1bd29ea39e6..86e0305bab8 100644
--- a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java
+++ b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java
@@ -1,8 +1,9 @@
/********************************************************************************
* Copyright (c) 2009, 2015 MontaVista Software, Inc. and others.
- * 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
+ * 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:
* Anna Dushistova (MontaVista) - initial API and implementation
diff --git a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java
index 6f40a95438d..54209db644e 100644
--- a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java
+++ b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteUIHelper.java
@@ -1,8 +1,9 @@
/********************************************************************************
* Copyright (c) 2016 IBM Corporation and others.
- * 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
+ * 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:
* Wainer S. Moschetta (IBM) - initial API and implementation

Back to the top