diff --git a/src/db/database.hpp b/src/db/database.hpp index a856852..6178263 100644 --- a/src/db/database.hpp +++ b/src/db/database.hpp @@ -1,3 +1,24 @@ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ + #ifndef _DATABASE_H #define _DATABASE_H diff --git a/src/db/db2stdout.cpp b/src/db/db2stdout.cpp index ade57df..ec37bc6 100644 --- a/src/db/db2stdout.cpp +++ b/src/db/db2stdout.cpp @@ -1,9 +1,23 @@ -/* - * File: db2stdout.cpp - * Author: poul - * - * Created on 6. marts 2010, 22:08 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #include "db2stdout.h" #include diff --git a/src/db/db2stdout.h b/src/db/db2stdout.h index d0ddaab..00ee71e 100644 --- a/src/db/db2stdout.h +++ b/src/db/db2stdout.h @@ -1,9 +1,23 @@ -/* - * File: db2stdout.h - * Author: poul - * - * Created on 6. marts 2010, 22:08 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _DB2STDOUT_H #define _DB2STDOUT_H diff --git a/src/local.h b/src/local.h index 9b97273..75a6949 100644 --- a/src/local.h +++ b/src/local.h @@ -1,9 +1,23 @@ -/* - * File: local.h - * Author: poul - * - * Created on 21. marts 2010, 12:14 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _LOCAL_H #define _LOCAL_H diff --git a/src/oastatstruct.h b/src/oastatstruct.h index e286051..919d835 100644 --- a/src/oastatstruct.h +++ b/src/oastatstruct.h @@ -1,9 +1,23 @@ -/* - * File: oastatstruct.h - * Author: poul - * - * Created on 18. marts 2010, 19:10 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _OASTATSTRUCT_H #define _OASTATSTRUCT_H diff --git a/src/oss2db/Disconnect2Db.cpp b/src/oss2db/Disconnect2Db.cpp index 6cfd711..098f62d 100644 --- a/src/oss2db/Disconnect2Db.cpp +++ b/src/oss2db/Disconnect2Db.cpp @@ -1,9 +1,23 @@ -/* - * File: Disconnect2Db.cpp - * Author: poul - * - * Created on 17. maj 2010, 21:13 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #include "Disconnect2Db.h" diff --git a/src/oss2db/Disconnect2Db.h b/src/oss2db/Disconnect2Db.h index ce51604..928b4b7 100644 --- a/src/oss2db/Disconnect2Db.h +++ b/src/oss2db/Disconnect2Db.h @@ -1,9 +1,23 @@ -/* - * File: Disconnect2Db.h - * Author: poul - * - * Created on 17. maj 2010, 21:13 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _DISCONNECT2DB_H #define _DISCONNECT2DB_H diff --git a/src/oss2db/init2db.cpp b/src/oss2db/init2db.cpp index 6fc70d6..465bb2d 100644 --- a/src/oss2db/init2db.cpp +++ b/src/oss2db/init2db.cpp @@ -1,9 +1,23 @@ -/* - * File: init2db.cpp - * Author: poul - * - * Created on 16. april 2010, 22:19 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #include "init2db.h" #include diff --git a/src/oss2db/init2db.h b/src/oss2db/init2db.h index fc5d542..27b78d7 100644 --- a/src/oss2db/init2db.h +++ b/src/oss2db/init2db.h @@ -1,9 +1,23 @@ -/* - * File: init2db.h - * Author: poul - * - * Created on 16. april 2010, 22:19 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _INIT2DB_H #define _INIT2DB_H diff --git a/src/oss2db/kill2db.cpp b/src/oss2db/kill2db.cpp index a91f7bf..406f5d1 100644 --- a/src/oss2db/kill2db.cpp +++ b/src/oss2db/kill2db.cpp @@ -1,4 +1,23 @@ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + 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 +=========================================================================== +*/ #include #include "kill2db.h" diff --git a/src/oss2db/kill2db.h b/src/oss2db/kill2db.h index 49c22f7..f36b0c1 100644 --- a/src/oss2db/kill2db.h +++ b/src/oss2db/kill2db.h @@ -1,9 +1,23 @@ -/* - * File: kill2db.h - * Author: poul - * - * Created on 21. marts 2010, 10:50 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _KILL2DB_H #define _KILL2DB_H diff --git a/src/oss2db/shutdown2db.cpp b/src/oss2db/shutdown2db.cpp index f5a1488..a20554c 100644 --- a/src/oss2db/shutdown2db.cpp +++ b/src/oss2db/shutdown2db.cpp @@ -1,9 +1,23 @@ -/* - * File: shutdown2db.cpp - * Author: poul - * - * Created on 16. april 2010, 22:54 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #include "shutdown2db.h" diff --git a/src/oss2db/shutdown2db.h b/src/oss2db/shutdown2db.h index 4bc4b47..d2681a5 100644 --- a/src/oss2db/shutdown2db.h +++ b/src/oss2db/shutdown2db.h @@ -1,9 +1,23 @@ -/* - * File: shutdown2db.h - * Author: poul - * - * Created on 16. april 2010, 22:54 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _SHUTDOWN2DB_H #define _SHUTDOWN2DB_H diff --git a/src/oss2db/struct2db.h b/src/oss2db/struct2db.h index c041d5e..7574a48 100644 --- a/src/oss2db/struct2db.h +++ b/src/oss2db/struct2db.h @@ -1,9 +1,23 @@ -/* - * File: struct2db.h - * Author: poul - * - * Created on 20. marts 2010, 18:04 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #ifndef _STRUCT2DB_H #define _STRUCT2DB_H diff --git a/src/oss2db/userinfo2db.cpp b/src/oss2db/userinfo2db.cpp index f054428..3698c43 100644 --- a/src/oss2db/userinfo2db.cpp +++ b/src/oss2db/userinfo2db.cpp @@ -1,9 +1,23 @@ -/* - * File: userinfo2db.cpp - * Author: poul - * - * Created on 16. april 2010, 23:08 - */ +/* +=========================================================================== +oastat - OpenArena stat program +Copyright (C) 2010 Poul Sander (oastat@poulsander.com) + + 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 +=========================================================================== +*/ #include "userinfo2db.h" #include