tcf-agent: change license to EPL/EDL

cpudefs-mdep-mux.h contains a proprietary license notice.

(From OE-Core rev: 6105678a1255aa41ae9314f4d99c571d2b73186a)

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater 2021-06-11 17:16:55 +08:00 committed by Richard Purdie
parent 2d4c9ee398
commit 319da63fc9
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,56 @@
From 20ac1f939a8a97b03abec55d865050fdaa0f343a Mon Sep 17 00:00:00 2001
From: Eugene Tarassov <eugenet@xilinx.com>
Date: Tue, 8 Jan 2019 21:56:16 -0800
Subject: [oe-core][PATCH 1/1] Fixed copyright messages
Upstream-Status: Backport [https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/commit/?id=20ac1f939a8a97b03abec55d865050fdaa0f343a]
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
agent/tcf/framework/channel_lws.c | 2 +-
agent/tcf/framework/cpudefs-mdep-mux.h | 19 +++++++++++++------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/agent/tcf/framework/channel_lws.c b/agent/tcf/framework/channel_lws.c
index 0cb9585..d9352f3 100644
--- a/tcf/framework/channel_lws.c
+++ b/tcf/framework/channel_lws.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2016-2017 Wind River Systems, Inc.
+ * Copyright (c) 2016-2018 Wind River Systems, 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
* and Eclipse Distribution License v1.0 which accompany this distribution.
diff --git a/agent/tcf/framework/cpudefs-mdep-mux.h b/agent/tcf/framework/cpudefs-mdep-mux.h
index c9e0db7..0397a6a 100644
--- a/tcf/framework/cpudefs-mdep-mux.h
+++ b/tcf/framework/cpudefs-mdep-mux.h
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2013 Wind River Systems, Inc.
+/*******************************************************************************
+ * Copyright (c) 2013 Wind River Systems, 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
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ * You may elect to redistribute this code under either of these licenses.
*
- * The right to copy, distribute, modify or otherwise make use
- * of this software may be licensed only pursuant to the terms
- * of an applicable Wind River license agreement.
- */
+ * Contributors:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
#include <tcf/config.h>
--
2.7.4

View File

@ -15,6 +15,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent \
file://ldflags.patch \
file://tcf-agent.init \
file://tcf-agent.service \
file://0001-Fixed-copyright-messages.patch \
"
DEPENDS = "util-linux openssl"