Skip to content

Commit

Permalink
linux-qcom-bootimg.bbclass: add license and copyright
Browse files Browse the repository at this point in the history
Add missing license and copyright declaration, which is a standard
practice in OE, and also verified by repolinter.

Assume MIT license which is the license used by the layer as default
license.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Jan 23, 2025
1 parent 055a3d1 commit 7df88a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions classes/linux-qcom-bootimg.bbclass
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#
# Copyright (c) 2015-2023 Linaro
# Copyright (c) 2016 Matt Madison <[email protected]>
# Copyright (c) 2017 Artur Mądrzak <[email protected]>
# Copyright (c) 2024 Ola Jeppsson <[email protected]>
# Copyright (c) 2024 Qualcomm Innovation Center, Inc.
#
# SPDX-License-Identifier: MIT
#

QIMG_DEPLOYDIR = "${WORKDIR}/qcom_deploy-${PN}"

# Define INITRAMFS_IMAGE to create kernel+initramfs Android boot images in
Expand Down

0 comments on commit 7df88a0

Please sign in to comment.