Skip to content

Commit

Permalink
Merge pull request #2045 from hellhound94/topic/fix-script
Browse files Browse the repository at this point in the history
generate-license-file: Fix layer name
  • Loading branch information
otavio authored Dec 5, 2024
2 parents cb6952c + 634e234 commit b8b2b1f
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 b8b2b1f

Please sign in to comment.