diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-06-29 16:08:17 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-29 16:51:29 +0200 |
commit | a60e92a2c8da5c7bb5f68a8904dcbf9b1b24bc3a (patch) | |
tree | 5519c6b547df2462abce3cdee1ea0417b3e58bf0 /src/libstrongswan/AndroidConfigLocal.h | |
parent | f3af4969a76070e495556d3c64358ef582c860f0 (diff) | |
download | strongswan-a60e92a2c8da5c7bb5f68a8904dcbf9b1b24bc3a.tar.bz2 strongswan-a60e92a2c8da5c7bb5f68a8904dcbf9b1b24bc3a.tar.xz |
Added GPL header to AndroidConfigLocal.h
Diffstat (limited to 'src/libstrongswan/AndroidConfigLocal.h')
-rw-r--r-- | src/libstrongswan/AndroidConfigLocal.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libstrongswan/AndroidConfigLocal.h b/src/libstrongswan/AndroidConfigLocal.h index a6da3276a..ee29c1693 100644 --- a/src/libstrongswan/AndroidConfigLocal.h +++ b/src/libstrongswan/AndroidConfigLocal.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2010 Tobias Brunner + * Hochschule fuer Technik Rapperswil + * + * 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. See <http://www.fsf.org/copyleft/gpl.txt>. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + */ + /* stuff defined in AndroidConfig.h, which is included using the -include * command-line option, thus cannot be undefined using -U CFLAGS options. * the reason we have to undefine these flags in the first place, is that |