aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/term
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/term')
-rw-r--r--src/modules/term/libkviterm.cpp4
-rw-r--r--src/modules/term/termwidget.cpp4
-rw-r--r--src/modules/term/termwidget.h4
-rw-r--r--src/modules/term/termwindow.cpp5
-rw-r--r--src/modules/term/termwindow.h4
5 files changed, 16 insertions, 5 deletions
diff --git a/src/modules/term/libkviterm.cpp b/src/modules/term/libkviterm.cpp
index 6ddba21d4..346f57f61 100644
--- a/src/modules/term/libkviterm.cpp
+++ b/src/modules/term/libkviterm.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : libkviterm.cpp
// Creation date : Wed Aug 30 2000 15:29:02 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"
#include "kvi_module.h"
diff --git a/src/modules/term/termwidget.cpp b/src/modules/term/termwidget.cpp
index 8356f5cef..3f948aadb 100644
--- a/src/modules/term/termwidget.cpp
+++ b/src/modules/term/termwidget.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : termwidget.cpp
// Creation date : Thu Aug 10 2000 17:42:12 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "termwidget.h"
#include "termwindow.h"
diff --git a/src/modules/term/termwidget.h b/src/modules/term/termwidget.h
index 933b2bc2e..89c74a7e0 100644
--- a/src/modules/term/termwidget.h
+++ b/src/modules/term/termwidget.h
@@ -1,11 +1,12 @@
#ifndef _HELPWIDGET_H_
#define _HELPWIDGET_H_
+//=============================================================================
//
// File : termwidget.h
// Creation date : Wed Aug 30 2000 15:34:20 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"
diff --git a/src/modules/term/termwindow.cpp b/src/modules/term/termwindow.cpp
index f1af07634..9ae21552e 100644
--- a/src/modules/term/termwindow.cpp
+++ b/src/modules/term/termwindow.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : termwindow.cpp
// Creation date : Thu Aug 31 2000 15:02:22 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "termwindow.h"
#include "termwidget.h"
diff --git a/src/modules/term/termwindow.h b/src/modules/term/termwindow.h
index 90bea80c6..f269dfc45 100644
--- a/src/modules/term/termwindow.h
+++ b/src/modules/term/termwindow.h
@@ -1,11 +1,12 @@
#ifndef _TERMWINDOW_H_
#define _TERMWINDOW_H_
+//=============================================================================
//
// File : termwindow.h
// Creation date : Thu Aug 31 2000 15:00:00 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"