~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to util/import_gcry.py

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-17 23:59:10 UTC
  • mto: (17.3.55 sid)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: james.westby@ubuntu.com-20110517235910-ma8u889vyjdfro27
Tags: upstream-1.99
ImportĀ upstreamĀ versionĀ 1.99

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