mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
added missing license to Duke's vmexports.cpp
This commit is contained in:
parent
bdd02953c3
commit
5f8cd74ba5
1 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
||||||
|
//-------------------------------------------------------------------------
|
||||||
|
/*
|
||||||
|
Copyright (C) 2020-2023 - Christoph Oelckers
|
||||||
|
|
||||||
|
This file is part of Raze
|
||||||
|
|
||||||
|
This 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.
|
||||||
|
|
||||||
|
*/
|
||||||
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "vm.h"
|
#include "vm.h"
|
||||||
#include "ns.h"
|
#include "ns.h"
|
||||||
#include "buildtiles.h"
|
#include "buildtiles.h"
|
||||||
|
|
Loading…
Reference in a new issue