diff --git a/Buffer.cpp b/Buffer.cpp index 09ed3d91..a6cf2c8b 100644 --- a/Buffer.cpp +++ b/Buffer.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "Buffer.h" diff --git a/Buffer.h b/Buffer.h index 53881e39..38d6d49e 100644 --- a/Buffer.h +++ b/Buffer.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _BUFFER_H #define _BUFFER_H diff --git a/Chan.cpp b/Chan.cpp index 131daae5..c6ac464d 100644 --- a/Chan.cpp +++ b/Chan.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "Chan.h" #include "znc.h" diff --git a/Chan.h b/Chan.h index 03af07a0..841e22ee 100644 --- a/Chan.h +++ b/Chan.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _CHAN_H #define _CHAN_H diff --git a/Client.cpp b/Client.cpp index bfb343f7..0f285362 100644 --- a/Client.cpp +++ b/Client.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "Client.h" diff --git a/Client.h b/Client.h index 77b9cf15..b0159282 100644 --- a/Client.h +++ b/Client.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _CLIENT_H #define _CLIENT_H diff --git a/DCCBounce.cpp b/DCCBounce.cpp index 5591bda2..23490ea3 100644 --- a/DCCBounce.cpp +++ b/DCCBounce.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "DCCBounce.h" diff --git a/DCCBounce.h b/DCCBounce.h index 40636117..3cefffb9 100644 --- a/DCCBounce.h +++ b/DCCBounce.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _DCCBOUNCE_H #define _DCCBOUNCE_H diff --git a/DCCSock.cpp b/DCCSock.cpp index e2451d4b..18df7c3b 100644 --- a/DCCSock.cpp +++ b/DCCSock.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "DCCSock.h" diff --git a/DCCSock.h b/DCCSock.h index 96f78f05..10872a75 100644 --- a/DCCSock.h +++ b/DCCSock.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _DCCSOCK_H #define _DCCSOCK_H diff --git a/FileUtils.cpp b/FileUtils.cpp index 79339441..790a7a11 100644 --- a/FileUtils.cpp +++ b/FileUtils.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "FileUtils.h" #include diff --git a/FileUtils.h b/FileUtils.h index 35ccba2d..b8fc4dcf 100644 --- a/FileUtils.h +++ b/FileUtils.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _FILEUTILS_H #define _FILEUTILS_H diff --git a/HTTPSock.cpp b/HTTPSock.cpp index 58af8224..75f47a3b 100644 --- a/HTTPSock.cpp +++ b/HTTPSock.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "HTTPSock.h" #include "znc.h" diff --git a/HTTPSock.h b/HTTPSock.h index aa836d6c..7f6c9200 100644 --- a/HTTPSock.h +++ b/HTTPSock.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _HTTPSOCK_H #define _HTTPSOCK_H diff --git a/IRCSock.cpp b/IRCSock.cpp index c67ab3cc..6e8ca8fc 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "znc.h" #include "IRCSock.h" diff --git a/IRCSock.h b/IRCSock.h index 31bfa71e..c30c8084 100644 --- a/IRCSock.h +++ b/IRCSock.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _IRCSOCK_H #define _IRCSOCK_H diff --git a/Modules.cpp b/Modules.cpp index 21aef96d..29b05f77 100644 --- a/Modules.cpp +++ b/Modules.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifdef _MODULES diff --git a/Modules.h b/Modules.h index 48f26058..8872864b 100644 --- a/Modules.h +++ b/Modules.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifdef _MODULES diff --git a/Nick.cpp b/Nick.cpp index 89669b3a..1882f175 100644 --- a/Nick.cpp +++ b/Nick.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "Chan.h" #include "Nick.h" diff --git a/Nick.h b/Nick.h index d8d26503..bc1206f6 100644 --- a/Nick.h +++ b/Nick.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _NICK_H #define _NICK_H diff --git a/Server.cpp b/Server.cpp index 72b99617..d693e607 100644 --- a/Server.cpp +++ b/Server.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "Server.h" diff --git a/Server.h b/Server.h index abfb2fe3..285f773b 100644 --- a/Server.h +++ b/Server.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _SERVER_H #define _SERVER_H diff --git a/String.cpp b/String.cpp index 57bc27b3..690faef7 100644 --- a/String.cpp +++ b/String.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 #include "String.h" diff --git a/String.h b/String.h index 0696f53e..9f3e958c 100644 --- a/String.h +++ b/String.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef X_STRING_H #define X_STRING_H diff --git a/Template.cpp b/Template.cpp index 47791e30..1a838c84 100644 --- a/Template.cpp +++ b/Template.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "Template.h" diff --git a/Template.h b/Template.h index ed9012f8..848c0673 100644 --- a/Template.h +++ b/Template.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _TEMPLATE_H #define _TEMPLATE_H diff --git a/Timers.h b/Timers.h index 3a3e6bb6..07f0bf1b 100644 --- a/Timers.h +++ b/Timers.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _TIMERS_H #define _TIMERS_H diff --git a/User.cpp b/User.cpp index ff78b50e..210b24f0 100644 --- a/User.cpp +++ b/User.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "znc.h" diff --git a/User.h b/User.h index 6a7213b9..ef440dc3 100644 --- a/User.h +++ b/User.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _USER_H #define _USER_H diff --git a/Utils.cpp b/Utils.cpp index f2b38435..0484a8c7 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "Utils.h" #include "MD5.h" diff --git a/Utils.h b/Utils.h index 27e32f34..d23f8d51 100644 --- a/Utils.h +++ b/Utils.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _UTILS_H #define _UTILS_H diff --git a/main.cpp b/main.cpp index bbe14013..0ae96027 100644 --- a/main.cpp +++ b/main.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 #include diff --git a/main.h b/main.h index 40468246..a784fbcd 100644 --- a/main.h +++ b/main.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _MAIN_H #define _MAIN_H diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index 05215bee..9d3321f0 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 267e2960..3e6f543b 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/away.cpp b/modules/away.cpp index feac2b3d..2d6141de 100644 --- a/modules/away.cpp +++ b/modules/away.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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. + */ + #define REQUIRESSL #include "main.h" diff --git a/modules/awaynick.cpp b/modules/awaynick.cpp index c0a11e93..8fc80217 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ // @todo handle raw 433 (nick in use) #include "main.h" diff --git a/modules/chansaver.cpp b/modules/chansaver.cpp index 23c961cd..dd9d47d7 100644 --- a/modules/chansaver.cpp +++ b/modules/chansaver.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "znc.h" diff --git a/modules/crypt.cpp b/modules/crypt.cpp index b02aea08..d4e60400 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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. + */ + //! @author prozac@rottenboy.com // // The encryption here was designed to be compatible with mircryption's CBC mode. diff --git a/modules/email.cpp b/modules/email.cpp index d9fa401f..1449a9b5 100644 --- a/modules/email.cpp +++ b/modules/email.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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 "znc.h" #include "main.h" #include "User.h" diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index c6422342..2ab0b1f6 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/modperl.cpp b/modules/modperl.cpp index e4248724..dfd20bcc 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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. + */ + #ifdef HAVE_PERL #include "main.h" #include "User.h" diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index 010d44f0..2f152e9b 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -1,7 +1,9 @@ /* - * Nickserv authentification - * $Id$ - * Author: Uli Schlachter aka psychon + * Copyright (C) 2004-2007 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 "main.h" diff --git a/modules/partyline.cpp b/modules/partyline.cpp index 84cab689..f081f9d3 100644 --- a/modules/partyline.cpp +++ b/modules/partyline.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/perform.cpp b/modules/perform.cpp index ea2d18f7..1eb8dab4 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/raw.cpp b/modules/raw.cpp index b78d62d4..62d71de0 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/sample.cpp b/modules/sample.cpp index 8056a3e3..31d2620b 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/savebuff.cpp b/modules/savebuff.cpp index df3cf35e..b7a182b5 100644 --- a/modules/savebuff.cpp +++ b/modules/savebuff.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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. + */ + #define REQUIRESSL #include "main.h" diff --git a/modules/schat.cpp b/modules/schat.cpp index 191a257a..f824ea95 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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. + */ + #define REQUIRESSL #include "main.h" diff --git a/modules/shell.cpp b/modules/shell.cpp index e21e0a7c..7201a45f 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "Csocket.h" diff --git a/modules/stickychan.cpp b/modules/stickychan.cpp index 61dc0825..92626962 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" #include "Nick.h" @@ -9,7 +17,6 @@ #include #include - class CStickyChan : public CModule { public: diff --git a/modules/watch.cpp b/modules/watch.cpp index a550b0e8..1aabd5ae 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index ef60d909..e9a98abd 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "main.h" #include "User.h" diff --git a/znc.cpp b/znc.cpp index 15b711ca..844c32a3 100644 --- a/znc.cpp +++ b/znc.cpp @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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 "znc.h" #include "User.h" diff --git a/znc.h b/znc.h index 93be459a..980d26e4 100644 --- a/znc.h +++ b/znc.h @@ -1,4 +1,10 @@ -//! @author prozac@rottenboy.com +/* + * Copyright (C) 2004-2007 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. + */ #ifndef _ZNC_H #define _ZNC_H