libpurple/protocols/ircv3/ircv3generategir.c

changeset 42568
31e8c7c92e2f
parent 42229
605f8cba9704
equal deleted inserted replaced
42567:4be05f181669 42568:31e8c7c92e2f
1 /*
2 * Purple - Internet Messaging Library
3 * Copyright (C) Pidgin Developers <devel@pidgin.im>
4 *
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
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this library; if not, see <https://www.gnu.org/licenses/>.
21 */
22
1 #include <glib.h> 23 #include <glib.h>
2 24
3 #include <gplugin-introspection.h> 25 #include <gplugin-introspection.h>
4 26
5 int 27 int

mercurial