libpurple/protocols/ircv3/purpleircv3sasl.c

changeset 42568
31e8c7c92e2f
parent 42510
fe16c4d773b4
equal deleted inserted replaced
42567:4be05f181669 42568:31e8c7c92e2f
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 * to list here. Please refer to the COPYRIGHT file distributed with this
7 * source distribution.
8 *
9 * This library is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version. 12 * (at your option) any later version.
9 * 13 *
10 * 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,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details. 17 * GNU General Public License for more details.
14 * 18 *
15 * 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
16 * along with this program; if not, see <https://www.gnu.org/licenses/>. 20 * along with 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 <hasl.h> 25 #include <hasl.h>

mercurial