aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-09-18 02:11:05 +0000
committerGravatar Elvio Basello2008-09-18 02:11:05 +0000
commitbccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a (patch)
tree0688f5465dbdd795373cbb539b7c239fd70cfb71 /src/kvilib/system
parentadded doxygen comments (diff)
downloadKVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.tar.gz
KVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.tar.bz2
KVIrc-bccfea66cb4e2cb9aacd6820e5a9ded7f688cd5a.zip
fixed license template for kvilib
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/system')
-rw-r--r--src/kvilib/system/kvi_byteorder.h2
-rw-r--r--src/kvilib/system/kvi_env.cpp2
-rw-r--r--src/kvilib/system/kvi_env.h2
-rw-r--r--src/kvilib/system/kvi_locale.cpp2
-rw-r--r--src/kvilib/system/kvi_locale.h2
-rw-r--r--src/kvilib/system/kvi_process.h2
-rw-r--r--src/kvilib/system/kvi_stdarg.h2
-rw-r--r--src/kvilib/system/kvi_thread.cpp2
-rw-r--r--src/kvilib/system/kvi_thread.h4
-rw-r--r--src/kvilib/system/kvi_time.cpp2
-rw-r--r--src/kvilib/system/kvi_time.h2
11 files changed, 13 insertions, 11 deletions
diff --git a/src/kvilib/system/kvi_byteorder.h b/src/kvilib/system/kvi_byteorder.h
index dcd8c9430..dda0f851c 100644
--- a/src/kvilib/system/kvi_byteorder.h
+++ b/src/kvilib/system/kvi_byteorder.h
@@ -7,7 +7,7 @@
// Creation date : Mon Dec 25 2006 19:56:16 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2006-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
diff --git a/src/kvilib/system/kvi_env.cpp b/src/kvilib/system/kvi_env.cpp
index 3213e3753..86e359c67 100644
--- a/src/kvilib/system/kvi_env.cpp
+++ b/src/kvilib/system/kvi_env.cpp
@@ -4,7 +4,7 @@
// Creation date : Sat May 05 2002 02:15:21 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma@kvirc.net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma@kvirc.net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/kvilib/system/kvi_env.h b/src/kvilib/system/kvi_env.h
index f44868050..41225e086 100644
--- a/src/kvilib/system/kvi_env.h
+++ b/src/kvilib/system/kvi_env.h
@@ -7,7 +7,7 @@
// Creation date : Sat May 05 2002 02:15:21 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma@kvirc.net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma@kvirc.net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/kvilib/system/kvi_locale.cpp b/src/kvilib/system/kvi_locale.cpp
index d27dab529..69eed9fe4 100644
--- a/src/kvilib/system/kvi_locale.cpp
+++ b/src/kvilib/system/kvi_locale.cpp
@@ -4,7 +4,7 @@
// Creation date : Fri Mar 19 1999 19:08:41 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 1999-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
diff --git a/src/kvilib/system/kvi_locale.h b/src/kvilib/system/kvi_locale.h
index 5b9c29bf6..9235e0409 100644
--- a/src/kvilib/system/kvi_locale.h
+++ b/src/kvilib/system/kvi_locale.h
@@ -7,7 +7,7 @@
// Creation date : Sat Jan 16 1999 18:15:01 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) 1999-2009 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
diff --git a/src/kvilib/system/kvi_process.h b/src/kvilib/system/kvi_process.h
index a81aaaf36..c2b2b53fa 100644
--- a/src/kvilib/system/kvi_process.h
+++ b/src/kvilib/system/kvi_process.h
@@ -6,7 +6,7 @@
// Creation date : Tue Jan 30 2007 04:05:41 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2007-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
diff --git a/src/kvilib/system/kvi_stdarg.h b/src/kvilib/system/kvi_stdarg.h
index d061eff2e..34562b4bf 100644
--- a/src/kvilib/system/kvi_stdarg.h
+++ b/src/kvilib/system/kvi_stdarg.h
@@ -7,7 +7,7 @@
// Creation date : Sat Jan 03 2004 02:08:14 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2004-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
diff --git a/src/kvilib/system/kvi_thread.cpp b/src/kvilib/system/kvi_thread.cpp
index 7c392623e..9a408ed09 100644
--- a/src/kvilib/system/kvi_thread.cpp
+++ b/src/kvilib/system/kvi_thread.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue Jul 6 1999 16:04:45 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 1999-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
diff --git a/src/kvilib/system/kvi_thread.h b/src/kvilib/system/kvi_thread.h
index ab7340e6b..724e9592e 100644
--- a/src/kvilib/system/kvi_thread.h
+++ b/src/kvilib/system/kvi_thread.h
@@ -1,11 +1,12 @@
#ifndef _KVI_THREAD_H_
#define _KVI_THREAD_H_
+//=============================================================================
//
// File : kvi_thread.h
// Creation date : Mon May 17 1999 04:26:41 CEST 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) 1999-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"
#include "kvi_heapobject.h"
diff --git a/src/kvilib/system/kvi_time.cpp b/src/kvilib/system/kvi_time.cpp
index 5ed9e8fc6..7d1ff69b0 100644
--- a/src/kvilib/system/kvi_time.cpp
+++ b/src/kvilib/system/kvi_time.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue Sep 25 17:35:13 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-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
diff --git a/src/kvilib/system/kvi_time.h b/src/kvilib/system/kvi_time.h
index 5778465fb..1d2b9b166 100644
--- a/src/kvilib/system/kvi_time.h
+++ b/src/kvilib/system/kvi_time.h
@@ -6,7 +6,7 @@
// Creation date : Tue Sep 25 17:28:46 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-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