diff options
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; |