From aeb885595b53d08ed101ccc08032a6dfcfe3decb Mon Sep 17 00:00:00 2001 From: "Roberto A. Foglietta" Date: Sun, 18 Dec 2022 14:10:40 +0100 Subject: [PATCH] Copyright changes of expand last partition script after rework Script to resize last partition to full medium size, changed the copyright and the license by the author of the rework and generalisation as following: . This software was originally a part of ISAR . Copyright (c) Siemens AG, 2018-2022 . SPDX-License-Identifier: MIT . . After its rework and generalisation this file was relicensed . (C) 2022, Roberto A. Foglietta . SPDX-License-Identifier: all rights reserved, but fair use allowed . Fair use includes test, learning and marketing but not sales, redistribution . leasing, renting or every other commercial/business activities without the . consent of the author. Every company or individual allowed to use this . code behind these limitations will be listed here below, if any. Signed-off-by: Roberto A. Foglietta expand-last-partition.sh Signed-off-by: Roberto A. Foglietta --- .../files/expand-last-partition.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/expand-on-first-boot/files/expand-last-partition.sh b/meta/recipes-support/expand-on-first-boot/files/expand-last-partition.sh index 5cd6fc3..82b74a6 100755 --- a/meta/recipes-support/expand-on-first-boot/files/expand-last-partition.sh +++ b/meta/recipes-support/expand-on-first-boot/files/expand-last-partition.sh @@ -2,10 +2,18 @@ # # Resize last partition to full medium size # -# This software is a part of ISAR. +# This software was originally a part of ISAR # Copyright (c) Siemens AG, 2018-2022 -# # SPDX-License-Identifier: MIT +# +# After its rework and generalisation this file was relicensed +# (C) 2022, Roberto A. Foglietta +# SPDX-License-Identifier: all rights reserved, but fair use allowed +# Fair use includes test, learning and marketing but not sales, redistribution +# leasing, renting or every other commercial/business activities without the +# consent of the author. Every company or individual allowed to use this +# code behind these limitations will be listed here below, if any. +# exitnlog() { ec=$? -- 2.34.1