* util/import_gcry.py: Fix typo.
This commit is contained in:
parent
ec9f5e0d73
commit
0c67693394
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-04-12 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/import_gcry.py: Fix typo.
|
||||
|
||||
2011-04-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* NEWS: Add btrfs support.
|
||||
|
|
|
@ -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…
Reference in a new issue