From 39cbd874540c518ed8cdba263ce33b9f41351411 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Fri, 20 Nov 2020 14:18:03 +0100 Subject: [PATCH] lib: add missing license information for rpmsg_retarget Add BSD license and mentor copyright. Signed-off-by: Arnaud Pouliquen --- lib/include/openamp/rpmsg_retarget.h | 7 +++++++ lib/proxy/rpmsg_retarget.c | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/lib/include/openamp/rpmsg_retarget.h b/lib/include/openamp/rpmsg_retarget.h index 1f63a63e9..b5fe8c69a 100644 --- a/lib/include/openamp/rpmsg_retarget.h +++ b/lib/include/openamp/rpmsg_retarget.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2014, Mentor Graphics Corporation + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + #ifndef RPMSG_RETARGET_H #define RPMSG_RETARGET_H diff --git a/lib/proxy/rpmsg_retarget.c b/lib/proxy/rpmsg_retarget.c index aa91b6714..97a289199 100644 --- a/lib/proxy/rpmsg_retarget.c +++ b/lib/proxy/rpmsg_retarget.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2014, Mentor Graphics Corporation + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + #include #include #include