Commit 79c4fcf4 authored by David Brown's avatar David Brown Committed by Andrzej Puzdrowski
Browse files

scripts: Add SPDX headers



Add SPDX headers indicating the Apache-2.0 license to the scripts in the
scripts directory.  This can be assumed due to the presence of the
Apache-2.0 LICENSE file at the top of the project.

Fixes #930

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent a513b8e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
#
# Copyright 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
+2 −0
Original line number Diff line number Diff line
#! /bin/bash
#
# SPDX-License-Identifier: Apache-2.0

source $(dirname $0)/../target.sh

+2 −0
Original line number Diff line number Diff line
#! /bin/bash
#
# SPDX-License-Identifier: Apache-2.0

source $(dirname $0)/../target.sh

+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: Apache-2.0
#
# Nix environment for imgtool
#
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
#
# Copyright 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Loading