summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2017-08-29 17:39:22 +0300
committerGitHub <noreply@github.com>2017-08-29 17:39:22 +0300
commit018bca5204004080c426c456b3a3437b17b4e4b0 (patch)
tree6868b82b69dd7521df1d4111b0cf9a4804161c1f
parent(no commit message) (diff)
downloadheatmap-master.tar.gz
heatmap-master.zip
-rw-r--r--ascii-town-heatmap.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ascii-town-heatmap.rs b/ascii-town-heatmap.rs
index cae11ef..8243046 100644
--- a/ascii-town-heatmap.rs
+++ b/ascii-town-heatmap.rs
@@ -1,5 +1,12 @@
 // cargo-deps: hsl, image, csv = "1.0.0-beta.4", serde, serde_derive
 
+// ~~~ PUBLIC DOMAIN ~~~
+// I, the copyright holder of this work, hereby release it
+// into the public domain. This applies worldwide.
+// In case this is not legally possible, I grant any entity
+// the right to use this work for any purpose, without any
+// conditions, unless such conditions are required by law.
+
 extern crate csv;
 extern crate hsl;
 extern crate image;