Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-14 13:40:58 +0000
committerAlexander Kurtakov2018-05-14 14:20:31 +0000
commit11287002ef9a2b87ebdf529bb624609c52a319d3 (patch)
tree2a714a7b2f6ceaac67f4577994bbb131c3193394 /containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java
parente3d0af73e493bc7d2409987492f9a5460673473c (diff)
downloadorg.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.tar.gz
org.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.tar.xz
org.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.zip
Update containers plugin license to EPL 2.0.
Change-Id: Ice4b6d11c51ce6ebb5056a41e504239431324b40 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122586 Tested-by: CI Bot
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java')
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java
index 7a33e5e2e0..cb7ac93703 100644
--- a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java
+++ b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultTCPConnectionSettingsProvider.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright (c) 2016 Red Hat.
- * 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
+ * Copyright (c) 2016, 2018 Red Hat.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat - Initial Contribution

Back to the top