X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodmanager_static.cpp;h=bb8fda400bd33b8672a2bb8e26a67bd315b16a51;hb=34b2dde776b332116d04cea356843b324ab099fb;hp=18a95f78f9ded633fcd5cb9e73d5bb89e890a169;hpb=fdab84abd3c0a66fe0137261d810c14db729eefd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 18a95f78f..bb8fda400 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -1,3 +1,22 @@ +/* + * InspIRCd -- Internet Relay Chat Daemon + * + * Copyright (C) 2009-2010 Daniel De Graaf + * + * 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 . + */ + + #define MODNAME cmd_all #include "inspircd.h"