* util/import_gcry.py: Fix typo.
This commit is contained in:
parent
ec9f5e0d73
commit
0c67693394
2 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,7 @@ for cipher_file in cipher_files:
|
|||
fw.write ("/* This file was automatically imported with \n")
|
||||
fw.write (" import_gcry.py. Please don't modify it */\n")
|
||||
fw.write ("#include <grub/dl.h>\n")
|
||||
# Whole libgcrypt is distributedunder GPLv3+ or compatible
|
||||
# Whole libgcrypt is distributed under GPLv3+ or compatible
|
||||
if isc:
|
||||
fw.write ("GRUB_MOD_LICENSE (\"GPLv3+\");\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue