summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-04 04:09:01 +0000
committerpixel <pixel>2003-12-04 04:09:01 +0000
commit502447d949ac09089a08ee1a2dad251fea4ae26a (patch)
treec01bee3a4c699775869a5ce1fb675d3328d4e9b4 /include
parentdffe4cab48065f2af32ff90b52e82ba4c44009f4 (diff)
Added some header tags
Diffstat (limited to 'include')
-rw-r--r--include/BLua.h21
-rw-r--r--include/BString.h21
-rw-r--r--include/Buffer.h21
-rw-r--r--include/Exceptions.h21
-rw-r--r--include/Handle.h21
-rw-r--r--include/Input.h21
-rw-r--r--include/LuaHandle.h21
-rw-r--r--include/Main.h21
-rw-r--r--include/Output.h21
-rw-r--r--include/generic.h21
10 files changed, 210 insertions, 0 deletions
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__