diff options
author | Bo Ørsted Andresen <zlin@exherbo.org> | 2009-09-22 03:11:43 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@exherbo.org> | 2009-09-22 03:12:28 +0000 |
commit | d384a012139ea38e1cf1667aee54fa785c9bab7b (patch) | |
tree | 4cbf4812d391c6c9ee4c38a3b87354e65c2a5923 | |
parent | a0744af79f33f8a13e779415826950c057a1611a (diff) | |
download | wgetpaste-d384a012139ea38e1cf1667aee54fa785c9bab7b.tar.gz |
Put wgetpaste in the public domain as requested by Nicolas Vigier <nvigier@mandriva.com>. Fix copyright header.
-rwxr-xr-x | wgetpaste | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #!/usr/bin/env bash # A Script that automates pasting to a number of pastebin services # relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) and wget -# Copyright (c) 2007 Bo Ørsted Andresen <bo.andresen@zlin.dk> -# Distributed as-is. With no warranties. +# Copyright (c) 2007-2009 Bo Ørsted Andresen <bo.andresen@zlin.dk> +# Distributed in the public domain. Do with it whatever you want. VERSION="2.13" |