libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit f867ff64bf60e94437046dece8b2be033c24729a
parent 84af51a35b0b28c8a8b6280d5a38ec5529040f84
Author: Heikki Lindholm <holin@iki.fi>
Date:   Mon, 29 Dec 2008 11:01:30 +0000

copyright headers


Diffstat:
Msrc/intlemu/intlemu.c | 10++++++++++
Msrc/intlemu/libintlemu.h | 10+++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/src/intlemu/intlemu.c b/src/intlemu/intlemu.c @@ -1,3 +1,13 @@ +/* + * libintlemu - A Core Foundation libintl emulator + * Copyright (C) 2008 Heikki Lindholm <holin@iki.fi> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + #include <CoreFoundation/CoreFoundation.h> #include <stdlib.h> #include <pthread.h> diff --git a/src/intlemu/libintlemu.h b/src/intlemu/libintlemu.h @@ -1,4 +1,12 @@ -/* Mac OS X CoreFoundation libintl emulator */ +/* + * libintlemu - A Core Foundation libintl emulator + * Copyright (C) 2008 Heikki Lindholm <holin@iki.fi> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ #ifndef LIBINTLEMU_H #define LIBINTLEMU_H