diff options
author | stephan <stephan@noemail.net> | 2025-04-05 08:48:19 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-04-05 08:48:19 +0000 |
commit | bc969569a2f84de38fa6e0d4f834eafbd6ebbf38 (patch) | |
tree | a2879b9a6f8b33fab69069e13a25d01c19b16112 /autosetup | |
parent | 4d411659c4e9f9bc5230b48005132eabb718e7d2 (diff) | |
download | sqlite-bc969569a2f84de38fa6e0d4f834eafbd6ebbf38.tar.gz sqlite-bc969569a2f84de38fa6e0d4f834eafbd6ebbf38.zip |
Add a note that SQLite's copy of proj.tcl can be considered the "canonical copy" for practical purposes. We now have at least 3 copies of it floating around in other trees.
FossilOrigin-Name: 77d2c8e9ef9627c87c05beaf5615958628bd47c393c030ff6fcca607ba43e71f
Diffstat (limited to 'autosetup')
-rw-r--r-- | autosetup/proj.tcl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/autosetup/proj.tcl b/autosetup/proj.tcl index b582a1a59..b77bfd13e 100644 --- a/autosetup/proj.tcl +++ b/autosetup/proj.tcl @@ -15,12 +15,16 @@ # The intent is that these routines be relatively generic, independent # of a given project. # +# For practical purposes, the copy of this file hosted in the SQLite +# project is the "canonical" one: +# +# https://sqlite.org/src/file/autosetup/proj.tcl +# # This file was initially derived from one used in the libfossil # project, authored by the same person who ported it here, and this is # noted here only as an indication that there are no licensing issues # despite this code having a handful of near-twins running around a # handful of third-party source trees. -# ######################################################################## # # Design notes: |