Skip to content

Commit 994496c

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

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
{{- $build_rb1 := "false" -}}
25
{{- if .u_boot_rb1 -}}
36
{{- $build_rb1 := "true" }}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
{{- $dtb := or .dtb "firmware" }}
25
{{- $imagesize := or .imagesize "4GiB" }}
36
{{- $imagetype := or .imagetype "ufs" }}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
{{- $xfcedesktop := or .xfcedesktop "false" }}
25
{{- $experimentalkernel := or .experimentalkernel "false" }}
36
{{- $localdebs := or .localdebs "none" }}

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)