From 018bca5204004080c426c456b3a3437b17b4e4b0 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Tue, 29 Aug 2017 17:39:22 +0300 Subject: --- ascii-town-heatmap.rs | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- cgit 1.4.1