]> git.draconx.ca Git - zshconf.git/commitdiff
zshrc: Add all-permissive license notice.
authorNick Bowler <nbowler@elliptictech.com>
Thu, 21 Jan 2010 19:03:57 +0000 (14:03 -0500)
committerNick Bowler <nbowler@elliptictech.com>
Thu, 21 Jan 2010 19:03:57 +0000 (14:03 -0500)
zshrc

diff --git a/zshrc b/zshrc
index 899be85ed31a666b1b7009a56509f4bb36a75680..03762598d9d45232aa16da7b0b7d53f6127ecc0b 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -1,3 +1,12 @@
+# Configuration for interactive shells.
+#
+# Copyright (C) 2009 Nick Bowler
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 if [[ -n $HOME ]]; then
        HISTFILE=$HOME/.zsh_history
        SAVEHIST=1000