Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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