| 1 /* |
1 /* |
| 2 * purple |
2 * Purple - Internet Messaging Library |
| |
3 * Copyright (C) Pidgin Developers <devel@pidgin.im> |
| 3 * |
4 * |
| 4 * Purple is the legal property of its developers, whose names are too numerous |
5 * Purple is the legal property of its developers, whose names are too numerous |
| 5 * to list here. Please refer to the COPYRIGHT file distributed with this |
6 * to list here. Please refer to the COPYRIGHT file distributed with this |
| 6 * source distribution. |
7 * source distribution. |
| 7 * |
8 * |
| 8 * This program is free software; you can redistribute it and/or modify |
9 * This library is free software; you can redistribute it and/or modify it |
| 9 * it under the terms of the GNU General Public License as published by |
10 * under the terms of the GNU General Public License as published by the Free |
| 10 * the Free Software Foundation; either version 2 of the License, or |
11 * Software Foundation; either version 2 of the License, or (at your option) |
| 11 * (at your option) any later version. |
12 * any later version. |
| 12 * |
13 * |
| 13 * This program is distributed in the hope that it will be useful, |
14 * This library is distributed in the hope that it will be useful, but WITHOUT |
| 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 16 * GNU General Public License for more details. |
17 * more details. |
| 17 * |
18 * |
| 18 * You should have received a copy of the GNU General Public License |
19 * You should have received a copy of the GNU General Public License along with |
| 19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 * this library; if not, see <https://www.gnu.org/licenses/>. |
| 20 */ |
21 */ |
| 21 |
22 |
| 22 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) |
23 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) |
| 23 # error "only <purple.h> may be included directly" |
24 # error "only <purple.h> may be included directly" |
| 24 #endif |
25 #endif |