Move to MPL-2.0

We earlier moved to LGPLv3.0 or Later. This was a mistake as what we wanted was being able to link to proprietary libraries but LGPL is the opposite and it allows linking proprietary libraries to libskyline instead. After further consideration, we've moved to MPL-2.0, it allows linking to proprietary libraries and is a standardized license as compared to adding an exception to GPL.
This commit is contained in:
◱ PixelyIon
2020-04-20 02:34:05 +05:30
committed by ◱ PixelyIon
parent 1c54bff215
commit c76ef3730b
174 changed files with 839 additions and 431 deletions

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// SPDX-License-Identifier: MPL-2.0
// Copyright © 2020 Skyline Team and Contributors (https://github.com/skyline-emu/)
#pragma once