aboutsummaryrefslogtreecommitdiff
path: root/include/odp_thread.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@linaro.org>2013-12-23 14:41:26 -0600
committerMaxim Uvarov <maxim.uvarov@linaro.org>2013-12-30 11:14:26 +0400
commit745022f2e6ba783575bbfca6cff0bc71a17802e3 (patch)
tree1b6c8589157e7fd90cf99355fffc29e1d01e86d2 /include/odp_thread.h
parent9dde32f3d5f4201293f279b2ea51ee21f5335093 (diff)
tree-wide: introduce SPDX Unique License Identifiers
ODP includes big blocks of License headers in all files. This not only blows up the source code with mostly redundant information, but also makes it very difficult to generate License Clearing Reports. An additional problem is that even the same licenses are referred to by a number of slightly varying text blocks (full, abbreviated, different indentation, line wrapping and/or white space, with obsolete address information, ...) which makes automatic processing a nightmare. To make this easier, such license headers in the source files will be replaced with a single line reference to Unique License Identifiers as defined by the Linux Foundation's SPDX project [1]. I.e, in a source file the full BSD 3-clause header text will be replaced by a single line: SPDX-License-Identifier: BSD-3-Clause We use the SPDX Unique License Identifiers here; these are available at [2]. Note: From the legal point of view, this patch is supposed to be only a change to the textual representation of the license information, but in no way any change to the actual license terms. With this patch applied, all files will still be licensed under the same terms they were before. [1] http://spdx.org/ [2] http://spdx.org/licenses/ Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Diffstat (limited to 'include/odp_thread.h')
-rw-r--r--include/odp_thread.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/include/odp_thread.h b/include/odp_thread.h
index 079b8fabe..b92825dd6 100644
--- a/include/odp_thread.h
+++ b/include/odp_thread.h
@@ -1,31 +1,7 @@
/* Copyright (c) 2013, Linaro Limited
* All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * * Neither the name of Linaro Limited nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * SPDX-License-Identifier: BSD-3-Clause
*/