diff --git a/.github/other/licenserc.yml b/.github/other/licenserc.yml index 1ecd9e5..09ad4f3 100644 --- a/.github/other/licenserc.yml +++ b/.github/other/licenserc.yml @@ -1,3 +1,4 @@ +# Copyright (c) godot-rust; Bromeon and contributors. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. @@ -6,7 +7,14 @@ header: license: - spdx-id: MPL-2.0 + spdx-id: 'MPL-2.0' + # Note: There would be fields 'copyright-owner', 'copyright-year' and 'software-name', however these infos are not substituted into + # the MPL-2.0 header, because the latter needs additional (external) copyright. Thus, content is overridden manually. + content: | + Copyright (c) godot-rust; Bromeon and contributors. + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. paths: - '**/*.rs' diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 674381f..a515a1c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,3 +1,4 @@ +# Copyright (c) godot-rust; Bromeon and contributors. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/book.toml b/book.toml index 792302d..8eafc66 100644 --- a/book.toml +++ b/book.toml @@ -1,3 +1,4 @@ +# Copyright (c) godot-rust; Bromeon and contributors. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/lint.sh b/lint.sh index 172564b..fea5a0c 100755 --- a/lint.sh +++ b/lint.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Copyright (c) godot-rust; Bromeon and contributors. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 88765d4..a85b04f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,4 +1,5 @@ # Compatibility and stability diff --git a/src/toolchain/debugging.md b/src/toolchain/debugging.md index 59bc165..c877ac9 100644 --- a/src/toolchain/debugging.md +++ b/src/toolchain/debugging.md @@ -1,4 +1,5 @@