Skip to content

Commit b9d3099

Browse files
authored
Fix remaining LICENSE files (#3193)
# Description of Changes Apparently, I missed several license files in #3002. I'm not sure what method I was using to find them, but apparently it was insufficient. **This replaces all empty `LICENSE` files with an explicit (symlink to) BSL license, and all apache licenses with symlinks to the root apache license.** This PR does not intentionally change any license terms, so if you see one that changed, **it's a mistake**. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing ```bash $ find . -name '*LICENSE*' -type f | grep -v '\.meta$' ./crates/sqltest/standards/LICENSE # this one is an external library that we are not allowed to re-license ./LICENSE.txt # this is the root license ``` --------- Co-authored-by: Zeke Foppa <[email protected]>
1 parent b5eac84 commit b9d3099

File tree

18 files changed

+18
-353
lines changed

18 files changed

+18
-353
lines changed

docs/LICENSE.txt

Lines changed: 0 additions & 176 deletions
This file was deleted.

docs/LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../licenses/apache2.txt

docs/bsatn/LICENSE

Whitespace-only changes.

docs/bsatn/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../licenses/BSL.txt

modules/benchmarks-cs/LICENSE

Whitespace-only changes.

modules/benchmarks-cs/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../licenses/BSL.txt

modules/benchmarks/LICENSE

Whitespace-only changes.

modules/benchmarks/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../licenses/BSL.txt

modules/keynote-benchmarks/LICENSE

Whitespace-only changes.

modules/keynote-benchmarks/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../licenses/BSL.txt

0 commit comments

Comments
 (0)