Skip to content

Commit c9b703f

Browse files
committed
add license linkage
1 parent e0345fb commit c9b703f

51 files changed

Lines changed: 930 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

new/.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
- uses: ./.github/actions/deps
3838
- name: Check unused dependencies
3939
run: cargo oro udeps
40+
check-licenses:
41+
runs-on: ubuntu-latest
42+
steps:
43+
- uses: actions/checkout@v4
44+
with:
45+
submodules: 'true'
46+
- uses: ./.github/actions/deps
47+
- name: Check licenses
48+
run: cargo oro license --check
4049
build-artifacts:
4150
runs-on: ubuntu-latest
4251
strategy:

new/Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "oro-kernel-root"
33
version = "0.1.0"
44
publish = false
55
edition = "2024"
6+
license = "GPL-2.0"
67

78
[lib]
89
path = "utils/empty.rs"
@@ -26,5 +27,6 @@ serde = { version = "=1.0.228", features = ["derive"] }
2627
proc-macro2 = "=1.0.106"
2728
quote = "=1.0.45"
2829
clap = { version = "=4.6.1", features = ["derive", "string"] }
30+
pathdiff = "=0.2.3"
2931

3032
[workspace.lints.rust]

new/licenses/vendor/anstream

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/anstream/LICENSE-MIT

new/licenses/vendor/anstyle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/anstyle/LICENSE-MIT

new/licenses/vendor/anstyle-parse

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/anstyle-parse/LICENSE-MIT

new/licenses/vendor/anstyle-query

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/anstyle-query/LICENSE-MIT

new/licenses/vendor/anstyle-wincon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/anstyle-wincon/LICENSE-MIT

new/licenses/vendor/clap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/clap/LICENSE-MIT

new/licenses/vendor/clap_builder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../vendor/clap_builder/LICENSE-MIT

0 commit comments

Comments
 (0)