Skip to content

Commit 3ae5262

Browse files
committedApr 7, 2019
license: cleanup: add SPDX Apache-2.0 license identifier
Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 8287f7c commit 3ae5262

File tree

1,332 files changed

+2676
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,332 files changed

+2676
-4
lines changed
 

‎CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# *DOCUMENTATION*
24
#
35
# Note that this is *NOT* the top-level CMakeLists.txt. That's in the

‎arch/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
add_definitions(-D__ZEPHYR_SUPERVISOR__)
24

35
add_subdirectory(common)

0 commit comments

Comments
 (0)
Please sign in to comment.