Switch to the copyright headers the GPLv2 wants us to have

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@843 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-09-21 18:55:33 +00:00
parent 64f70a7910
commit a09a7e79f6
55 changed files with 391 additions and 50 deletions
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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 <iostream>
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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 <string.h>
#include "String.h"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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 <unistd.h>
#include <getopt.h>
+7 -1
View File
@@ -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
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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"
+8
View File
@@ -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"
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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"
+8
View File
@@ -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.
+8
View File
@@ -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"
+7 -1
View File
@@ -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"
+8
View File
@@ -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"
+5 -3
View File
@@ -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"
+7 -1
View File
@@ -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"
+8
View File
@@ -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"
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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"
+8
View File
@@ -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"
+8
View File
@@ -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"
+7 -1
View File
@@ -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"
+8 -1
View File
@@ -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 <map>
#include <vector>
class CStickyChan : public CModule
{
public:
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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"
+7 -1
View File
@@ -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