]> git.donarmstrong.com Git - zsh.git/commitdiff
add header to baseconv function
authormartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:31:44 +0000 (16:31 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:31:44 +0000 (16:31 +0100)
.zsh/func/baseconv

index b42f5fa548bbaa5a206ed9cd504f5c908dbdfea7..eacac2f271730dbdf56872dc1e66ba0989839291 100755 (executable)
@@ -1,4 +1,14 @@
-#!/bin/sh
+#!/bin/zsh
+#
+# func/baseconv
+#
+# zsh-based conversion between numeric bases
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
 
 if [ $# -ne 3 ]; then
   echo Usage: ${0##*/} ibase obase number