Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorJonah Graham2018-11-20 11:39:12 +0000
committerJonah Graham2018-11-22 20:30:13 +0000
commitf0ce92d3b5719794f5f786e513b4b4ff8e0abe0f (patch)
tree7258e967edb9fc1a81689973093f1f7d42c53b3d /launch
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 'launch')
-rw-r--r--launch/org.eclipse.cdt.docker.launcher-feature/feature.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.docker.launcher-feature/feature.properties b/launch/org.eclipse.cdt.docker.launcher-feature/feature.properties
index afccf934d30..f842e219a05 100644
--- a/launch/org.eclipse.cdt.docker.launcher-feature/feature.properties
+++ b/launch/org.eclipse.cdt.docker.launcher-feature/feature.properties
@@ -11,4 +11,9 @@
featureName=C/C++ Docker Container Launch Support
description=Plugins for launching C/C++ applications in Containers.
provider=Eclipse CDT
-copyright=Copyright (c) 2015 Red Hat, Inc.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ http://www.eclipse.org/legal/epl-v10.html
+copyright=\
+Copyright (c) 2015, 2018 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html

Back to the top