Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
0e566a1
license workflow: add Node dependency preparation step
chicco785 Apr 10, 2026
388bca1
Update license.yaml
chicco785 Apr 10, 2026
bac7f45
Update license.yaml
chicco785 Apr 10, 2026
d4a8234
Update license.yaml
chicco785 Apr 10, 2026
19dc527
test ort
chicco785 Apr 10, 2026
0c8b892
Update license.yaml
chicco785 Apr 10, 2026
7a3c547
Update license.yaml
chicco785 Apr 10, 2026
8c8c6f8
Update .licenserc.yaml
chicco785 Apr 10, 2026
012bf51
Update license.yaml
chicco785 Apr 10, 2026
2957cd2
Automatic application of license header
chicco785 Apr 10, 2026
7f43a07
fix header
chicco785 Apr 10, 2026
6162fd2
Update dependabot.yml
chicco785 Apr 10, 2026
3ab6fbc
up
chicco785 Apr 10, 2026
711a2a1
import configuration
chicco785 Apr 10, 2026
18d0807
Update license.yaml
chicco785 Apr 10, 2026
ec6a799
Update license.yaml
chicco785 Apr 10, 2026
84294a9
Update license.yaml
chicco785 Apr 10, 2026
7c2d91a
up
chicco785 Apr 10, 2026
6b03846
Update license.yaml
chicco785 Apr 10, 2026
32eb78e
up
chicco785 Apr 10, 2026
d2d31d5
Update license.yaml
chicco785 Apr 10, 2026
0d8e1d9
Create config.yml
chicco785 Apr 10, 2026
f184761
Automatic application of license header
chicco785 Apr 10, 2026
58afc75
Update license.yaml
chicco785 Apr 10, 2026
7df668b
Merge branch 'license-workflow-fix-js-support' of https://github.com/…
chicco785 Apr 10, 2026
742012c
clean
chicco785 Apr 10, 2026
b7be2b1
Update license.yaml
chicco785 Apr 10, 2026
5f8f266
Update license.yaml
chicco785 Apr 10, 2026
a457316
Update license.yaml
chicco785 Apr 10, 2026
5b18d65
Update license.yaml
chicco785 Apr 10, 2026
b10fa60
Update license.yaml
chicco785 Apr 10, 2026
4e5c2e0
Update license.yaml
chicco785 Apr 10, 2026
bf92edf
Update license.yaml
chicco785 Apr 10, 2026
061ca66
Update license.yaml
chicco785 Apr 10, 2026
d4ed06b
Update license.yaml
chicco785 Apr 10, 2026
6a9751f
Update license.yaml
chicco785 Apr 10, 2026
21b6f60
Update license.yaml
chicco785 Apr 16, 2026
196bcfe
Update license.yaml
chicco785 Apr 16, 2026
83a836a
Update license.yaml
chicco785 Apr 16, 2026
c0ba8ab
Update license.yaml
chicco785 Apr 16, 2026
905fe12
Update license.yaml
chicco785 Apr 16, 2026
67bb7ea
Delete .github/config/.ort.yaml
chicco785 Apr 16, 2026
99f677b
Delete .vscode/tasks.json
chicco785 Apr 16, 2026
9bc2272
Update license.yaml
chicco785 Apr 16, 2026
bd0de8e
Merge branch 'license-workflow-fix-js-support' of https://github.com/…
chicco785 Apr 16, 2026
e6078a2
Update license.yaml
chicco785 Apr 16, 2026
d83ead4
Update license.yaml
chicco785 Apr 16, 2026
8a4624c
Apply suggestion from @chicco785
chicco785 Apr 16, 2026
2af969b
Update license.yaml
chicco785 Apr 16, 2026
ca57bb3
Merge branch 'license-workflow-fix-js-support' of https://github.com/…
chicco785 Apr 16, 2026
88d45e6
Update license.yaml
chicco785 Apr 16, 2026
5ac631a
Update license.yaml
chicco785 Apr 16, 2026
405e1a7
Update license.yaml
chicco785 Apr 16, 2026
3732536
Update license.yaml
chicco785 Apr 16, 2026
fc69923
Update license.yaml
chicco785 Apr 16, 2026
e98419f
Update license.yaml
chicco785 Apr 16, 2026
a2d3bd9
Update license.yaml
chicco785 Apr 16, 2026
365e308
Update license.yaml
chicco785 Apr 16, 2026
6754170
Update license.yaml
chicco785 Apr 16, 2026
0b42b53
Update license.yaml
chicco785 Apr 16, 2026
d496c58
Update license.yaml
chicco785 Apr 16, 2026
47b6273
Update license.yaml
chicco785 Apr 16, 2026
4a3e738
Update license.yaml
chicco785 Apr 16, 2026
990771f
test mode
chicco785 Apr 16, 2026
64a90ce
Update license.yaml
chicco785 Apr 16, 2026
22e2c32
Update license.yaml
chicco785 Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .github/config/.licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
header:
license:
spdx-id: Apache-2.0
copyright-year: 2024
copyright-year: 2026
copyright-owner: Zaphiro Technologies

paths-ignore:
Expand All @@ -12,13 +12,10 @@ header:
- "LICENSE"
- "NOTICE"
- ".*"
- ".vscode/**"
- "vendor/**"
- "evaluator.rules.kts"
- "license-classifications.yml"
- "resolutions.yml"

comment: on-failure

# If you don't want to check dependencies' license compatibility, remove the following part
dependency:
files:
- pom.xml # If this is a maven project.
- Cargo.toml # If this is a rust project.
- package.json # If this is a npm project.
- go.mod # If this is a Go project.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/approve-and-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-storage.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Zaphiro Technologies
# Copyright 2026 Zaphiro Technologies
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading
Loading