From 502447d949ac09089a08ee1a2dad251fea4ae26a Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 4 Dec 2003 04:09:01 +0000 Subject: Added some header tags --- include/BLua.h | 21 +++++++++++++++++++++ include/BString.h | 21 +++++++++++++++++++++ include/Buffer.h | 21 +++++++++++++++++++++ include/Exceptions.h | 21 +++++++++++++++++++++ include/Handle.h | 21 +++++++++++++++++++++ include/Input.h | 21 +++++++++++++++++++++ include/LuaHandle.h | 21 +++++++++++++++++++++ include/Main.h | 21 +++++++++++++++++++++ include/Output.h | 21 +++++++++++++++++++++ include/generic.h | 21 +++++++++++++++++++++ 10 files changed, 210 insertions(+) (limited to 'include') diff --git a/include/BLua.h b/include/BLua.h index d9b809e..3d8afe3 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: BLua.h,v 1.5 2003-12-04 04:09:01 pixel Exp $ */ + #ifndef __BLUA_H__ #define __BLUA_H__ diff --git a/include/BString.h b/include/BString.h index 82fe1b5..9a3224c 100644 --- a/include/BString.h +++ b/include/BString.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: BString.h,v 1.10 2003-12-04 04:09:01 pixel Exp $ */ + #ifndef __STRING_H__ #define __STRING_H__ diff --git a/include/Buffer.h b/include/Buffer.h index fb2cab4..6ca41cc 100644 --- a/include/Buffer.h +++ b/include/Buffer.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Buffer.h,v 1.16 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __BUFFER_H__ #define __BUFFER_H__ diff --git a/include/Exceptions.h b/include/Exceptions.h index d37cd5a..8dd473f 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Exceptions.h,v 1.33 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __EXCEPTIONS_H__ #define __EXCEPTIONS_H__ diff --git a/include/Handle.h b/include/Handle.h index 79799da..ebe488c 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Handle.h,v 1.31 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __HANDLE_H__ #define __HANDLE_H__ diff --git a/include/Input.h b/include/Input.h index 6b53012..2a277d4 100644 --- a/include/Input.h +++ b/include/Input.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Input.h,v 1.19 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __INPUT_H__ #define __INPUT_H__ diff --git a/include/LuaHandle.h b/include/LuaHandle.h index f8fc1ab..8d2a92c 100644 --- a/include/LuaHandle.h +++ b/include/LuaHandle.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: LuaHandle.h,v 1.3 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __LUAHANDLE_H__ #define __LUAHANDLE_H__ diff --git a/include/Main.h b/include/Main.h index 577150e..da9be5f 100644 --- a/include/Main.h +++ b/include/Main.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Main.h,v 1.12 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __MAIN_H__ #define __MAIN_H__ diff --git a/include/Output.h b/include/Output.h index 0967182..b042da8 100644 --- a/include/Output.h +++ b/include/Output.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: Output.h,v 1.12 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __OUTPUT_H__ #define __OUTPUT_H__ diff --git a/include/generic.h b/include/generic.h index 1fe18d0..6e33ea6 100644 --- a/include/generic.h +++ b/include/generic.h @@ -1,3 +1,24 @@ +/* + * Baltisot + * Copyright (C) 1999-2003 Nicolas "Pixel" Noble + * + * This 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: generic.h,v 1.25 2003-12-04 04:09:02 pixel Exp $ */ + #ifndef __GENERIC_H__ #define __GENERIC_H__ -- cgit v1.2.3