add copyright notices (please change as appropriate), and deDOSify
This commit is contained in:
parent
cc1b0aecf0
commit
bbdbd01d80
12 changed files with 156 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "config.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "log.hpp"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "../global.hpp"
|
||||
|
||||
#include "scenario_editor.hpp"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#ifndef SCENARIO_EDITOR_HPP_INCLUDED
|
||||
#define SCENARIO_EDITOR_HPP_INCLUDED
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "key.h"
|
||||
#include "video.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "../global.hpp"
|
||||
|
||||
#include "menu.hpp"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#ifndef WIDGET_MENU_HPP_INCLUDED
|
||||
#define WIDGET_MENU_HPP_INCLUDED
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "../global.hpp"
|
||||
|
||||
#include "progressbar.hpp"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#ifndef PROGRESS_BAR_HPP_INCLUDED
|
||||
#define PROGRESS_BAR_HPP_INCLUDED
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "../global.hpp"
|
||||
|
||||
#include "widget.hpp"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#ifndef WIDGET_HPP_INCLUDED
|
||||
#define WIDGET_HPP_INCLUDED
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#include "wesconfig.h"
|
||||
|
||||
#ifdef USE_ZIPIOS
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2003-5 by David White <davidnwhite@verizon.net>
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#ifndef XZIPIOS_XCOLL_H
|
||||
#define XZIPIOS_XCOLL_H
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue