Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a FAQ to for the ECCN for SQLite. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4787eddcd9d7c94af389273fbafb789c |
User & Date: | drh 2011-02-21 14:46:54.306 |
Context
2011-02-23
| ||
21:21 | Add Intuit to the list of famous users. (check-in: d45b5ab320 user: drh tags: trunk) | |
2011-02-21
| ||
14:46 | Add a FAQ to for the ECCN for SQLite. (check-in: 4787eddcd9 user: drh tags: trunk) | |
2011-02-19
| ||
15:54 | Fix a typo on the change list for version 3.7.6. (check-in: b51db44405 user: drh tags: trunk) | |
Changes
Changes to pages/faq.in.
︙ | ︙ | |||
628 629 630 631 632 633 634 635 636 637 638 639 640 641 | and Firebird. It is true that Informix and Microsoft SQL Server use interpretation (2), however we the SQLite developers hold that interpretation (1) is the most natural reading of the requirement and we also want to maximize compatibility with other SQL database engines, and most other database engines also go with (1), so that is what SQLite does. } # End of questions and answers. ############# hd_puts {<h2>Frequently Asked Questions</h2>} hd_puts {<p>See also <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWikiFaq">SqliteWikiFaq</a>.</p>} | > > > > > > > > > > > > | 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 | and Firebird. It is true that Informix and Microsoft SQL Server use interpretation (2), however we the SQLite developers hold that interpretation (1) is the most natural reading of the requirement and we also want to maximize compatibility with other SQL database engines, and most other database engines also go with (1), so that is what SQLite does. } faq { What is the Export Control Classification Number (ECCN) for SQLite? } { After careful review of the Commerce Control List (CCL), we are convinced that the core public-domain SQLite source code is not described by any ECCN, hence the ECCN should be reported as <b>EAR99</b>. <p>The above is true for the core public-domain SQLite. If you extend SQLite by adding new code, or if you statically link SQLite with your application, that might change the ECCN in your particular case. } # End of questions and answers. ############# hd_puts {<h2>Frequently Asked Questions</h2>} hd_puts {<p>See also <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWikiFaq">SqliteWikiFaq</a>.</p>} |
︙ | ︙ |