summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-19 23:21:56 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-19 23:21:56 -0500
commit4a1467810d1cf9498db9507f36f78a0bd385c1e9 (patch)
treee212837c08ac0f1dd308cf800b1a8fdf6cdd3a3f /README.html
parentd4cf195c8ad0338fef7ccb08d0767360378b24d2 (diff)
extracted hash table for future use by foreign to avoid loading libraries twice
Diffstat (limited to 'README.html')
-rw-r--r--README.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.html b/README.html
index f00bf27..baa360d 100644
--- a/README.html
+++ b/README.html
@@ -46,7 +46,9 @@ it is nearly as fast in theory.</p>
<h3><code>toc</code> Compiler Source Code</h3>
-<p>Most of the source code for the <code>toc</code> compiler is licensed under the GNU General Public License, version 3. See <code>LICENSE</code> for more information.</p>
+<p>Most of the source code for the <code>toc</code> compiler is licensed under the GNU General Public License, version 3, and the rest (some small general utilities) is in the public domain. Each source file begins with a comment explaining its license.</p>
+
+<p>See <code>LICENSE</code> for the GNU General Public License.</p>
<p><code>toc</code> is written in C, for speed and portability. It has no dependencies, other than the C runtime library. If you want to be able to call external C functions at compile time, however, you will need <code>libffcall</code> and <code>libdl</code> (so this is only currently supported on Unix-y systems).</p>