Skip to content

Commit

Permalink
generate-license-file: Fix layer name
Browse files Browse the repository at this point in the history
Signed-off-by: Abner C. Paula <[email protected]>
  • Loading branch information
hellhound94 committed Dec 5, 2024
1 parent cb6952c commit 634e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-license-file
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Create or clear the LICENSE file
echo "# License Information" > LICENSE
echo "" >> LICENSE
echo "This file lists all licenses used by recipes in the meta-freescale-3rdparty layer." >> LICENSE
echo "This file lists all licenses used by recipes in the meta-freescale layer." >> LICENSE
echo "" >> LICENSE

# Find all .bb and .inc files and extract license information
Expand Down

0 comments on commit 634e234

Please sign in to comment.