diff options
author | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-05 13:04:30 +0000 |
---|---|---|
committer | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-05 13:04:30 +0000 |
commit | aec3ae55b0e1e0000ae97d19d0cf5fdc41204491 (patch) | |
tree | 8261382812a0e17cd5745f44ac4df567159e8c85 /gcc/unwind.h | |
parent | e087929ac447c822c19d83be3dbcc947580a85ac (diff) | |
download | gcc-aec3ae55b0e1e0000ae97d19d0cf5fdc41204491.tar.gz |
* unwind.h: Add the GPL exception.
* Makefile.in (USER_H): Add unwind.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r-- | gcc/unwind.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h index e4b1e10865d..d7f7f4ae607 100644 --- a/gcc/unwind.h +++ b/gcc/unwind.h @@ -18,6 +18,13 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you include this header file into source + files compiled by GCC, this header file does not by itself cause + the resulting executable to be covered by the GNU General Public + License. This exception does not however invalidate any other + reasons why the executable file might be covered by the GNU General + Public License. */ + /* This is derived from the C++ ABI for IA-64. Where we diverge for cross-architecture compatibility are noted with "@@@". */ |