From d384a012139ea38e1cf1667aee54fa785c9bab7b Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Tue, 22 Sep 2009 03:11:43 +0000 Subject: Put wgetpaste in the public domain as requested by Nicolas Vigier . Fix copyright header. --- wgetpaste | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgetpaste b/wgetpaste index d4addbd..e2496b2 100755 --- a/wgetpaste +++ b/wgetpaste @@ -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 -# Distributed as-is. With no warranties. +# Copyright (c) 2007-2009 Bo Ørsted Andresen +# Distributed in the public domain. Do with it whatever you want. VERSION="2.13" -- cgit v1.2.3