[slime-cvs] CVS update: slime/doc/texinfo-tabulate.awk
Luke Gorrie
lgorrie at common-lisp.net
Mon Aug 29 20:02:58 UTC 2005
Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv4115/doc
Modified Files:
texinfo-tabulate.awk
Log Message:
Added public domain dedication.
Date: Mon Aug 29 22:02:57 2005
Author: lgorrie
Index: slime/doc/texinfo-tabulate.awk
diff -u slime/doc/texinfo-tabulate.awk:1.1 slime/doc/texinfo-tabulate.awk:1.2
--- slime/doc/texinfo-tabulate.awk:1.1 Mon Mar 22 14:55:31 2004
+++ slime/doc/texinfo-tabulate.awk Mon Aug 29 22:02:57 2005
@@ -3,6 +3,9 @@
# Format input lines into a multi-column texinfo table.
# Note: does not do texinfo-escaping of the input.
+# This code has been placed in the Public Domain. All warranties
+# are disclaimed.
+
BEGIN {
columns = 3;
printf("@multitable @columnfractions");
More information about the slime-cvs
mailing list