X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fhexterm;h=9a1b0475bdb4ce05fe84c0a3a8681a8e074ff000;hp=54a1b5e22123bf3398ab6b6f79b278f586f1baf3;hb=704128164f85f7c3b7a1421a12f4cb11f2edcdec;hpb=32f5154fe45eb7c2dbbac1017dc12133fa1e01e6 diff --git a/scripts/hexterm b/scripts/hexterm index 54a1b5e..9a1b047 100755 --- a/scripts/hexterm +++ b/scripts/hexterm @@ -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 +# +# 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]