We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b164ab commit 071a162Copy full SHA for 071a162
.github/other/licenserc.yml
@@ -6,7 +6,14 @@
6
7
header:
8
license:
9
- spdx-id: MPL-2.0
+ 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/.
17
18
paths:
19
- '**/*.rs'
0 commit comments