spdx: add spdx tags to most files
Large change that removes the duplicated MIT notice withe a spdx tag Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# The script is used to build .aar packages for Mraa modules.
|
||||
#
|
||||
# Author: Nicolas Oliver <dario.n.oliver@intel.com>
|
||||
# Copyright (c) 2017 Intel Corporation.
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# All environment variables used are passed from docker-compose.
|
||||
# Those environment variables can also be declared in the host,
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Author: Nicolas Oliver <dario.n.oliver@intel.com>
|
||||
# Copyright (c) 2017 Intel Corporation.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Author: Nicolas Oliver <dario.n.oliver@intel.com>
|
||||
# Copyright (c) 2017 Intel Corporation.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
# analysis scan via SonarCloud.
|
||||
#
|
||||
# Author: Alex Tereschenko <alext.mkrs@gmail.com>
|
||||
# Copyright (c) 2017 Alex Tereschenko.
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# All environment variables used are passed from either Travis or docker-compose.
|
||||
# See details at https://docs.sonarqube.org/display/SONAR/Analysis+Parameters.
|
||||
|
||||
Reference in New Issue
Block a user