Skip to content

Commit 24f7624

Browse files
Update selected crate licenses to Apache 2.0 (#5151)
## Summary - repoint selected BSL crate `LICENSE` symlinks to `licenses/apache2.txt` - add the missing Unreal SDK `LICENSE` symlink to `licenses/apache2.txt` Requested crates/SDK: - bindings-macro - bindings-sys - bindings - lib - primitives - query-builder - sats - unreal SDK Note: `query-builder` was already pointing at `licenses/apache2.txt`, so it has no diff. ## Testing - Verified all requested `LICENSE` paths resolve to `../../licenses/apache2.txt` - `cargo run -p check-license-symlinks` does not complete cleanly in this checkout because it also scans unrelated existing copied template files and `node_modules` license files that are not symlinks Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>
1 parent ef293f7 commit 24f7624

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

crates/bindings-macro/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

crates/bindings-sys/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

crates/bindings/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

crates/lib/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

crates/primitives/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

crates/sats/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../licenses/BSL.txt
1+
../../licenses/apache2.txt

sdks/unreal/LICENSE

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

0 commit comments

Comments
 (0)