diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/functions/off | 2 | ||||
-rwxr-xr-x | etc/functions/put | 2 | ||||
-rwxr-xr-x | etc/functions/rtab | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/functions/off b/etc/functions/off index b336fa5..189e8ec 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -1,6 +1,6 @@ ## vim:ft=zsh ## Small shutdown/reboot wrapper to work together with my other tools -## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> autoload warn fdie diff --git a/etc/functions/put b/etc/functions/put index 7c0354a..764bd05 100755 --- a/etc/functions/put +++ b/etc/functions/put @@ -2,7 +2,7 @@ ## put - make a file available via HTTP ## supports as many 'failover' hosts as an array can hold ## Usage: put <file> -## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> autoload check_com fdie warn diff --git a/etc/functions/rtab b/etc/functions/rtab index 7276974..ca68dec 100755 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -1,6 +1,6 @@ ## vim:ft=zsh ## reverse tabbing, useful in the prompt -## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> ## CAVEAT: directory-names containing two or more consecutive spaces |