Remove LICENSE build-artifact, update gitignore

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-11-27 18:50:13 +01:00
parent 5ca4d68a75
commit 0ead0db4b8
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5
2 changed files with 8 additions and 15 deletions

13
.gitignore vendored
View file

@ -1,5 +1,8 @@
*.t*
pkg/
src/
__pycache__
update_check.py
*
!cockroach.default
!cockroach.service
!cockroach.sysusers
!cockroach.tmpfiles
!PKGBUILD
!.SRCINFO
!update_version.sh

10
LICENSE
View file

@ -1,10 +0,0 @@
Source code in this repository is variously licensed under the Business Source
License 1.1 (BSL), the CockroachDB Community License (CCL), the MIT license, and
BSD-style licenses. A copy of each license can be found in the licenses
directory. Source code in a given file is licensed under the BSL and the
copyright belongs to The Cockroach Authors unless otherwise noted at the
beginning of the file.
Running `make` will produce a binary that includes CCL-licensed code and is thus
subject to the terms of the CCL. To produce a binary that is free of CCL-
licensed code, run `make buildoss`.