diff options
author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-08-29 17:39:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 17:39:22 +0300 |
commit | 018bca5204004080c426c456b3a3437b17b4e4b0 (patch) | |
tree | 6868b82b69dd7521df1d4111b0cf9a4804161c1f /ascii-town-heatmap.rs | |
parent | (no commit message) (diff) | |
download | heatmap-018bca5204004080c426c456b3a3437b17b4e4b0.tar.gz heatmap-018bca5204004080c426c456b3a3437b17b4e4b0.zip |
Diffstat (limited to '')
-rw-r--r-- | ascii-town-heatmap.rs | 7 |
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; |