summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <zlin@exherbo.org>2009-09-22 03:11:43 +0000
committerBo Ørsted Andresen <zlin@exherbo.org>2009-09-22 03:12:28 +0000
commitd384a012139ea38e1cf1667aee54fa785c9bab7b (patch)
tree4cbf4812d391c6c9ee4c38a3b87354e65c2a5923
parenta0744af79f33f8a13e779415826950c057a1611a (diff)
downloadwgetpaste-d384a012139ea38e1cf1667aee54fa785c9bab7b.tar.gz
Put wgetpaste in the public domain as requested by Nicolas Vigier <nvigier@mandriva.com>. Fix copyright header.
-rwxr-xr-xwgetpaste4
1 files 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 <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"