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:
Arnaud Pouliquen
2020-11-20 14:04:07 +01:00
parent 38aed4aae4
commit a659210c47
17 changed files with 75 additions and 0 deletions

View File

@@ -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. */

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef RPMSG_ECHO_H
#define RPMSG_ECHO_H

View File

@@ -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. */

View File

@@ -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,

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef MATRIX_MULTIPLY_H
#define MATRIX_MULTIPLY_H

View File

@@ -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,

View File

@@ -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. */

View File

@@ -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. */

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef RPMSG_RPC_DEMO_H
#define RPMSG_RPC_DEMO_H

View File

@@ -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.

View File

@@ -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.

View File

@@ -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_

View File

@@ -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_

View File

@@ -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.

View File

@@ -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. */

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef RPMSG_PING_H
#define RPMSG_PING_H

View File

@@ -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. */