aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sql_command.cpp
diff options
context:
space:
mode:
authorGravatar Robin Burchell2012-04-19 16:16:36 +0200
committerGravatar Robin Burchell2012-04-19 16:20:15 +0200
commit08bf8f405133c493b75ab75a75e78a58a15b6562 (patch)
tree872665db3d1265f66ffdb5841b6f7aa7b3901fe6 /src/modules/m_sql_command.cpp
parentMerge pull request #80 from Robby-/insp21-typosnstuff (diff)
Replace copyright headers with headers granting specific authors copyright.
Fixes #61.
Diffstat (limited to 'src/modules/m_sql_command.cpp')
-rw-r--r--src/modules/m_sql_command.cpp22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/modules/m_sql_command.cpp b/src/modules/m_sql_command.cpp
index 1baf49c67..5c262a6b1 100644
--- a/src/modules/m_sql_command.cpp
+++ b/src/modules/m_sql_command.cpp
@@ -1,16 +1,22 @@
-/* +------------------------------------+
- * | Inspire Internet Relay Chat Daemon |
- * +------------------------------------+
+/*
+ * InspIRCd -- Internet Relay Chat Daemon
*
- * InspIRCd: (C) 2002-2011 InspIRCd Development Team
- * See: http://wiki.inspircd.org/Credits
+ * Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
*
- * 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 <http://www.gnu.org/licenses/>.
*/
+
#include "inspircd.h"
#include "command_parse.h"
#include "sql.h"