@@ -42,50 +42,3 @@ a legal notice, here is a blessing:
42
42
Almost every file you find in this source repository will be
43
43
public domain. But there are a small number of exceptions:
44
44
45
- Non-Public-Domain Code Included With This Source Repository AS A Convenience
46
- ----------------------------------------------------------------------------
47
-
48
- This repository contains a (relatively) small amount of non-public-domain
49
- code used to help implement the configuration and build logic. In other
50
- words, there are some non-public-domain files used to implement:
51
-
52
- > ~~~
53
- ./configure && make
54
- ~~~
55
-
56
- In all cases, the non-public-domain files included with this
57
- repository have generous BSD-style licenses. So anyone is free to
58
- use any of the code in this source repository for any purpose, though
59
- attribution may be required to reuse or republish the configure and
60
- build scripts. None of the non-public-domain code ever actually reaches
61
- the build products, such as "sqlite3.c", however, so no attribution is
62
- required to use SQLite itself. The non-public-domain code consists of
63
- scripts used to help compile SQLite. The non-public-domain code is
64
- technically not part of SQLite. The non-public-domain code is
65
- included in this repository as a convenience to developers, so that those
66
- who want to build SQLite do not need to go download a bunch of
67
- third-party build scripts in order to compile SQLite.
68
-
69
- Non-public-domain code included in this respository includes:
70
-
71
- * The ["autosetup"](http://msteveb.github.io/autosetup/) configuration
72
- system that is contained (mostly) the autosetup/ directory, but also
73
- includes the "./configure" script at the top-level of this archive.
74
- Autosetup has a separate BSD-style license. See the
75
- [autosetup/LICENSE](http://msteveb.github.io/autosetup/license/)
76
- for details.
77
-
78
- * There are BSD-style licenses on some of the configuration
79
- software found in the legacy autoconf/ directory and its
80
- subdirectories.
81
-
82
- The following unix shell command is can be run from the top-level
83
- of this source repository in order to remove all non-public-domain
84
- code:
85
-
86
- > ~~~
87
- rm -rf configure autosetup autoconf
88
- ~~~
89
-
90
- If you unpack this source repository and then run the command above, what
91
- is left will be 100% public domain.
0 commit comments