diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-23 15:10:35 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-23 15:10:35 +0000 |
commit | 7fc24f58c51067964553ee152cdaea53127d1493 (patch) | |
tree | bc1d926e7fa8af6c9a9bedc5ffb81138c251b42a /gcc/melt/warmelt-first.melt | |
parent | 499207b606b69cb88047c1c290bf3c2a157c09af (diff) | |
download | gcc-7fc24f58c51067964553ee152cdaea53127d1493.tar.gz |
2014-01-23 Basile Starynkevitch <basile@starynkevitch.net>
* melt/warmelt-first.melt: Add module_is_gpl_compatible.
* melt/warmelt-genobj.melt: Add module_is_gpl_compatible.
* melt/warmelt-macro.melt: Add module_is_gpl_compatible.
* melt/warmelt-modes.melt: Add module_is_gpl_compatible.
* melt/warmelt-moremacro.melt: Add module_is_gpl_compatible.
* melt/warmelt-normal.melt: Add module_is_gpl_compatible.
* melt/warmelt-normatch.melt: Add module_is_gpl_compatible.
* melt/warmelt-outobj.melt: Add module_is_gpl_compatible.
* melt/xtramelt-ana-base.melt: Add module_is_gpl_compatible.
* melt/xtramelt-ana-gimple.melt: Add module_is_gpl_compatible.
* melt/xtramelt-ana-simple.melt: Add module_is_gpl_compatible.
* melt/xtramelt-ana-tree.melt: Add module_is_gpl_compatible.
* melt/xtramelt-playground.melt: Add module_is_gpl_compatible.
* melt/xtramelt-probe.melt: Add module_is_gpl_compatible.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@206974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt/warmelt-first.melt')
-rw-r--r-- | gcc/melt/warmelt-first.melt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/melt/warmelt-first.melt b/gcc/melt/warmelt-first.melt index b00c51c157b..cb80b251d89 100644 --- a/gcc/melt/warmelt-first.melt +++ b/gcc/melt/warmelt-first.melt @@ -25,6 +25,10 @@ ;; the copyright notice above apply both to warmelt-first.melt and ;; to the generated files warmelt-first*.c + +;; This MELT module is GPL compatible since it is GPLv3+ licensed. +(module_is_gpl_compatible "GPLv3+") + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |