diff --git a/WebModules.cpp b/WebModules.cpp index 193f393e..b7d9b933 100644 --- a/WebModules.cpp +++ b/WebModules.cpp @@ -1,9 +1,16 @@ +/* + * Copyright (C) 2004-2010 See the AUTHORS file for details. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + */ + #include "WebModules.h" #include "User.h" #include "znc.h" #include - CZNCTagHandler::CZNCTagHandler(CWebSock& WebSock) : CTemplateTagHandler(), m_WebSock(WebSock) { }