]> git.draconx.ca Git - dxcommon.git/blobdiff - scripts/gen-strtab.awk
Add a script to generate constant tree structures.
[dxcommon.git] / scripts / gen-strtab.awk
index f844d4f0bfd6481c9a5102f6b13864bd5c4ea601..1f27b5cbd9788ca6ce2bbe0d681f2f9a0cd3d3fb 100755 (executable)
 #
 # The object-like macro STRTAB_MAX_OFFSET is defined and expands to the
 # greatest string offset, suitable for use in #if preprocessing directives.
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 END {
   print "/*"