summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Action.h2
-rw-r--r--include/BLua.h2
-rw-r--r--include/BRegex.h2
-rw-r--r--include/BString.h2
-rw-r--r--include/Base64.h2
-rw-r--r--include/Buffer.h2
-rw-r--r--include/ChainTasks.h2
-rw-r--r--include/Color.h2
-rw-r--r--include/ConfigFile.h2
-rw-r--r--include/Confirm.h2
-rw-r--r--include/CopyJob.h2
-rw-r--r--include/Domain.h2
-rw-r--r--include/Exceptions.h2
-rw-r--r--include/Form.h2
-rw-r--r--include/GMPHashFunction.h2
-rw-r--r--include/GMPString.h2
-rw-r--r--include/Handle.h2
-rw-r--r--include/HashFunction.h2
-rw-r--r--include/HtmlSkinner.h2
-rw-r--r--include/HttpClient.h2
-rw-r--r--include/HttpServ.h2
-rw-r--r--include/IRC.h2
-rw-r--r--include/Image.h2
-rw-r--r--include/InPipe.h2
-rw-r--r--include/Input.h2
-rw-r--r--include/LuaCommandLine.h2
-rw-r--r--include/LuaConfigFile.h2
-rw-r--r--include/LuaHandle.h2
-rw-r--r--include/LuaHttp.h2
-rw-r--r--include/LuaRegex.h2
-rw-r--r--include/LuaSQL.h2
-rw-r--r--include/LuaTask.h2
-rw-r--r--include/LuaXML.h2
-rw-r--r--include/MailClient.h2
-rw-r--r--include/Main.h2
-rw-r--r--include/Menu.h2
-rw-r--r--include/Message.h2
-rw-r--r--include/OutPipe.h2
-rw-r--r--include/Output.h2
-rw-r--r--include/RandISAAC.h2
-rw-r--r--include/ReadJob.h2
-rw-r--r--include/SQL.h2
-rw-r--r--include/Socket.h2
-rw-r--r--include/SocketClient.h2
-rw-r--r--include/Table.h2
-rw-r--r--include/Task.h2
-rw-r--r--include/TaskMan.h2
-rw-r--r--include/Variables.h2
-rw-r--r--include/generic.h2
-rw-r--r--include/loadlualibs.h2
-rw-r--r--lib/Action.cc2
-rw-r--r--lib/BLua.cc2
-rw-r--r--lib/Base64.cc2
-rw-r--r--lib/Buffer.cc2
-rw-r--r--lib/ChainTasks.cc2
-rw-r--r--lib/ConfigFile.cc2
-rw-r--r--lib/Confirm.cc2
-rw-r--r--lib/CopyJob.cc2
-rw-r--r--lib/Domain.cc2
-rw-r--r--lib/Exceptions.cc2
-rw-r--r--lib/Form.cc2
-rw-r--r--lib/GMPHashFunction.cc2
-rw-r--r--lib/GMPString.cc2
-rw-r--r--lib/Handle.cc2
-rw-r--r--lib/HashFunction.cc2
-rw-r--r--lib/HtmlSkinner.cc2
-rw-r--r--lib/HttpClient.cc2
-rw-r--r--lib/HttpServ.cc2
-rw-r--r--lib/IRC.cc2
-rw-r--r--lib/Image.cc2
-rw-r--r--lib/InPipe.cc2
-rw-r--r--lib/Input.cc2
-rw-r--r--lib/LuaCommandLine.cc2
-rw-r--r--lib/LuaConfigFile.cc2
-rw-r--r--lib/LuaHandle.cc2
-rw-r--r--lib/LuaHttp.cc2
-rw-r--r--lib/LuaRegex.cc2
-rw-r--r--lib/LuaSQL.cc2
-rw-r--r--lib/LuaTask.cc2
-rw-r--r--lib/LuaXML.cc2
-rw-r--r--lib/MailClient.cc2
-rw-r--r--lib/Main.cc2
-rw-r--r--lib/Menu.cc2
-rw-r--r--lib/Message.cc2
-rw-r--r--lib/OutPipe.cc2
-rw-r--r--lib/Output.cc2
-rw-r--r--lib/ReadJob.cc2
-rw-r--r--lib/Regex.cc2
-rw-r--r--lib/SQL.cc2
-rw-r--r--lib/Socket.cc2
-rw-r--r--lib/SocketClient.cc2
-rw-r--r--lib/String.cc2
-rw-r--r--lib/Table.cc2
-rw-r--r--lib/Task.cc2
-rw-r--r--lib/TaskMan.cc2
-rw-r--r--lib/Variables.cc2
-rw-r--r--lib/fileutils.cc2
-rw-r--r--lib/generic.cc2
-rw-r--r--lib/loadlualibs.cc2
-rw-r--r--lib/supportlib.lua2
-rw-r--r--lib/tasklib.lua2
-rw-r--r--lib/xmllib.lua2
-rw-r--r--src/luac.cc2
103 files changed, 103 insertions, 103 deletions
diff --git a/include/Action.h b/include/Action.h
index a84ec3a..c458403 100644
--- a/include/Action.h
+++ b/include/Action.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/BLua.h b/include/BLua.h
index b202b30..2ca7b2a 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/BRegex.h b/include/BRegex.h
index b06684b..4d4f98f 100644
--- a/include/BRegex.h
+++ b/include/BRegex.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/BString.h b/include/BString.h
index 6716eec..4bd1436 100644
--- a/include/BString.h
+++ b/include/BString.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Base64.h b/include/Base64.h
index 05ed1a8..9ed8954 100644
--- a/include/Base64.h
+++ b/include/Base64.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Buffer.h b/include/Buffer.h
index 43aa663..a858617 100644
--- a/include/Buffer.h
+++ b/include/Buffer.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/ChainTasks.h b/include/ChainTasks.h
index 1be7bd2..c4896e1 100644
--- a/include/ChainTasks.h
+++ b/include/ChainTasks.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Color.h b/include/Color.h
index e0456cd..d21fe26 100644
--- a/include/Color.h
+++ b/include/Color.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/ConfigFile.h b/include/ConfigFile.h
index 370f60c..7a0f6bd 100644
--- a/include/ConfigFile.h
+++ b/include/ConfigFile.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Confirm.h b/include/Confirm.h
index 4b001ff..fdd9bcb 100644
--- a/include/Confirm.h
+++ b/include/Confirm.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/CopyJob.h b/include/CopyJob.h
index 8870239..39fc347 100644
--- a/include/CopyJob.h
+++ b/include/CopyJob.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Domain.h b/include/Domain.h
index 7ca628d..d091728 100644
--- a/include/Domain.h
+++ b/include/Domain.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Exceptions.h b/include/Exceptions.h
index 46c19c8..d52d245 100644
--- a/include/Exceptions.h
+++ b/include/Exceptions.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Form.h b/include/Form.h
index 66033e9..37dc4fc 100644
--- a/include/Form.h
+++ b/include/Form.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/GMPHashFunction.h b/include/GMPHashFunction.h
index 6fda501..bb20872 100644
--- a/include/GMPHashFunction.h
+++ b/include/GMPHashFunction.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/GMPString.h b/include/GMPString.h
index e3b80e7..3bd7017 100644
--- a/include/GMPString.h
+++ b/include/GMPString.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Handle.h b/include/Handle.h
index da04c36..16054db 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/HashFunction.h b/include/HashFunction.h
index 9ab5d86..83dd6b2 100644
--- a/include/HashFunction.h
+++ b/include/HashFunction.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/HtmlSkinner.h b/include/HtmlSkinner.h
index 7aa1b9f..7d44bc3 100644
--- a/include/HtmlSkinner.h
+++ b/include/HtmlSkinner.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/HttpClient.h b/include/HttpClient.h
index 2a3da09..9a3c2c8 100644
--- a/include/HttpClient.h
+++ b/include/HttpClient.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/HttpServ.h b/include/HttpServ.h
index b0a05d5..2b2e5da 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/IRC.h b/include/IRC.h
index 8f86179..4c67f4c 100644
--- a/include/IRC.h
+++ b/include/IRC.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Image.h b/include/Image.h
index 0cada06..82061e1 100644
--- a/include/Image.h
+++ b/include/Image.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/InPipe.h b/include/InPipe.h
index d83803b..aa39438 100644
--- a/include/InPipe.h
+++ b/include/InPipe.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Input.h b/include/Input.h
index 912c66b..208b185 100644
--- a/include/Input.h
+++ b/include/Input.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaCommandLine.h b/include/LuaCommandLine.h
index 3bcbc83..be8cb99 100644
--- a/include/LuaCommandLine.h
+++ b/include/LuaCommandLine.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaConfigFile.h b/include/LuaConfigFile.h
index 3df2c06..bda7b2e 100644
--- a/include/LuaConfigFile.h
+++ b/include/LuaConfigFile.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaHandle.h b/include/LuaHandle.h
index f0b4c71..3ee7cc6 100644
--- a/include/LuaHandle.h
+++ b/include/LuaHandle.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaHttp.h b/include/LuaHttp.h
index 9c9af0d..872857a 100644
--- a/include/LuaHttp.h
+++ b/include/LuaHttp.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaRegex.h b/include/LuaRegex.h
index 0dd670d..7422953 100644
--- a/include/LuaRegex.h
+++ b/include/LuaRegex.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaSQL.h b/include/LuaSQL.h
index fef1e91..ec976cf 100644
--- a/include/LuaSQL.h
+++ b/include/LuaSQL.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaTask.h b/include/LuaTask.h
index d110809..3695dcb 100644
--- a/include/LuaTask.h
+++ b/include/LuaTask.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/LuaXML.h b/include/LuaXML.h
index 4cc5a19..7cc1695 100644
--- a/include/LuaXML.h
+++ b/include/LuaXML.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/MailClient.h b/include/MailClient.h
index be26e3d..b792048 100644
--- a/include/MailClient.h
+++ b/include/MailClient.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Main.h b/include/Main.h
index 74531c0..48ddc8f 100644
--- a/include/Main.h
+++ b/include/Main.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Menu.h b/include/Menu.h
index 2e475ef..7322130 100644
--- a/include/Menu.h
+++ b/include/Menu.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Message.h b/include/Message.h
index fe73f06..46128fa 100644
--- a/include/Message.h
+++ b/include/Message.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/OutPipe.h b/include/OutPipe.h
index f17b403..1fec579 100644
--- a/include/OutPipe.h
+++ b/include/OutPipe.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Output.h b/include/Output.h
index 37ad89e..0197fc2 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/RandISAAC.h b/include/RandISAAC.h
index a274c6b..45a439d 100644
--- a/include/RandISAAC.h
+++ b/include/RandISAAC.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/ReadJob.h b/include/ReadJob.h
index 37eb241..fb2fa32 100644
--- a/include/ReadJob.h
+++ b/include/ReadJob.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/SQL.h b/include/SQL.h
index 875fd63..a2b5ada 100644
--- a/include/SQL.h
+++ b/include/SQL.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Socket.h b/include/Socket.h
index 93292fc..bb226bc 100644
--- a/include/Socket.h
+++ b/include/Socket.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/SocketClient.h b/include/SocketClient.h
index 08825b2..e03c912 100644
--- a/include/SocketClient.h
+++ b/include/SocketClient.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Table.h b/include/Table.h
index 051da36..ab33a5d 100644
--- a/include/Table.h
+++ b/include/Table.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Task.h b/include/Task.h
index 25b35d8..d976124 100644
--- a/include/Task.h
+++ b/include/Task.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/TaskMan.h b/include/TaskMan.h
index 0ee5c30..59363f8 100644
--- a/include/TaskMan.h
+++ b/include/TaskMan.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/Variables.h b/include/Variables.h
index 7442901..9905ef6 100644
--- a/include/Variables.h
+++ b/include/Variables.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/generic.h b/include/generic.h
index 565ff58..7d681d3 100644
--- a/include/generic.h
+++ b/include/generic.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/loadlualibs.h b/include/loadlualibs.h
index 7bbcfe2..e24362f 100644
--- a/include/loadlualibs.h
+++ b/include/loadlualibs.h
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Action.cc b/lib/Action.cc
index 4f9788f..b15ad52 100644
--- a/lib/Action.cc
+++ b/lib/Action.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/BLua.cc b/lib/BLua.cc
index 9e189f8..6731a6e 100644
--- a/lib/BLua.cc
+++ b/lib/BLua.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Base64.cc b/lib/Base64.cc
index b8fcf8d..af328dc 100644
--- a/lib/Base64.cc
+++ b/lib/Base64.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Buffer.cc b/lib/Buffer.cc
index db5f484..68ecb9e 100644
--- a/lib/Buffer.cc
+++ b/lib/Buffer.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/ChainTasks.cc b/lib/ChainTasks.cc
index 1e8c91e..dec1027 100644
--- a/lib/ChainTasks.cc
+++ b/lib/ChainTasks.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/ConfigFile.cc b/lib/ConfigFile.cc
index ceb79e2..4889432 100644
--- a/lib/ConfigFile.cc
+++ b/lib/ConfigFile.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Confirm.cc b/lib/Confirm.cc
index 7a3e57c..d395e63 100644
--- a/lib/Confirm.cc
+++ b/lib/Confirm.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc
index 4b43898..69ae8cb 100644
--- a/lib/CopyJob.cc
+++ b/lib/CopyJob.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Domain.cc b/lib/Domain.cc
index a7d195c..d94bf47 100644
--- a/lib/Domain.cc
+++ b/lib/Domain.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc
index b205231..8a66e68 100644
--- a/lib/Exceptions.cc
+++ b/lib/Exceptions.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Form.cc b/lib/Form.cc
index 8c38b9f..7e8219d 100644
--- a/lib/Form.cc
+++ b/lib/Form.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/GMPHashFunction.cc b/lib/GMPHashFunction.cc
index 9c88f0d..47ce0c8 100644
--- a/lib/GMPHashFunction.cc
+++ b/lib/GMPHashFunction.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/GMPString.cc b/lib/GMPString.cc
index de34502..b75a76e 100644
--- a/lib/GMPString.cc
+++ b/lib/GMPString.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Handle.cc b/lib/Handle.cc
index 760dbff..079f761 100644
--- a/lib/Handle.cc
+++ b/lib/Handle.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/HashFunction.cc b/lib/HashFunction.cc
index 5464072..1fff045 100644
--- a/lib/HashFunction.cc
+++ b/lib/HashFunction.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/HtmlSkinner.cc b/lib/HtmlSkinner.cc
index c5656a5..629ec3a 100644
--- a/lib/HtmlSkinner.cc
+++ b/lib/HtmlSkinner.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/HttpClient.cc b/lib/HttpClient.cc
index 0fb22d5..2dc8042 100644
--- a/lib/HttpClient.cc
+++ b/lib/HttpClient.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc
index af4ed53..b67f5f3 100644
--- a/lib/HttpServ.cc
+++ b/lib/HttpServ.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/IRC.cc b/lib/IRC.cc
index d4c9513..61abe7c 100644
--- a/lib/IRC.cc
+++ b/lib/IRC.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Image.cc b/lib/Image.cc
index b2fed62..3c25704 100644
--- a/lib/Image.cc
+++ b/lib/Image.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/InPipe.cc b/lib/InPipe.cc
index 102c680..afb626f 100644
--- a/lib/InPipe.cc
+++ b/lib/InPipe.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Input.cc b/lib/Input.cc
index a17bec9..46f507b 100644
--- a/lib/Input.cc
+++ b/lib/Input.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaCommandLine.cc b/lib/LuaCommandLine.cc
index 65c1ef2..0803e27 100644
--- a/lib/LuaCommandLine.cc
+++ b/lib/LuaCommandLine.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaConfigFile.cc b/lib/LuaConfigFile.cc
index 8645f4f..5c7cde9 100644
--- a/lib/LuaConfigFile.cc
+++ b/lib/LuaConfigFile.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc
index aec667b..1bd39d3 100644
--- a/lib/LuaHandle.cc
+++ b/lib/LuaHandle.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaHttp.cc b/lib/LuaHttp.cc
index b9d80bf..a524cc1 100644
--- a/lib/LuaHttp.cc
+++ b/lib/LuaHttp.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaRegex.cc b/lib/LuaRegex.cc
index 38a1994..16cf732 100644
--- a/lib/LuaRegex.cc
+++ b/lib/LuaRegex.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaSQL.cc b/lib/LuaSQL.cc
index d83340d..2563ff6 100644
--- a/lib/LuaSQL.cc
+++ b/lib/LuaSQL.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc
index b862a7f..ef1abf7 100644
--- a/lib/LuaTask.cc
+++ b/lib/LuaTask.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/LuaXML.cc b/lib/LuaXML.cc
index 6058dd8..8dc98cc 100644
--- a/lib/LuaXML.cc
+++ b/lib/LuaXML.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/MailClient.cc b/lib/MailClient.cc
index bb4ac2e..50e06c8 100644
--- a/lib/MailClient.cc
+++ b/lib/MailClient.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Main.cc b/lib/Main.cc
index c2adc4f..9f57472 100644
--- a/lib/Main.cc
+++ b/lib/Main.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Menu.cc b/lib/Menu.cc
index 034cda5..e8985b9 100644
--- a/lib/Menu.cc
+++ b/lib/Menu.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Message.cc b/lib/Message.cc
index acb4520..90a8c19 100644
--- a/lib/Message.cc
+++ b/lib/Message.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc
index 13ef48b..219bb26 100644
--- a/lib/OutPipe.cc
+++ b/lib/OutPipe.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Output.cc b/lib/Output.cc
index 6d2a96c..caabfa5 100644
--- a/lib/Output.cc
+++ b/lib/Output.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc
index ed951b7..6851f0e 100644
--- a/lib/ReadJob.cc
+++ b/lib/ReadJob.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Regex.cc b/lib/Regex.cc
index a44d94d..c614d85 100644
--- a/lib/Regex.cc
+++ b/lib/Regex.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/SQL.cc b/lib/SQL.cc
index c2735d0..1f7d6c4 100644
--- a/lib/SQL.cc
+++ b/lib/SQL.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Socket.cc b/lib/Socket.cc
index 931c156..8c54f15 100644
--- a/lib/Socket.cc
+++ b/lib/Socket.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/SocketClient.cc b/lib/SocketClient.cc
index 87ab090..f458e18 100644
--- a/lib/SocketClient.cc
+++ b/lib/SocketClient.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/String.cc b/lib/String.cc
index 4c6c8a1..6fc9bfa 100644
--- a/lib/String.cc
+++ b/lib/String.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Table.cc b/lib/Table.cc
index 6aaffca..c781f40 100644
--- a/lib/Table.cc
+++ b/lib/Table.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Task.cc b/lib/Task.cc
index 293d19f..9dc28ed 100644
--- a/lib/Task.cc
+++ b/lib/Task.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/TaskMan.cc b/lib/TaskMan.cc
index 8a32e79..e3ebd9a 100644
--- a/lib/TaskMan.cc
+++ b/lib/TaskMan.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/Variables.cc b/lib/Variables.cc
index 442143f..baa1990 100644
--- a/lib/Variables.cc
+++ b/lib/Variables.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/fileutils.cc b/lib/fileutils.cc
index e70e0e1..4382c99 100644
--- a/lib/fileutils.cc
+++ b/lib/fileutils.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/generic.cc b/lib/generic.cc
index d0398ce..24a7456 100644
--- a/lib/generic.cc
+++ b/lib/generic.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/loadlualibs.cc b/lib/loadlualibs.cc
index 853bfd8..a100b74 100644
--- a/lib/loadlualibs.cc
+++ b/lib/loadlualibs.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/supportlib.lua b/lib/supportlib.lua
index 4c970de..a8e2f93 100644
--- a/lib/supportlib.lua
+++ b/lib/supportlib.lua
@@ -2,7 +2,7 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/tasklib.lua b/lib/tasklib.lua
index 7702c85..ae37c9a 100644
--- a/lib/tasklib.lua
+++ b/lib/tasklib.lua
@@ -2,7 +2,7 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/lib/xmllib.lua b/lib/xmllib.lua
index c7b24d8..4ca86c7 100644
--- a/lib/xmllib.lua
+++ b/lib/xmllib.lua
@@ -2,7 +2,7 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/luac.cc b/src/luac.cc
index b5b3570..011013e 100644
--- a/src/luac.cc
+++ b/src/luac.cc
@@ -1,6 +1,6 @@
/*
* Baltisot
- * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ * Copyright (C) 1999-2008 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by