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

« back to all changes in this revision

Viewing changes to grub-core/gentrigtables.c

  • 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:
30
30
  int i;
31
31
 
32
32
  printf ("#include <grub/types.h>\n");
 
33
  printf ("#include <grub/dl.h>\n");
 
34
  printf ("\n");
 
35
 
 
36
  printf ("/* Under copyright legislature such automated output isn't\n");
 
37
  printf ("covered by any copyright. Hence it's public domain. Public\n");
 
38
  printf ("domain works can be dual-licenced with any license. */\n");
 
39
  printf ("GRUB_MOD_LICENSE (\"GPLv3+\");");
 
40
  printf ("GRUB_MOD_DUAL_LICENSE (\"Public Domain\");");
33
41
 
34
42
#define TAB(op) \
35
43
  printf ("grub_int16_t grub_trig_" #op "tab[] =\n{"); \