summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-09-29 05:55:53 +0200
committerPixel <pixel@nobis-crew.org>2008-09-29 05:55:53 +0200
commitc24d1aa0df1df41f24d747c96420e17c27dccea4 (patch)
treebbdc186328d210679a2def76f20d3ee88fc72c6f /lib
parentf56cefb2852d858a347518ea06fd4e8ec227a761 (diff)
Bumping Copyright date.
Diffstat (limited to 'lib')
-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
52 files changed, 52 insertions, 52 deletions
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