comparison mangle.h @ 13:3a808d823fbe libpostproc

Replace informal GPL notice by official header.
author diego
date Sat, 09 Sep 2006 21:09:37 +0000
parents 7c419ceafa6a
children da3bfee1fa67
comparison
equal deleted inserted replaced
12:e718a1049f9e 13:3a808d823fbe
1 /* mangle.h - This file has some CPP macros to deal with different symbol 1 /*
2 * mangle.h - This file has some CPP macros to deal with different symbol
2 * mangling across binary formats. 3 * mangling across binary formats.
4 *
3 * (c)2002 by Felix Buenemann <atmosfear at users.sourceforge.net> 5 * (c)2002 by Felix Buenemann <atmosfear at users.sourceforge.net>
4 * File licensed under the GPL, see http://www.fsf.org/ for more info. 6 *
5 */ 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */
6 21
7 #ifndef __MANGLE_H 22 #ifndef __MANGLE_H
8 #define __MANGLE_H 23 #define __MANGLE_H
9 24
10 /* Feel free to add more to the list, eg. a.out IMO */ 25 /* Feel free to add more to the list, eg. a.out IMO */