diff options
| author | Petr Mrázek | 2011-06-16 23:53:39 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-06-16 23:53:39 +0200 |
| commit | 93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d (patch) | |
| tree | e62c34591b1be8a52b51ddb0b7ff18bf0304a26a /library/TileTypes.cpp | |
| parent | 7136ac7aa42cc564ba92c116441430caf01ba961 (diff) | |
| download | dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.gz dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.bz2 dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.xz | |
Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console.
Diffstat (limited to 'library/TileTypes.cpp')
| -rw-r--r-- | library/TileTypes.cpp | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/library/TileTypes.cpp b/library/TileTypes.cpp index b6c7b1f0..c337cc0e 100644 --- a/library/TileTypes.cpp +++ b/library/TileTypes.cpp @@ -1,4 +1,27 @@ -// vim: sts=4 sta et shiftwidth=4: +/* +https://github.com/peterix/dfhack +Copyright (c) 2009-2011 Petr Mrázek (peterix@gmail.com) + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any +damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must +not claim that you wrote the original software. If you use this +software in a product, an acknowledgment in the product documentation +would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and +must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source +distribution. +*/ + #include "Internal.h" #include "dfhack/TileTypes.h" #include "dfhack/Export.h" |
