diff options
Diffstat (limited to 'etc/functions')
-rw-r--r-- | etc/functions/off | 2 | ||||
-rw-r--r-- | etc/functions/put | 2 | ||||
-rw-r--r-- | etc/functions/rtab | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/functions/off b/etc/functions/off index 18c1851..5f15cef 100644 --- a/etc/functions/off +++ b/etc/functions/off @@ -1,7 +1,7 @@ ## vim:ft=zsh ## Small shutdown/reboot wrapper to work together with my other tools ## Usage: off [-nrh] [place] -## Copyright (C) 2008, 2009 by Daniel Friesel <derf@finalrewind.org> +## Copyright (C) 2008, 2009 by Birte Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> typeset filesystem garbage file diff --git a/etc/functions/put b/etc/functions/put index 15d5341..509f326 100644 --- 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 © 2008 - 2010 by Daniel Friesel <derf@finalrewind.org> +## Copyright © 2008 - 2010 by Birte Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> typeset hostname ssh_name diff --git a/etc/functions/rtab b/etc/functions/rtab index 4351fae..2c809b6 100644 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -1,6 +1,6 @@ ## vim:ft=zsh ## reverse tabbing, useful in the prompt -## Copyright (C) 2008, 2009 by Daniel Friesel <derf@finalrewind.org> +## Copyright (C) 2008, 2009 by Birte Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> setopt localoptions |