aboutsummaryrefslogtreecommitdiffstats
path: root/src/modmanager_static.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/modmanager_static.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/modmanager_static.cpp')
-rw-r--r--src/modmanager_static.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp
index 08934d4c3..d23917f33 100644
--- a/src/modmanager_static.cpp
+++ b/src/modmanager_static.cpp
@@ -1,3 +1,21 @@
+/*
+ * InspIRCd -- Internet Relay Chat Daemon
+ *
+ * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
+ *
+ * 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/>.
+ */
+
#define MODNAME cmd_all
#include "inspircd.h"