chiark / gitweb /
Copyright licence
[chiark-tcl-applet.git] / ttyacm-multiplex
index bc1f914156b90d23ed3af1114af6c58d6e6a3fbe..3a576af3bf204e740fd5e53fc017acf1229b9728 100755 (executable)
@@ -1,6 +1,10 @@
 #!/usr/bin/tclsh8.4
 # -*- tcl -*-
 
+# Copyright 2016,2020 Ian Jackson
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 set expected_devs 3
 
 proc debug {m} { puts "DEBUG $m" }