diff options
Diffstat (limited to 'lib')
47 files changed, 731 insertions, 47 deletions
diff --git a/lib/Action.cc b/lib/Action.cc index 2fb0e2a..8dc3f01 100644 --- a/lib/Action.cc +++ b/lib/Action.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Action.cc,v 1.11 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/BLua.cc b/lib/BLua.cc index 45430ee..d65b553 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2006 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.cc,v 1.46 2007-05-30 06:40:09 pixel Exp $ */ +/* $Id: BLua.cc,v 1.47 2007-05-30 11:57:09 pixel Exp $ */ #include <stdlib.h> #include "BLua.h" diff --git a/lib/Base64.cc b/lib/Base64.cc index 062dae4..c9b7daf 100644 --- a/lib/Base64.cc +++ b/lib/Base64.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Base64.cc,v 1.2 2007-05-30 11:57:09 pixel Exp $ */ + #include <Base64.h> static char cb64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; diff --git a/lib/Buffer.cc b/lib/Buffer.cc index a9768ba..58a8cd0 100644 --- a/lib/Buffer.cc +++ b/lib/Buffer.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Buffer.cc,v 1.26 2004-12-21 22:40:24 pixel Exp $ */ +/* $Id: Buffer.cc,v 1.27 2007-05-30 11:57:09 pixel Exp $ */ #include <string.h> #ifdef HAVE_CONFIG_H diff --git a/lib/ChainTasks.cc b/lib/ChainTasks.cc index 6a816e7..88ffaa9 100644 --- a/lib/ChainTasks.cc +++ b/lib/ChainTasks.cc @@ -1,5 +1,25 @@ -#include "ChainTasks.h" +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: ChainTasks.cc,v 1.3 2007-05-30 11:57:09 pixel Exp $ */ +#include "ChainTasks.h" ChainTasks::ChainTasks(tasklist_t _tasklist) : tasklist(_tasklist) { tasklist_iter_t i; diff --git a/lib/ConfigFile.cc b/lib/ConfigFile.cc index 42846c9..bfb6a60 100644 --- a/lib/ConfigFile.cc +++ b/lib/ConfigFile.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: ConfigFile.cc,v 1.4 2004-12-18 13:15:26 pixel Exp $ */ +/* $Id: ConfigFile.cc,v 1.5 2007-05-30 11:57:09 pixel Exp $ */ #include "ConfigFile.h" #include "BRegex.h" diff --git a/lib/Confirm.cc b/lib/Confirm.cc index 18e56e6..f9e1ad1 100644 --- a/lib/Confirm.cc +++ b/lib/Confirm.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Confirm.cc,v 1.10 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 7e7c4de..1044c92 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -1,4 +1,24 @@ -#ifdef HAVE_CONFIG_H +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: CopyJob.cc,v 1.33 2007-05-30 11:57:09 pixel Exp $ */ + #include "config.h" #endif #include "CopyJob.h" diff --git a/lib/Domain.cc b/lib/Domain.cc index f740d71..eb087f9 100644 --- a/lib/Domain.cc +++ b/lib/Domain.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Domain.cc,v 1.3 2007-05-30 11:57:09 pixel Exp $ */ + #include "Domain.h" Domain * Domain::head = 0; diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc index f37832d..2be1ee9 100644 --- a/lib/Exceptions.cc +++ b/lib/Exceptions.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Exceptions.cc,v 1.41 2006-11-14 10:10:10 pixel Exp $ */ +/* $Id: Exceptions.cc,v 1.42 2007-05-30 11:57:09 pixel Exp $ */ #include <string.h> #include <errno.h> diff --git a/lib/Form.cc b/lib/Form.cc index fedfc3e..e1c013b 100644 --- a/lib/Form.cc +++ b/lib/Form.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Form.cc,v 1.9 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/GMPString.cc b/lib/GMPString.cc index be39e38..83c6d85 100644 --- a/lib/GMPString.cc +++ b/lib/GMPString.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: GMPString.cc,v 1.7 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Handle.cc b/lib/Handle.cc index 265bd55..685c4a4 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Handle.cc,v 1.79 2007-03-05 21:36:42 pixel Exp $ */ +/* $Id: Handle.cc,v 1.80 2007-05-30 11:57:09 pixel Exp $ */ #include <stdio.h> #include <string.h> diff --git a/lib/HtmlSkinner.cc b/lib/HtmlSkinner.cc index 31ed083..098cfb9 100644 --- a/lib/HtmlSkinner.cc +++ b/lib/HtmlSkinner.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: HtmlSkinner.cc,v 1.2 2007-05-30 11:57:09 pixel Exp $ */ + #include "HtmlSkinner.h" HtmlSkinner::HtmlSkinner() { diff --git a/lib/HttpClient.cc b/lib/HttpClient.cc index 6f8a262..6182da4 100644 --- a/lib/HttpClient.cc +++ b/lib/HttpClient.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: HttpClient.cc,v 1.10 2007-05-30 11:57:09 pixel Exp $ */ + #include <TaskMan.h> #include <HttpClient.h> #include <BRegex.h> diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc index 57809fd..a80f9aa 100644 --- a/lib/HttpServ.cc +++ b/lib/HttpServ.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: HttpServ.cc,v 1.47 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: IRC.cc,v 1.13 2007-05-30 11:57:09 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Image.cc b/lib/Image.cc index 4dc496e..14116f5 100644 --- a/lib/Image.cc +++ b/lib/Image.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Image.cc,v 1.17 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/InPipe.cc b/lib/InPipe.cc index 4a69b5e..524cea5 100644 --- a/lib/InPipe.cc +++ b/lib/InPipe.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: InPipe.cc,v 1.11 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Input.cc b/lib/Input.cc index 731cedc..eab56e1 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Input.cc,v 1.52 2005-11-02 21:34:01 pixel Exp $ */ +/* $Id: Input.cc,v 1.53 2007-05-30 11:57:10 pixel Exp $ */ #include <stdio.h> #include <string.h> diff --git a/lib/LuaConfigFile.cc b/lib/LuaConfigFile.cc index 065ed63..f08ed8b 100644 --- a/lib/LuaConfigFile.cc +++ b/lib/LuaConfigFile.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaConfigFile.cc,v 1.6 2007-05-30 06:36:07 pixel Exp $ */ +/* $Id: LuaConfigFile.cc,v 1.7 2007-05-30 11:57:10 pixel Exp $ */ #include "LuaConfigFile.h" diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index 0f81252..587dabd 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaHandle.cc,v 1.21 2007-05-30 06:50:06 pixel Exp $ */ +/* $Id: LuaHandle.cc,v 1.22 2007-05-30 11:57:10 pixel Exp $ */ #include "LuaHandle.h" diff --git a/lib/LuaHttp.cc b/lib/LuaHttp.cc index 75e56a8..8f2b2e3 100644 --- a/lib/LuaHttp.cc +++ b/lib/LuaHttp.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: LuaHttp.cc,v 1.11 2007-05-30 11:57:10 pixel Exp $ */ + #include "Domain.h" #include "LuaHttp.h" #include "LuaHandle.h" diff --git a/lib/LuaRegex.cc b/lib/LuaRegex.cc index bbc5a9a..e533928 100644 --- a/lib/LuaRegex.cc +++ b/lib/LuaRegex.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2005 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaRegex.cc,v 1.3 2007-05-30 06:36:07 pixel Exp $ */ +/* $Id: LuaRegex.cc,v 1.4 2007-05-30 11:57:10 pixel Exp $ */ #include "LuaRegex.h" diff --git a/lib/LuaSQL.cc b/lib/LuaSQL.cc index eb9c5c2..5d93a52 100644 --- a/lib/LuaSQL.cc +++ b/lib/LuaSQL.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: LuaSQL.cc,v 1.9 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef _WIN32 #include <winsock.h> #endif diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc index 4bc0208..275f4d8 100644 --- a/lib/LuaTask.cc +++ b/lib/LuaTask.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: LuaTask.cc,v 1.9 2007-05-30 11:57:10 pixel Exp $ */ + #include <LuaTask.h> #include <LuaHandle.h> #include <TaskMan.h> diff --git a/lib/LuaXML.cc b/lib/LuaXML.cc index 34ab269..d0f8abc 100644 --- a/lib/LuaXML.cc +++ b/lib/LuaXML.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: LuaXML.cc,v 1.6 2007-05-30 11:57:10 pixel Exp $ */ + #include "tinyxml.h" #include <Handle.h> diff --git a/lib/Main.cc b/lib/Main.cc index 5555e90..2ab7263 100644 --- a/lib/Main.cc +++ b/lib/Main.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Main.cc,v 1.14 2006-11-13 22:00:12 pixel Exp $ */ +/* $Id: Main.cc,v 1.15 2007-05-30 11:57:10 pixel Exp $ */ #ifdef _WIN32 #include <windows.h> diff --git a/lib/Menu.cc b/lib/Menu.cc index 361189f..1d3c8a1 100644 --- a/lib/Menu.cc +++ b/lib/Menu.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Menu.cc,v 1.8 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Message.cc b/lib/Message.cc index 5cb8859..893f48f 100644 --- a/lib/Message.cc +++ b/lib/Message.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Message.cc,v 1.7 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc index c8d979c..9c0a984 100644 --- a/lib/OutPipe.cc +++ b/lib/OutPipe.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: OutPipe.cc,v 1.13 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Output.cc b/lib/Output.cc index f3394ef..d1a00c5 100644 --- a/lib/Output.cc +++ b/lib/Output.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Output.cc,v 1.25 2006-07-17 16:07:57 pixel Exp $ */ +/* $Id: Output.cc,v 1.26 2007-05-30 11:57:10 pixel Exp $ */ #include <stdio.h> #include <string.h> diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc index 7c96876..a40bfda 100644 --- a/lib/ReadJob.cc +++ b/lib/ReadJob.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: ReadJob.cc,v 1.24 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Regex.cc b/lib/Regex.cc index e7109e5..a9b1983 100644 --- a/lib/Regex.cc +++ b/lib/Regex.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Regex.cc,v 1.14 2007-05-22 08:36:48 pixel Exp $ */ +/* $Id: Regex.cc,v 1.15 2007-05-30 11:57:10 pixel Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: SQL.cc,v 1.12 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Socket.cc b/lib/Socket.cc index 97371a5..890457f 100644 --- a/lib/Socket.cc +++ b/lib/Socket.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Socket.cc,v 1.24 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef _WIN32 #include <winsock2.h> #endif diff --git a/lib/String.cc b/lib/String.cc index b7ce2ab..de8fa24 100644 --- a/lib/String.cc +++ b/lib/String.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: String.cc,v 1.46 2007-04-01 11:39:06 pixel Exp $ */ +/* $Id: String.cc,v 1.47 2007-05-30 11:57:10 pixel Exp $ */ #include <stdio.h> #include <string.h> diff --git a/lib/Table.cc b/lib/Table.cc index 2509e4e..c520c52 100644 --- a/lib/Table.cc +++ b/lib/Table.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Table.cc,v 1.7 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/Task.cc b/lib/Task.cc index 5d48404..0b19ab3 100644 --- a/lib/Task.cc +++ b/lib/Task.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Task.cc,v 1.33 2007-05-30 11:57:10 pixel Exp $ */ + #ifndef _WIN32 #include <sys/time.h> #endif diff --git a/lib/TaskMan.cc b/lib/TaskMan.cc index b31d2cd..4f18a85 100644 --- a/lib/TaskMan.cc +++ b/lib/TaskMan.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: TaskMan.cc,v 1.46 2007-05-30 11:57:10 pixel Exp $ */ + #ifndef _WIN32 #include <signal.h> #include <sys/wait.h> diff --git a/lib/Variables.cc b/lib/Variables.cc index 69a7f58..bd803e8 100644 --- a/lib/Variables.cc +++ b/lib/Variables.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: Variables.cc,v 1.13 2007-05-30 11:57:10 pixel Exp $ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/fileutils.cc b/lib/fileutils.cc index b637546..5f7b1bc 100644 --- a/lib/fileutils.cc +++ b/lib/fileutils.cc @@ -1,22 +1,24 @@ -/* - * PSX-Tools Bundle Pack - * Copyright (C) 2002 Nicolas "Pixel" Noble - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $Id: fileutils.cc,v 1.6 2007-05-30 11:57:10 pixel Exp $ */ + #include <string.h> #include <stdio.h> #include <string.h> diff --git a/lib/generic.cc b/lib/generic.cc index 1a09e70..95fe74d 100644 --- a/lib/generic.cc +++ b/lib/generic.cc @@ -1,6 +1,6 @@ /* * Baltisot - * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: generic.cc,v 1.13 2005-11-13 13:43:21 pixel Exp $ */ +/* $Id: generic.cc,v 1.14 2007-05-30 11:57:10 pixel Exp $ */ #include <stdio.h> #include <stdarg.h> diff --git a/lib/loadlualibs.cc b/lib/loadlualibs.cc index e8be95e..264b83b 100644 --- a/lib/loadlualibs.cc +++ b/lib/loadlualibs.cc @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: loadlualibs.cc,v 1.3 2007-05-30 11:57:10 pixel Exp $ */ + #include <loadlualibs.h> #include <Buffer.h> diff --git a/lib/supportlib.lua b/lib/supportlib.lua index d734a1e..2dc26f2 100644 --- a/lib/supportlib.lua +++ b/lib/supportlib.lua @@ -1,3 +1,28 @@ +--[[ + +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: supportlib.lua,v 1.4 2007-05-30 11:57:10 pixel Exp $ */ + +]]-- + -- -- Dumps a file to the screen. -- diff --git a/lib/tasklib.lua b/lib/tasklib.lua index e2e8746..f506e34 100644 --- a/lib/tasklib.lua +++ b/lib/tasklib.lua @@ -1,3 +1,28 @@ +--[[ + +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: tasklib.lua,v 1.3 2007-05-30 11:57:10 pixel Exp $ */ + +]]-- + -- -- Create some simple bindings for the LuaTask system to hide the various ugly yields. -- diff --git a/lib/xmllib.lua b/lib/xmllib.lua index d7ac9b5..b6687fb 100644 --- a/lib/xmllib.lua +++ b/lib/xmllib.lua @@ -1,3 +1,28 @@ +--[[ + +/* + * Baltisot + * Copyright (C) 1999-2007 Nicolas "Pixel" Noble + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id: xmllib.lua,v 1.7 2007-05-30 11:57:10 pixel Exp $ */ + +]]-- + local xml_replacements = { { "&", "&" }, { "<", "<" }, |