Skip to content

Commit 071a162

Browse files
committed
Add copyright notice to MPL-2 header
1 parent 0b164ab commit 071a162

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/other/licenserc.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66

77
header:
88
license:
9-
spdx-id: MPL-2.0
9+
spdx-id: 'MPL-2.0'
10+
# Note: There would be fields 'copyright-owner', 'copyright-year' and 'software-name', however these infos are not substituted into
11+
# the MPL-2.0 header, because the latter needs additional (external) copyright. Thus, content is overridden manually.
12+
content: |
13+
Copyright (c) godot-rust; Bromeon and contributors.
14+
This Source Code Form is subject to the terms of the Mozilla Public
15+
License, v. 2.0. If a copy of the MPL was not distributed with this
16+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
1017
1118
paths:
1219
- '**/*.rs'

0 commit comments

Comments
 (0)