From e45b0db3d66ca9e041622db3d801d026fb4d3724 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 16 Mar 2017 12:25:37 +1300 Subject: [PATCH] update URL and copyright --- .zsh/dircolors | 4 ++-- .zsh/func/TS | 4 ++-- .zsh/func/baseconv | 4 ++-- .zsh/func/getpw | 2 +- .zsh/func/gitpub | 2 +- .zsh/func/giturl | 2 +- .zsh/func/p | 4 ++-- .zsh/func/svngit | 2 +- .zsh/func/urlencode | 4 ++-- .zsh/logging | 4 ++-- .zsh/rcsstub | 4 ++-- .zsh/sourcedir | 4 ++-- .zsh/util | 4 ++-- .zsh/zlogin/00-reset_shlvl_to_1 | 2 +- .zsh/zlogin/60_mime | 4 ++-- .zsh/zlogin/90_db | 2 +- .zsh/zlogout/00-clear_sudo_cache | 2 +- .zsh/zlogout/99_cls | 4 ++-- .zsh/zprofile/00_ulimit | 4 ++-- .zsh/zprofile/10_locale | 4 ++-- .zsh/zprofile/40_zcompile | 4 ++-- .zsh/zshenv/00_rdirs | 4 ++-- .zsh/zshenv/01_fpath | 4 ++-- .zsh/zshenv/01_path | 4 ++-- .zsh/zshenv/10_zvars | 4 ++-- .zsh/zshenv/40_editor | 4 ++-- .zsh/zshenv/80_debian | 4 ++-- .zsh/zshenv/80_pagers | 4 ++-- .zsh/zshenv/80_texmf | 4 ++-- .zsh/zshrc/00_autoload | 4 ++-- .zsh/zshrc/00_recompile | 4 ++-- .zsh/zshrc/00_varsetup | 4 ++-- .zsh/zshrc/19_dircolors | 4 ++-- .zsh/zshrc/20_compsys | 4 ++-- .zsh/zshrc/20_dirhashes | 4 ++-- .zsh/zshrc/30_aliases | 4 ++-- .zsh/zshrc/39_tempfuncs | 4 ++-- .zsh/zshrc/60_vcsprompt | 4 ++-- .zsh/zshrc/75_vcsinfo | 4 ++-- .zsh/zshrc/79_bindkeys | 4 ++-- .zsh/zshrc/80_history | 4 ++-- .zsh/zshrc/80_zle | 4 ++-- .zsh/zshrc/85_prompt | 4 ++-- .zsh/zshrc/85_termfonts | 4 ++-- .zsh/zshrc/85_xtermtitle | 4 ++-- .zsh/zshrc/90_cleanfiles | 4 ++-- .zsh/zshrc/95_fortune.disabled | 4 ++-- .zsh/zshrc/95_watch | 4 ++-- .zsh/zshrc/99_TODO | 4 ++-- .zsh/zshrc/99_hookfunctions | 4 ++-- 50 files changed, 93 insertions(+), 93 deletions(-) diff --git a/.zsh/dircolors b/.zsh/dircolors index 476c4e6..49c8b0d 100644 --- a/.zsh/dircolors +++ b/.zsh/dircolors @@ -2,10 +2,10 @@ # # colours for directory listings for normal people # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # ### BEGIN dircolors --print-database output ################################## diff --git a/.zsh/func/TS b/.zsh/func/TS index d87df4b..3075561 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -4,10 +4,10 @@ # # a convenient way to create an environment for collaborative testing # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local topic filename ret diff --git a/.zsh/func/baseconv b/.zsh/func/baseconv index 3c97468..994d0cc 100755 --- a/.zsh/func/baseconv +++ b/.zsh/func/baseconv @@ -4,10 +4,10 @@ # # zsh-based conversion between numeric bases # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [ $# -ne 3 ]; then diff --git a/.zsh/func/getpw b/.zsh/func/getpw index e96c7f5..108b4cd 100755 --- a/.zsh/func/getpw +++ b/.zsh/func/getpw @@ -7,7 +7,7 @@ # Copyright © 2011 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local PWENCFILE=${HOME}/pw.gpg diff --git a/.zsh/func/gitpub b/.zsh/func/gitpub index b047537..d29230d 100755 --- a/.zsh/func/gitpub +++ b/.zsh/func/gitpub @@ -7,7 +7,7 @@ # Copyright © 2008–2009 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local oldpwd gitdir dest description tmpdir diff --git a/.zsh/func/giturl b/.zsh/func/giturl index 171c4da..5f29ac0 100755 --- a/.zsh/func/giturl +++ b/.zsh/func/giturl @@ -9,7 +9,7 @@ # Released under the terms of the Artistic Licence 2.0 # Contributions from Yaroslav O. Halchenko # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local branch remote remote_name diff --git a/.zsh/func/p b/.zsh/func/p index 4e4a16b..7a646df 100755 --- a/.zsh/func/p +++ b/.zsh/func/p @@ -4,10 +4,10 @@ # # function to publish to a pastebin (using pastebinit) # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [[ $# -gt 1 ]]; then diff --git a/.zsh/func/svngit b/.zsh/func/svngit index 884e727..debbf53 100755 --- a/.zsh/func/svngit +++ b/.zsh/func/svngit @@ -7,7 +7,7 @@ # Copyright © 2006–2009 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local svnrepo dest args diff --git a/.zsh/func/urlencode b/.zsh/func/urlencode index ad48f22..5e4564f 100755 --- a/.zsh/func/urlencode +++ b/.zsh/func/urlencode @@ -4,10 +4,10 @@ # # encode strings for use with URLs # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # Based on http://www.michael-prokop.at/computer/config/.zshrc diff --git a/.zsh/logging b/.zsh/logging index 26d7544..65c9532 100644 --- a/.zsh/logging +++ b/.zsh/logging @@ -2,10 +2,10 @@ # # Logging abilities for the shell initialisation scripts # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # __log() { diff --git a/.zsh/rcsstub b/.zsh/rcsstub index 2138ef0..cf9a202 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -2,10 +2,10 @@ # # Stub for all .z* files; actual content comes from a directory # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [[ -o rcs ]]; then diff --git a/.zsh/sourcedir b/.zsh/sourcedir index 46e5f87..cae9467 100644 --- a/.zsh/sourcedir +++ b/.zsh/sourcedir @@ -2,10 +2,10 @@ # # Defines helper function to source files in a directory # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # . $ZDOTDIR/logging diff --git a/.zsh/util b/.zsh/util index ce6f9fc..621fafb 100644 --- a/.zsh/util +++ b/.zsh/util @@ -2,10 +2,10 @@ # # Miscellaneous utility functions # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # is_root() { diff --git a/.zsh/zlogin/00-reset_shlvl_to_1 b/.zsh/zlogin/00-reset_shlvl_to_1 index f93dc86..a6cb418 100644 --- a/.zsh/zlogin/00-reset_shlvl_to_1 +++ b/.zsh/zlogin/00-reset_shlvl_to_1 @@ -4,7 +4,7 @@ # Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # SHLVL=1 diff --git a/.zsh/zlogin/60_mime b/.zsh/zlogin/60_mime index 306ac27..66a341c 100644 --- a/.zsh/zlogin/60_mime +++ b/.zsh/zlogin/60_mime @@ -2,10 +2,10 @@ # # set up the shell's mime support # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # autoload -U zsh-mime-setup diff --git a/.zsh/zlogin/90_db b/.zsh/zlogin/90_db index f55494e..ba32ce5 100644 --- a/.zsh/zlogin/90_db +++ b/.zsh/zlogin/90_db @@ -5,7 +5,7 @@ # Copyright © 1994–2013 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if whence db >/dev/null; then diff --git a/.zsh/zlogout/00-clear_sudo_cache b/.zsh/zlogout/00-clear_sudo_cache index 2ce09dd..d77ce55 100644 --- a/.zsh/zlogout/00-clear_sudo_cache +++ b/.zsh/zlogout/00-clear_sudo_cache @@ -4,7 +4,7 @@ # Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # sudo -K 2>/dev/null || : diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls index 8a11e82..df01971 100644 --- a/.zsh/zlogout/99_cls +++ b/.zsh/zlogout/99_cls @@ -2,10 +2,10 @@ # # clear the screen # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # clear diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit index 131311c..6754893 100644 --- a/.zsh/zprofile/00_ulimit +++ b/.zsh/zprofile/00_ulimit @@ -2,10 +2,10 @@ # # sets process limits # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # disable core files diff --git a/.zsh/zprofile/10_locale b/.zsh/zprofile/10_locale index 818351e..4f37e09 100644 --- a/.zsh/zprofile/10_locale +++ b/.zsh/zprofile/10_locale @@ -2,10 +2,10 @@ # # Defines locale settings # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # _set_locale() diff --git a/.zsh/zprofile/40_zcompile b/.zsh/zprofile/40_zcompile index eb6abb5..ebc4ee7 100644 --- a/.zsh/zprofile/40_zcompile +++ b/.zsh/zprofile/40_zcompile @@ -2,10 +2,10 @@ # # compile zsh snippets # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [ -n "$ZDOTDIR" ] && [ -d "$ZDOTDIR" ]; then diff --git a/.zsh/zshenv/00_rdirs b/.zsh/zshenv/00_rdirs index 2822fe7..03ad8c2 100644 --- a/.zsh/zshenv/00_rdirs +++ b/.zsh/zshenv/00_rdirs @@ -2,10 +2,10 @@ # # Assigns paths to related directories to a number of variables # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # export VARDIR_REL=.var diff --git a/.zsh/zshenv/01_fpath b/.zsh/zshenv/01_fpath index 8e3a5a4..0a1253a 100644 --- a/.zsh/zshenv/01_fpath +++ b/.zsh/zshenv/01_fpath @@ -2,10 +2,10 @@ # # Adds local functions directory to $fpath # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # fpath=($ZDOTDIR/func $fpath) diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index e4e81fa..ab1625e 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -2,10 +2,10 @@ # # Adds custom directories to the $PATH # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # __prepend_dir_to_path() diff --git a/.zsh/zshenv/10_zvars b/.zsh/zshenv/10_zvars index 9bc081f..edbe4b7 100644 --- a/.zsh/zshenv/10_zvars +++ b/.zsh/zshenv/10_zvars @@ -2,10 +2,10 @@ # # set a number of core zsh variables # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # use $TMPDIR for TMPPREFIX diff --git a/.zsh/zshenv/40_editor b/.zsh/zshenv/40_editor index cdbcc2f..d97c647 100644 --- a/.zsh/zshenv/40_editor +++ b/.zsh/zshenv/40_editor @@ -2,10 +2,10 @@ # # set the editor variables # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # export EDITOR==vim diff --git a/.zsh/zshenv/80_debian b/.zsh/zshenv/80_debian index ebfc9ce..511ce65 100644 --- a/.zsh/zshenv/80_debian +++ b/.zsh/zshenv/80_debian @@ -2,10 +2,10 @@ # # set a number of default variables related to Debian # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # export DEBFULLNAME='martin f. krafft' diff --git a/.zsh/zshenv/80_pagers b/.zsh/zshenv/80_pagers index 5f3fbe4..ee2eb73 100644 --- a/.zsh/zshenv/80_pagers +++ b/.zsh/zshenv/80_pagers @@ -2,10 +2,10 @@ # # set a number of default variables related to pagers # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # eval `lesspipe 2>/dev/null` diff --git a/.zsh/zshenv/80_texmf b/.zsh/zshenv/80_texmf index 96aba92..8109661 100644 --- a/.zsh/zshenv/80_texmf +++ b/.zsh/zshenv/80_texmf @@ -2,10 +2,10 @@ # # set a number of default variables related to texmf # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # export TEXMFHOME=$HOME/.texmf diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index 92b7c07..e6b4591 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -2,10 +2,10 @@ # # Autoload available functions # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # autoload all executable files in $fpath diff --git a/.zsh/zshrc/00_recompile b/.zsh/zshrc/00_recompile index 24e51b6..062cfef 100644 --- a/.zsh/zshrc/00_recompile +++ b/.zsh/zshrc/00_recompile @@ -2,10 +2,10 @@ # # recompile zsh snippets, if necessary # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # zrecompile $ZDOTDIR/**/*(/N) $ZVARDIR/**/*(/N) | while read pre file post; do diff --git a/.zsh/zshrc/00_varsetup b/.zsh/zshrc/00_varsetup index 09aa367..7bc2a50 100644 --- a/.zsh/zshrc/00_varsetup +++ b/.zsh/zshrc/00_varsetup @@ -2,10 +2,10 @@ # # set up global variables used by the shell # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # automatically remove duplicates from these arrays diff --git a/.zsh/zshrc/19_dircolors b/.zsh/zshrc/19_dircolors index 057ffa6..60e24f4 100644 --- a/.zsh/zshrc/19_dircolors +++ b/.zsh/zshrc/19_dircolors @@ -2,10 +2,10 @@ # # Load dircolors database # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # eval $(dircolors $ZDOTDIR/dircolors) 2>/dev/null || : diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 902966a..7229d9a 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -2,10 +2,10 @@ # # Configures the completions system # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # zstyle :compinstall filename '$ZDOTDIR/zshrc/20_compsys' diff --git a/.zsh/zshrc/20_dirhashes b/.zsh/zshrc/20_dirhashes index ea1da70..fc77e8a 100644 --- a/.zsh/zshrc/20_dirhashes +++ b/.zsh/zshrc/20_dirhashes @@ -2,10 +2,10 @@ # # populate some hashes for commonly used directories # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # hash -d doc=/usr/share/doc diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index d806681..9614b25 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -2,10 +2,10 @@ # # Defines command shortcuts # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # function trace() { eval "set -x; $@" } diff --git a/.zsh/zshrc/39_tempfuncs b/.zsh/zshrc/39_tempfuncs index d3391f6..938b173 100644 --- a/.zsh/zshrc/39_tempfuncs +++ b/.zsh/zshrc/39_tempfuncs @@ -2,10 +2,10 @@ # # Helper functions to create temporary files and directories # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # cdt () { diff --git a/.zsh/zshrc/60_vcsprompt b/.zsh/zshrc/60_vcsprompt index 423c05a..d0d33c1 100644 --- a/.zsh/zshrc/60_vcsprompt +++ b/.zsh/zshrc/60_vcsprompt @@ -2,10 +2,10 @@ # # Make git information available to the prompt # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # Shamelessly based on http://glandium.org/blog/?p=170 # diff --git a/.zsh/zshrc/75_vcsinfo b/.zsh/zshrc/75_vcsinfo index 5592fc1..05ea050 100644 --- a/.zsh/zshrc/75_vcsinfo +++ b/.zsh/zshrc/75_vcsinfo @@ -2,10 +2,10 @@ # # Set up vcs_info subsystem # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # see zsh-betacontrib(1) diff --git a/.zsh/zshrc/79_bindkeys b/.zsh/zshrc/79_bindkeys index 0284400..28b54f0 100644 --- a/.zsh/zshrc/79_bindkeys +++ b/.zsh/zshrc/79_bindkeys @@ -2,10 +2,10 @@ # # Defines key bindings # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # use emacs keybindings by default diff --git a/.zsh/zshrc/80_history b/.zsh/zshrc/80_history index 563ad90..2f97935 100644 --- a/.zsh/zshrc/80_history +++ b/.zsh/zshrc/80_history @@ -2,10 +2,10 @@ # # Set up command line history functions # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # typeset -g on this one to make warn_create_global happy diff --git a/.zsh/zshrc/80_zle b/.zsh/zshrc/80_zle index a737800..ca59e4e 100644 --- a/.zsh/zshrc/80_zle +++ b/.zsh/zshrc/80_zle @@ -2,10 +2,10 @@ # # Configure the zsh line editor # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # automatically escape URLs diff --git a/.zsh/zshrc/85_prompt b/.zsh/zshrc/85_prompt index ccb88e1..6874ec3 100644 --- a/.zsh/zshrc/85_prompt +++ b/.zsh/zshrc/85_prompt @@ -2,10 +2,10 @@ # # Formats the shell prompt # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [ "${PS1:-}" = '%m%# ' ]; then diff --git a/.zsh/zshrc/85_termfonts b/.zsh/zshrc/85_termfonts index e8a1901..73d7799 100644 --- a/.zsh/zshrc/85_termfonts +++ b/.zsh/zshrc/85_termfonts @@ -2,10 +2,10 @@ # # provide helper methods to increase/decrease fonts from the command line # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # typeset -ga _XTERM_FONTS diff --git a/.zsh/zshrc/85_xtermtitle b/.zsh/zshrc/85_xtermtitle index 8059ca8..32b0226 100644 --- a/.zsh/zshrc/85_xtermtitle +++ b/.zsh/zshrc/85_xtermtitle @@ -2,10 +2,10 @@ # # Fancy setting of the xterm title # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # # Based on http://www.zshwiki.org/cgi-bin/wiki.pl?ZshHardStatus # diff --git a/.zsh/zshrc/90_cleanfiles b/.zsh/zshrc/90_cleanfiles index b4bd2c2..faf5be7 100644 --- a/.zsh/zshrc/90_cleanfiles +++ b/.zsh/zshrc/90_cleanfiles @@ -2,10 +2,10 @@ # # remove files we never want to keep around # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # typeset -la rmfiles diff --git a/.zsh/zshrc/95_fortune.disabled b/.zsh/zshrc/95_fortune.disabled index fe4102d..ca1c199 100644 --- a/.zsh/zshrc/95_fortune.disabled +++ b/.zsh/zshrc/95_fortune.disabled @@ -2,10 +2,10 @@ # # Prints a fortune cookie to each interactive shell # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # fortune -a 2>/dev/null || : diff --git a/.zsh/zshrc/95_watch b/.zsh/zshrc/95_watch index b9b895f..9ac0eb4 100644 --- a/.zsh/zshrc/95_watch +++ b/.zsh/zshrc/95_watch @@ -2,10 +2,10 @@ # # watch activity of other users # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # watch=(notme) diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index b0084ce..3ee8155 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -3,10 +3,10 @@ # All kinds of stuff not yet split to other files # TEMPORARY # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # ldir() { eval hash -d $1="$PWD"; cd .; } diff --git a/.zsh/zshrc/99_hookfunctions b/.zsh/zshrc/99_hookfunctions index a8b6388..2583517 100644 --- a/.zsh/zshrc/99_hookfunctions +++ b/.zsh/zshrc/99_hookfunctions @@ -2,10 +2,10 @@ # # define hook functions in case the *_functions arrays are not honoured # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # autoload -U is-at-least -- 2.39.2