libpurple/purpleprotocolfiletransfer.h

changeset 42594
eddde70cedd8
parent 42387
d9350cda1556
child 42615
2f3308794a8f
equal deleted inserted replaced
42593:c821b5ab8895 42594:eddde70cedd8
1 /* 1 /*
2 * Purple - Internet Messaging Library 2 * Purple - Internet Messaging Library
3 * Copyright (C) Pidgin Developers <devel@pidgin.im> 3 * Copyright (C) Pidgin Developers <devel@pidgin.im>
4 * 4 *
5 * 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
6 * 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
7 * source distribution. 7 * source distribution.
8 * 8 *
9 * 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
10 * 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
11 * the Free Software Foundation; either version 2 of the License, or 11 * Software Foundation; either version 2 of the License, or (at your option)
12 * (at your option) any later version. 12 * any later version.
13 * 13 *
14 * 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
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * GNU General Public License for more details. 17 * more details.
18 * 18 *
19 * 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
20 * along with this program; if not, see <https://www.gnu.org/licenses/>. 20 * this library; if not, see <https://www.gnu.org/licenses/>.
21 */ 21 */
22 22
23 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) 23 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION)
24 # error "only <purple.h> may be included directly" 24 # error "only <purple.h> may be included directly"
25 #endif 25 #endif

mercurial