aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJason Reeder2015-08-13 16:05:44 -0500
committerJason Reeder2015-08-13 16:05:44 -0500
commitaa9606013059eb8728bcc1165c5032f0589469e0 (patch)
tree622513b4738eda8fd2dcf44cf6dccb99a74eebef /lib
parent9a4c531c88d56d8f1dfa24e1c72210f8808cf060 (diff)
downloadpru-software-support-package-aa9606013059eb8728bcc1165c5032f0589469e0.tar.gz
pru-software-support-package-aa9606013059eb8728bcc1165c5032f0589469e0.tar.xz
pru-software-support-package-aa9606013059eb8728bcc1165c5032f0589469e0.zip
Updating the BSD License header in the source code
Signed-off-by: Jason Reeder <jreeder@ti.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/src/rpmsg_lib/pru_rpmsg.c59
-rw-r--r--lib/src/rpmsg_lib/pru_virtqueue.c59
2 files changed, 62 insertions, 56 deletions
diff --git a/lib/src/rpmsg_lib/pru_rpmsg.c b/lib/src/rpmsg_lib/pru_rpmsg.c
index 08b7c64..8e0851a 100644
--- a/lib/src/rpmsg_lib/pru_rpmsg.c
+++ b/lib/src/rpmsg_lib/pru_rpmsg.c
@@ -1,32 +1,35 @@
1/* 1/*
2 * Copyright (c) 2015, Texas Instruments, Incorporated 2 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
3 * All rights reserved. 3 *
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met: 6 * modification, are permitted provided that the following conditions
7 * 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright notice, 8 *
9 * this list of conditions and the following disclaimer. 9 * * Redistributions of source code must retain the above copyright
10 * 10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 *
12 * this list of conditions and the following disclaimer in the documentation 12 * * Redistributions in binary form must reproduce the above copyright
13 * and/or other materials provided with the distribution. 13 * notice, this list of conditions and the following disclaimer in the
14 * 14 * documentation and/or other materials provided with the
15 * 3. Neither the name of the copyright holder nor the names of its 15 * distribution.
16 * contributors may be used to endorse or promote products derived from this 16 *
17 * software without specific prior written permission. 17 * * Neither the name of Texas Instruments Incorporated nor the names of
18 * 18 * its contributors may be used to endorse or promote products derived
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19 * from this software without specific prior written permission.
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 *
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * POSSIBILITY OF SUCH DAMAGE. */ 29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
30 33
31/** 34/**
32 * File : pru_rpmsg.c 35 * File : pru_rpmsg.c
diff --git a/lib/src/rpmsg_lib/pru_virtqueue.c b/lib/src/rpmsg_lib/pru_virtqueue.c
index f357aef..ae691db 100644
--- a/lib/src/rpmsg_lib/pru_virtqueue.c
+++ b/lib/src/rpmsg_lib/pru_virtqueue.c
@@ -1,32 +1,35 @@
1/* 1/*
2 * Copyright (c) 2015, Texas Instruments, Incorporated 2 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
3 * All rights reserved. 3 *
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met: 6 * modification, are permitted provided that the following conditions
7 * 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright notice, 8 *
9 * this list of conditions and the following disclaimer. 9 * * Redistributions of source code must retain the above copyright
10 * 10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 *
12 * this list of conditions and the following disclaimer in the documentation 12 * * Redistributions in binary form must reproduce the above copyright
13 * and/or other materials provided with the distribution. 13 * notice, this list of conditions and the following disclaimer in the
14 * 14 * documentation and/or other materials provided with the
15 * 3. Neither the name of the copyright holder nor the names of its 15 * distribution.
16 * contributors may be used to endorse or promote products derived from this 16 *
17 * software without specific prior written permission. 17 * * Neither the name of Texas Instruments Incorporated nor the names of
18 * 18 * its contributors may be used to endorse or promote products derived
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19 * from this software without specific prior written permission.
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 *
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * POSSIBILITY OF SUCH DAMAGE. */ 29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
30 33
31/** 34/**
32 * File : pru_virtqueue.c 35 * File : pru_virtqueue.c