From f129bf7a7bad968939838d8efbd7cd878cf58257 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 24 Feb 2009 19:46:00 +0100 Subject: standardized file headers and added COPYING --- drop.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'drop.sh') diff --git a/drop.sh b/drop.sh index c37106a..3944451 100755 --- a/drop.sh +++ b/drop.sh @@ -1,4 +1,16 @@ #!/bin/bash +#---------------------------------------------------- +# File: drop.sh +# Author: Florian "Bluewind" Pritz +# +# Copyright (C) 2008-2009 Florian Pritz +# +# Licensed under GNU General Public License v3 +# (see COPYING for full license text) +# +#---------------------------------------------------- +# called by incrond to manage ~/drop +#---------------------------------------------------- for file; do case $(file -b --mime-type "$file") in application/x-bittorrent) -- cgit v1.2.3-24-g4f1b