From 645a27fa9d7c7d8a4f9131c032da468386fed116 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 28 Jun 2014 10:24:09 -0400 Subject: Licensed code under GPL3, map under CC-BY-SA-4.0 --- map.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'map.h') diff --git a/map.h b/map.h index 4208788..5b80c67 100644 --- a/map.h +++ b/map.h @@ -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[]){" __________--^-^-\\. ____ __----/^\\."}, -- cgit v1.1