Skip to content

Commit a240fca

Browse files
committed
chore: add full license to DEB/RPM packages
Closes #4439.
1 parent 25c483e commit a240fca

6 files changed

Lines changed: 1270 additions & 6 deletions

File tree

ci/licenses/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ There is not a separate file for the driver manager, as all of its
5050
dependencies are vendored, and hence covered by the root LICENSE.txt.
5151

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

5555
```
5656
cat LICENSE.txt ci/licenses/flightsql.txt > python/adbc_driver_flightsql/LICENSE.txt
5757
cat LICENSE.txt ci/licenses/postgresql.txt > python/adbc_driver_postgresql/LICENSE.txt
5858
cat LICENSE.txt ci/licenses/sqlite.txt > python/adbc_driver_sqlite/LICENSE.txt
59+
cat LICENSE.txt ci/licenses/flightsql.txt > ci/linux-packages/debian/copyright
5960
```

ci/licenses/flightsql.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------------------
22

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

ci/licenses/flightsql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------------------
22

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

0 commit comments

Comments
 (0)