chiark / gitweb /
git-branchmove: seems to work
[chiark-utils.git] / scripts / hexterm
index 54a1b5e22123bf3398ab6b6f79b278f586f1baf3..9a1b0475bdb4ce05fe84c0a3a8681a8e074ff000 100755 (executable)
@@ -33,6 +33,24 @@ xxxE hh hh hh hh  hh hh hh hh  hh hh hh hh  hh hh hh hh_| abcd e_.. .... ...._|
 #               is length of string to record
 #      g-z     play back memory
 
+
+# Copyright 2005 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are distributed in the hope that
+# it will be useful, but WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE.  See the GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 if {[llength $argv] != 1} { error "need serial port arg" }
 
 set port [lindex $argv 0]