summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-07 22:08:02 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-07 22:08:02 -0500
commit8b57eeb9ea69fdd581f34f77e0a1c1bec425d6d3 (patch)
tree79bc7e18e0a83f70f5db2895cd99c628bf9d1d24 /README.html
parent5949f9b9cd7d6e416716b51c2cae0f4336cd82c5 (diff)
finished read_f32
Diffstat (limited to 'README.html')
-rw-r--r--README.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.html b/README.html
index 0d9d5d9..3b4bc57 100644
--- a/README.html
+++ b/README.html
@@ -44,9 +44,9 @@ it is nearly as fast in theory.</p>
<hr />
-<h3><code>toc</code> Source Code</h3>
+<h3><code>toc</code> Compiler Source Code</h3>
-<p>The source code to <code>toc</code> 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. See <code>LICENSE</code> for more information.</p>
<p><code>toc</code> is written in C, for speed and portability. It has no dependencies, other than the C runtime library.</p>