licensor, reuse: fix wrong spelling of license (#18206)

This commit is contained in:
Managor
2025-09-27 15:42:05 +03:00
committed by GitHub
parent 40fdcd14e0
commit 682b96591a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
`licensor {{MIT}} "{{Bobby Tables}}" > {{LICENSE}}`
- Specify licence exceptions with a WITH expression:
- Specify license exceptions with a WITH expression:
`licensor "{{Apache-2.0 WITH LLVM-exception}}" > {{LICENSE}}`
+1 -1
View File
@@ -15,7 +15,7 @@
`reuse annotate {{[-c|--copyright]}} "{{your_name}} <{{your_email}}>" --fallback-dot-license {{path/to/file}}`
- Add licence information to file:
- Add license information to file:
`reuse annotate {{[-l|--license]}} {{spdx_identifier}} --fallback-dot-license {{path/to/file}}`