X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fsql.h;h=436cd1da8c5ed06d1340ca49fd698326879f1de0;hb=1c89cb1002c915a18abd1dda2204b5c3ea1b5515;hp=0c174e987a5bb5eba41b665ca9987bd27f2a86a2;hpb=a45254ff4c15ca23b03bb2dbd52a6cd3b30c2662;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/sql.h b/src/modules/sql.h index 0c174e987..436cd1da8 100644 --- a/src/modules/sql.h +++ b/src/modules/sql.h @@ -1,16 +1,22 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ +/* + * InspIRCd -- Internet Relay Chat Daemon * - * InspIRCd: (C) 2002-2010 InspIRCd Development Team - * See: http://wiki.inspircd.org/Credits + * Copyright (C) 2010 Daniel De Graaf * - * This program is free but copyrighted software; see - * the file COPYING for details. + * This file is part of InspIRCd. InspIRCd is free software: you can + * redistribute it and/or modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation, version 2. * - * --------------------------------------------------- + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ + #ifndef INSPIRCD_SQLAPI_3 #define INSPIRCD_SQLAPI_3