libpurple/purplesqlite3.c

changeset 42594
eddde70cedd8
parent 42356
73dca30d5cc4
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. 8 *
9 * 9 * This library is free software; you can redistribute it and/or modify it
10 * This program is distributed in the hope that it will be useful, 10 * under the terms of the GNU General Public License as published by the Free
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * Software Foundation; either version 2 of the License, or (at your option)
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * any later version.
13 * GNU General Public License for more details. 13 *
14 * 14 * This library is distributed in the hope that it will be useful, but WITHOUT
15 * You should have received a copy of the GNU General Public License 15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * along with this program; if not, see <https://www.gnu.org/licenses/>. 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 <gio/gio.h> 23 #include <gio/gio.h>
20 24
21 #include <sqlite3.h> 25 #include <sqlite3.h>

mercurial