forked from SpaceStation14-Shenanigans/Monolith
Sets up REUSE to by Default Use MPL Instead of APGLv3 (#2204)
* removes exhibit B, as noted. Could be restored if we fully rebase and free ourselves of APGL though. * updates MPL * chore: automatically update REUSE headers --------- Co-authored-by: monolith8319 <195513600+monolith8319@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aidenkrz <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 sleepyyapril <123355664+sleepyyapril@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 sleepyyapril <flyingkarii@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden
|
||||
# SPDX-FileCopyrightText: 2025 Aidenkrz
|
||||
# SPDX-FileCopyrightText: 2025 Redrover1760
|
||||
# SPDX-FileCopyrightText: 2025 sleepyyapril
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@@ -90,8 +90,8 @@ jobs:
|
||||
echo "PR_LICENSE=mpl" >> $GITHUB_ENV
|
||||
echo "License specified in PR: MPL"
|
||||
else
|
||||
echo "PR_LICENSE=agpl" >> $GITHUB_ENV
|
||||
echo "No license specified in PR, using default: AGPL"
|
||||
echo "PR_LICENSE=mpl" >> $GITHUB_ENV
|
||||
echo "No license specified in PR, using default: MPL"
|
||||
fi
|
||||
|
||||
- name: Run REUSE Header Update Script
|
||||
|
||||
@@ -365,9 +365,3 @@ file in a relevant directory) where a recipient would be likely to look
|
||||
for such a notice.
|
||||
|
||||
You may add additional accurate notices of copyright ownership.
|
||||
|
||||
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||
---------------------------------------------------------
|
||||
|
||||
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||
defined by the Mozilla Public License, v. 2.0.
|
||||
Reference in New Issue
Block a user