mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-06 11:13:09 +08:00
apps: add missing license information
Add BSD license when missing. Copyright has also been added for files when possible. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of rpmsg
|
||||
This application is meant to run on the remote CPU running baremetal code.
|
||||
This application echoes back data that was sent to it by the master core. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef RPMSG_ECHO_H
|
||||
#define RPMSG_ECHO_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of rpmsg
|
||||
This application is meant to run on the remote CPU running baremetal code.
|
||||
This application echoes back data that was sent to it by the master core. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of remoteproc
|
||||
and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
|
||||
running baremetal code. This applicationr receives two matrices from the master,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef MATRIX_MULTIPLY_H
|
||||
#define MATRIX_MULTIPLY_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of remoteproc
|
||||
and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
|
||||
running baremetal code. This applicationr receives two matrices from the master,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of proxy from the remote core.
|
||||
This application is meant to run on the remote CPU running baremetal.
|
||||
This applicationr can print to to master console and perform file I/O using proxy mechanism. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of proxy from the remote core.
|
||||
This application is meant to run on the remote CPU running baremetal.
|
||||
This applicationr can print to to master console and perform file I/O using proxy mechanism. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef RPMSG_RPC_DEMO_H
|
||||
#define RPMSG_RPC_DEMO_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is a sample demonstration application that showcases usage of rpmsg
|
||||
* This application is meant to run on the remote CPU running baremetal code.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is a sample demonstration application that showcases usage of rpmsg
|
||||
* This application is meant to run on the remote CPU running baremetal code.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Mentor Graphics Corporation. All rights reserved.
|
||||
* Copyright (c) 2017 - 2018 Xilinx, Inc. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef PLATFORM_INFO_H_
|
||||
#define PLATFORM_INFO_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Mentor Graphics Corporation
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2017 Xilinx, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef PLATFORM_INFO_H_
|
||||
#define PLATFORM_INFO_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a test application to send rpmsgs in flood mode.
|
||||
* That is it will keep sending messages until there is no available
|
||||
* buffers.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of rpmsg
|
||||
This application is meant to run on the remote CPU running baremetal code.
|
||||
This application echoes back data that was sent to it by the master core. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef RPMSG_PING_H
|
||||
#define RPMSG_PING_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
/* This is a sample demonstration application that showcases usage of rpmsg
|
||||
This application is meant to run on the remote CPU running baremetal code.
|
||||
This application echoes back data that was sent to it by the master core. */
|
||||
|
||||
Reference in New Issue
Block a user