Skip to content

Commit 7e22700

Browse files
committed
Add copyright + SPDX markings
Signed-off-by: Loïc Minier <[email protected]>
1 parent 3085858 commit 7e22700

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

debos-recipes/qualcomm-linux-debian-flash.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,5 @@ actions:
176176
# cleanup
177177
rm -rf build
178178

179+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
180+
# SPDX-License-Identifier: BSD-3-Clause

debos-recipes/qualcomm-linux-debian-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,5 @@ actions:
136136
postprocess: true
137137
command: gzip -v -f "${ARTIFACTDIR}/{{ $image }}"
138138

139+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
140+
# SPDX-License-Identifier: BSD-3-Clause

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,5 @@ actions:
236236
file: rootfs.tar.gz
237237
compression: gz
238238

239+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
240+
# SPDX-License-Identifier: BSD-3-Clause

scripts/disk-image-edit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
23
# SPDX-License-Identifier: BSD-3-Clause
34

45
# Input disk image and sector size

0 commit comments

Comments
 (0)