Skip to content

Commit c824ba9

Browse files
leoheitmannruizConan-Kudo
authored andcommitted
Fix link
Signed-off-by: Leo Heitmann Ruiz <[email protected]>
1 parent adbf7cc commit c824ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copyright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code developed for Asahi Linux itself should be licensed under a permissive lice
1616

1717
Code developed for other open source projects must be licensed under that same project's license, and follow licensing/header/authorship conventions appropriate for that project. However, specific modules developed by Asahi Linux contributors (such as entire drivers or submodules) should be dual-licensed under a permissive license such as MIT, to ensure that they can be ported or reused within other projects.
1818

19-
For original code, we use [SPDX license identifiers](https://spdx.github.io/spdx-spec/appendix-V-using-SPDX-short-identifiers-in-source-files/) to record the license of individual files in a concise way. Files should have header of this form (with whatever license information is appropriate):
19+
For original code, we use [SPDX license identifiers](https://spdx.github.io/spdx-spec/v2.3/using-SPDX-short-identifiers-in-source-files/) to record the license of individual files in a concise way. Files should have header of this form (with whatever license information is appropriate):
2020

2121
```// SPDX-License-Identifier: GPL-2.0+ OR MIT```
2222

0 commit comments

Comments
 (0)