libpurple/purpleprotocolmanager.c

changeset 42594
eddde70cedd8
parent 42592
6b65c0e4ba15
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 * This program is free software; you can redistribute it and/or modify 5 * Purple is the legal property of its developers, whose names are too numerous
6 * it under the terms of the GNU General Public License as published by 6 * to list here. Please refer to the COPYRIGHT file distributed with this
7 * the Free Software Foundation; either version 2 of the License, or 7 * source distribution.
8 * (at your option) any later version.
9 * 8 *
10 * This program is distributed in the hope that it will be useful, 9 * This library is free software; you can redistribute it and/or modify it
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * under the terms of the GNU General Public License as published by the Free
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * Software Foundation; either version 2 of the License, or (at your option)
13 * GNU General Public License for more details. 12 * any later version.
14 * 13 *
15 * You should have received a copy of the GNU General Public License 14 * This library is distributed in the hope that it will be useful, but WITHOUT
16 * along with this program; if not, see <https://www.gnu.org/licenses/>. 15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * more details.
18 *
19 * You should have received a copy of the GNU General Public License along with
20 * this library; if not, see <https://www.gnu.org/licenses/>.
17 */ 21 */
18 22
19 #include <glib/gi18n-lib.h> 23 #include <glib/gi18n-lib.h>
20 24
21 #include "purpleprotocolmanager.h" 25 #include "purpleprotocolmanager.h"

mercurial