diff options
author | Abner C. Paula <abner.cordeiro@ossystems.com.br> | 2024-12-05 11:06:51 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-02 09:18:47 -0300 |
commit | e6a2607c8cbbbfe1cb77d2cc5a6733f71ce9b63a (patch) | |
tree | ba7372a7012df8d8301ba7df3e51a47c84f4128f | |
parent | a52fe28bc4e02fe57d0a01a2aa5b707eda9c2855 (diff) | |
download | meta-freescale-e6a2607c8cbbbfe1cb77d2cc5a6733f71ce9b63a.tar.gz |
generate-license-file: Fix layer name
Signed-off-by: Abner C. Paula <abner.cordeiro@ossystems.com.br>
-rwxr-xr-x | scripts/generate-license-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-license-file b/scripts/generate-license-file index b6d43cd9..2f4e9766 100755 --- a/scripts/generate-license-file +++ b/scripts/generate-license-file | |||
@@ -3,7 +3,7 @@ | |||
3 | # Create or clear the LICENSE file | 3 | # Create or clear the LICENSE file |
4 | echo "# License Information" > LICENSE | 4 | echo "# License Information" > LICENSE |
5 | echo "" >> LICENSE | 5 | echo "" >> LICENSE |
6 | echo "This file lists all licenses used by recipes in the meta-freescale-3rdparty layer." >> LICENSE | 6 | echo "This file lists all licenses used by recipes in the meta-freescale layer." >> LICENSE |
7 | echo "" >> LICENSE | 7 | echo "" >> LICENSE |
8 | 8 | ||
9 | # Find all .bb and .inc files and extract license information | 9 | # Find all .bb and .inc files and extract license information |