Skip to content

Commit

Permalink
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Sep 16, 2001
1 parent bac0a6c commit 5bde823
Show file tree
Hide file tree
Showing 75 changed files with 693 additions and 2,000 deletions.
340 changes: 0 additions & 340 deletions COPYRIGHT

This file was deleted.

5 changes: 4 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,12 @@ testfixture: $(TOP)/src/tclsqlite.c libsqlite.a $(TESTSRC)
$(TESTSRC) $(TOP)/src/tclsqlite.c \
libsqlite.a $(LIBTCL)

test: testfixture sqlite
fulltest: testfixture sqlite
./testfixture $(TOP)/test/all.test

test: testfixture sqlite
./testfixture $(TOP)/test/quick.test

sqlite.tar.gz:
pwd=`pwd`; cd $(TOP)/..; tar czf $$pwd/sqlite.tar.gz sqlite

Expand Down
3 changes: 1 addition & 2 deletions doc/lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ <h3>Command Line Options</h3>
340 states, 2026 parser table entries, 0 conflicts
</pre>
Finally, the ``-x'' option causes Lemon to print its version number
and copyright information
and then stop without attempting to read the grammar or generate a parser.</p>
and then stops without attempting to read the grammar or generate a parser.</p>

<h3>The Parser Interface</h3>

Expand Down
6 changes: 3 additions & 3 deletions doc/report1.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The SQL database used for ACD contains 105 tables and indices implemented
in GDBM. The following are statistics on the sizes of keys and data
within these tables and indices.
An SQLite (version 1.0) database was used in a large military application
where the database contained 105 tables and indices. The following is
a breakdown on the sizes of keys and data within these tables and indices:

Entries: 967089
Size: 45896104
Expand Down
55 changes: 0 additions & 55 deletions notes/notes1.txt

This file was deleted.

70 changes: 0 additions & 70 deletions notes/notes2.txt

This file was deleted.

26 changes: 0 additions & 26 deletions notes/notes2b.txt

This file was deleted.

165 changes: 0 additions & 165 deletions notes/notes3.txt

This file was deleted.

Loading

0 comments on commit 5bde823

Please sign in to comment.