diff options
Diffstat (limited to 'gcc/melt/warmelt-genobj.melt')
-rw-r--r-- | gcc/melt/warmelt-genobj.melt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/melt/warmelt-genobj.melt b/gcc/melt/warmelt-genobj.melt index 749ada7dae1..cd267a80a1c 100644 --- a/gcc/melt/warmelt-genobj.melt +++ b/gcc/melt/warmelt-genobj.melt @@ -1,7 +1,7 @@ ;; File warmelt-genobj.melt -*- Lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (comment "*** - Copyright 2008 - 2013 Free Software Foundation, Inc. + Copyright 2008 - 2014 Free Software Foundation, Inc. Contributed by Basile Starynkevitch <basile@starynkevitch.net> This file is part of GCC. @@ -24,6 +24,10 @@ ;; the copyright notice above apply both to warmelt-genobj.melt and ;; to the generated file warmelt-genobj*.c + +;; This MELT module is GPL compatible since it is GPLv3+ licensed. +(module_is_gpl_compatible "GPLv3+") + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This file is part of a bootstrapping compiler for the MELT lisp |