Skip to content

Commit

Permalink
lib: add missing license information for rpmsg_retarget
Browse files Browse the repository at this point in the history
Add BSD license and mentor copyright.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
  • Loading branch information
arnopo committed Dec 1, 2020
1 parent a659210 commit 39cbd87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/include/openamp/rpmsg_retarget.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions lib/proxy/rpmsg_retarget.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2014, Mentor Graphics Corporation
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <errno.h>
#include <metal/mutex.h>
#include <metal/spinlock.h>
Expand Down

0 comments on commit 39cbd87

Please sign in to comment.