From c24d1aa0df1df41f24d747c96420e17c27dccea4 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 29 Sep 2008 05:55:53 +0200 Subject: Bumping Copyright date. --- include/Action.h | 2 +- include/BLua.h | 2 +- include/BRegex.h | 2 +- include/BString.h | 2 +- include/Base64.h | 2 +- include/Buffer.h | 2 +- include/ChainTasks.h | 2 +- include/Color.h | 2 +- include/ConfigFile.h | 2 +- include/Confirm.h | 2 +- include/CopyJob.h | 2 +- include/Domain.h | 2 +- include/Exceptions.h | 2 +- include/Form.h | 2 +- include/GMPHashFunction.h | 2 +- include/GMPString.h | 2 +- include/Handle.h | 2 +- include/HashFunction.h | 2 +- include/HtmlSkinner.h | 2 +- include/HttpClient.h | 2 +- include/HttpServ.h | 2 +- include/IRC.h | 2 +- include/Image.h | 2 +- include/InPipe.h | 2 +- include/Input.h | 2 +- include/LuaCommandLine.h | 2 +- include/LuaConfigFile.h | 2 +- include/LuaHandle.h | 2 +- include/LuaHttp.h | 2 +- include/LuaRegex.h | 2 +- include/LuaSQL.h | 2 +- include/LuaTask.h | 2 +- include/LuaXML.h | 2 +- include/MailClient.h | 2 +- include/Main.h | 2 +- include/Menu.h | 2 +- include/Message.h | 2 +- include/OutPipe.h | 2 +- include/Output.h | 2 +- include/RandISAAC.h | 2 +- include/ReadJob.h | 2 +- include/SQL.h | 2 +- include/Socket.h | 2 +- include/SocketClient.h | 2 +- include/Table.h | 2 +- include/Task.h | 2 +- include/TaskMan.h | 2 +- include/Variables.h | 2 +- include/generic.h | 2 +- include/loadlualibs.h | 2 +- lib/Action.cc | 2 +- lib/BLua.cc | 2 +- lib/Base64.cc | 2 +- lib/Buffer.cc | 2 +- lib/ChainTasks.cc | 2 +- lib/ConfigFile.cc | 2 +- lib/Confirm.cc | 2 +- lib/CopyJob.cc | 2 +- lib/Domain.cc | 2 +- lib/Exceptions.cc | 2 +- lib/Form.cc | 2 +- lib/GMPHashFunction.cc | 2 +- lib/GMPString.cc | 2 +- lib/Handle.cc | 2 +- lib/HashFunction.cc | 2 +- lib/HtmlSkinner.cc | 2 +- lib/HttpClient.cc | 2 +- lib/HttpServ.cc | 2 +- lib/IRC.cc | 2 +- lib/Image.cc | 2 +- lib/InPipe.cc | 2 +- lib/Input.cc | 2 +- lib/LuaCommandLine.cc | 2 +- lib/LuaConfigFile.cc | 2 +- lib/LuaHandle.cc | 2 +- lib/LuaHttp.cc | 2 +- lib/LuaRegex.cc | 2 +- lib/LuaSQL.cc | 2 +- lib/LuaTask.cc | 2 +- lib/LuaXML.cc | 2 +- lib/MailClient.cc | 2 +- lib/Main.cc | 2 +- lib/Menu.cc | 2 +- lib/Message.cc | 2 +- lib/OutPipe.cc | 2 +- lib/Output.cc | 2 +- lib/ReadJob.cc | 2 +- lib/Regex.cc | 2 +- lib/SQL.cc | 2 +- lib/Socket.cc | 2 +- lib/SocketClient.cc | 2 +- lib/String.cc | 2 +- lib/Table.cc | 2 +- lib/Task.cc | 2 +- lib/TaskMan.cc | 2 +- lib/Variables.cc | 2 +- lib/fileutils.cc | 2 +- lib/generic.cc | 2 +- lib/loadlualibs.cc | 2 +- lib/supportlib.lua | 2 +- lib/tasklib.lua | 2 +- lib/xmllib.lua | 2 +- src/luac.cc | 2 +- 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 -- cgit v1.2.3