Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/licenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ There is not a separate file for the driver manager, as all of its
dependencies are vendored, and hence covered by the root LICENSE.txt.

After updating, copy the combined license files to the Python wheel
directories and commit the result:
directories and update the Debian copyright file, then commit the result:

```
cat LICENSE.txt ci/licenses/flightsql.txt > python/adbc_driver_flightsql/LICENSE.txt
cat LICENSE.txt ci/licenses/postgresql.txt > python/adbc_driver_postgresql/LICENSE.txt
cat LICENSE.txt ci/licenses/sqlite.txt > python/adbc_driver_sqlite/LICENSE.txt
cat LICENSE.txt ci/licenses/flightsql.txt > ci/linux-packages/debian/copyright
```
2 changes: 1 addition & 1 deletion ci/licenses/flightsql.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------

This binary distribution stataically links Go.
This binary distribution statically links Go.
The Go project is under the BSD 3-clause license +
PATENTS weak patent termination clause
(https://github.com/golang/go/blob/master/PATENTS).
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses/flightsql.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------

This binary distribution stataically links Go.
This binary distribution statically links Go.
The Go project is under the BSD 3-clause license +
PATENTS weak patent termination clause
(https://github.com/golang/go/blob/master/PATENTS).
Expand Down
Loading
Loading