diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-28 10:24:09 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-28 10:24:09 -0400 |
| commit | 645a27fa9d7c7d8a4f9131c032da468386fed116 (patch) | |
| tree | 5ce9e7d3b82f85fe74b61639a9131514f967c812 /map.h | |
| parent | 4f96334063ecb30435f04b0c19e752498602d27f (diff) | |
| download | wargames-server-645a27fa9d7c7d8a4f9131c032da468386fed116.zip wargames-server-645a27fa9d7c7d8a4f9131c032da468386fed116.tar.gz wargames-server-645a27fa9d7c7d8a4f9131c032da468386fed116.tar.bz2 wargames-server-645a27fa9d7c7d8a4f9131c032da468386fed116.tar.xz | |
Licensed code under GPL3, map under CC-BY-SA-4.0
Diffstat (limited to 'map.h')
| -rw-r--r-- | map.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +/* + * This file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. + * To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/. + * + * Attribution should be given to Franklin Wei. + */ char *map[] = { /* 0 */ (char[]){" ."}, /* 1 */ (char[]){" __________--^-^-\\. ____ __----/^\\."}, |