From 39ca59d182ecb5ac3957372ef683adcdec39c074 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 4 Oct 2011 10:21:59 -0400 Subject: [PATCH] scripts: Add copyright header to thumbnail.zsh. --- scripts/thumbnail.zsh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/thumbnail.zsh b/scripts/thumbnail.zsh index 9734575..de5e44f 100755 --- a/scripts/thumbnail.zsh +++ b/scripts/thumbnail.zsh @@ -1,4 +1,14 @@ #!/usr/bin/env zsh +# +# Copyright © 2008 Nick Bowler +# +# Simple thumbnail generator for use with FVWM. Thumbnails can be generated at +# any desired size, and are cached for future use. Prints the cached filename +# to standard output. +# +# License WTFPL2: Do What The Fuck You Want To Public License, version 2. +# This is free software: you are free to do what the fuck you want to. +# There is NO WARRANTY, to the extent permitted by law. if [[ -z "$MUSIC" ]]; then MUSIC=/home/music -- 2.43.0