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/xtramelt-ana-gimple.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/xtramelt-ana-gimple.melt')
-rw-r--r-- | gcc/melt/xtramelt-ana-gimple.melt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/melt/xtramelt-ana-gimple.melt b/gcc/melt/xtramelt-ana-gimple.melt index 5b015f1bae5..cf45ff74b83 100644 --- a/gcc/melt/xtramelt-ana-gimple.melt +++ b/gcc/melt/xtramelt-ana-gimple.melt @@ -28,8 +28,8 @@ ;; the copyright notice above apply both to xtramelt-ana-gimple.melt and ;; to the generated file xtramelt-ana-gimple*.c -;; Most code here was in xtramelt-ana-base.melt before svn rev 186705 -;; ie MELT version 0.9.5 and earlier (before april 24th, 2012). +;; This MELT module is GPL compatible since it is GPLv3+ licensed. +(module_is_gpl_compatible "GPLv3+") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |