Update Project Licensing to Apache 2.0

This commit is contained in:
Catalan Lover
2026-04-26 22:14:50 +02:00
parent a4c4158443
commit 84786b2ede
443 changed files with 497 additions and 855 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!--
SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-License-Identifier: Apache-2.0
-->
# Changelog
+1 -1
View File
@@ -1,7 +1,7 @@
<!--
SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-License-Identifier: Apache-2.0
-->
# Matrix basic types
+4 -4
View File
@@ -7,25 +7,25 @@ SPDX-PackageDownloadLocation = "https://github.com/Gnuxie/tsconfig"
path = "REUSE.toml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
SPDX-License-Identifier = "0BSD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "tsconfig.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
SPDX-License-Identifier = "0BSD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "tsconfig.test.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
SPDX-License-Identifier = "0BSD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "package-lock.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
SPDX-License-Identifier = "0BSD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "package.json"
+1 -1
View File
@@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
//
// SPDX-License-Identifier: CC0-1.0
// SPDX-License-Identifier: Apache-2.0
module.exports = {
preset: "ts-jest",
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2023 Gnuxie <Gnuxie@protonmail.com>
// SPDX-FileCopyrightText: 2018 - 2022 Travis Ralston
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache-2.0
//
// SPDX-FileAttributionText: <text>
// This modified file incorporates work from matrix-bot-sdk
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2023 Gnuxie <Gnuxie@protonmail.com>
// SPDX-FileCopyrightText: 2018 - 2022 Travis Ralston
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache-2.0
//
// SPDX-FileAttributionText: <text>
// This modified file incorporates work from matrix-bot-sdk
@@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache-2.0
import { isError } from "@gnuxie/typescript-result";
import {
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2023 Gnuxie <Gnuxie@protonmail.com>
// SPDX-FileCopyrightText: 2018 - 2022 Travis Ralston
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache-2.0
//
// SPDX-FileAttributionText: <text>
// This modified file incorporates work from matrix-bot-sdk