- updated copyright headers is some files that had them missing

- added a new language string for battle end screen
This commit is contained in:
Mark Vejvoda
2012-08-02 00:57:28 +00:00
parent 39c85914e9
commit ee2c02610d
38 changed files with 790 additions and 20 deletions

View File

@@ -1,3 +1,15 @@
// ==============================================================
// This file is part of MegaGlest Shared Library (www.megaglest.org)
//
// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke
// 2001-2008 Martiño Figueroa
//
// You can redistribute this code 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
// ==============================================================
#include "randomgen.h"
#include <cassert>
#include "util.h"