~vorlon/ubuntu/precise/grub2/lp.942846

« back to all changes in this revision

Viewing changes to util/import_gcry.py

  • Committer: Colin Watson
  • Date: 2011-05-16 22:43:37 UTC
  • mfrom: (1892.1.515 grub)
  • Revision ID: cjwatson@canonical.com-20110516224337-27u9u9wef4gc8ibj
merge from Debian 1.99-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        f = open (infile, "r")
92
92
        fw = open (outfile, "w")
93
93
        fw.write ("/* This file was automatically imported with \n")
94
 
        fw.write ("   import_gcry.py. Please don't modify it */\n");
 
94
        fw.write ("   import_gcry.py. Please don't modify it */\n")
 
95
        fw.write ("#include <grub/dl.h>\n")
 
96
        # Whole libgcrypt is distributed under GPLv3+ or compatible
 
97
        if isc:
 
98
            fw.write ("GRUB_MOD_LICENSE (\"GPLv3+\");\n")
 
99
 
95
100
        ciphernames = []
96
101
        mdnames = []
97
102
        hold = False