Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-14 18:36:36 +0000
committerAlexander Kurtakov2018-05-14 18:42:46 +0000
commit1c37e9557d65bd3d6716dd6b8660f3a1b23220e7 (patch)
treefa69c3c2c6ccd45f134655602e0b7b9f080fbd52 /mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java
parentf626ce6952a9178a7e27835fc34f5d67ee13931c (diff)
downloadorg.eclipse.linuxtools-1c37e9557d65bd3d6716dd6b8660f3a1b23220e7.tar.gz
org.eclipse.linuxtools-1c37e9557d65bd3d6716dd6b8660f3a1b23220e7.tar.xz
org.eclipse.linuxtools-1c37e9557d65bd3d6716dd6b8660f3a1b23220e7.zip
Update OSIO mylyn connector license to EPL 2.0.
Change-Id: I0ee738789aba5c40064f4875e34bbf0f904dbc78 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122612
Diffstat (limited to 'mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java')
-rw-r--r--mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java b/mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java
index 3884b1d00a..2467df0d05 100644
--- a/mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java
+++ b/mylyn/org.eclipse.linuxtools.mylyn.osio.rest.core/src/org/eclipse/linuxtools/internal/mylyn/osio/rest/core/response/data/UserSingleResponse.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright (c) 2017 Red Hat Inc. 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
+ * Copyright (c) 2017, 2018 Red Hat Inc. and others.
+ *
+ * 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