From 4387da1ecc1a1d424b35e82eccb62f15e4404ab8 Mon Sep 17 00:00:00 2001 From: SciresM Date: Thu, 30 May 2019 18:20:24 -0700 Subject: [PATCH] Add licensing exemption for yuzu. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0e55cc854..5525b317b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Atmosphère consists of multiple components, each of which replaces/modifies a d * Stratosphère: Custom Sysmodule(s), both Rosalina style to extend the kernel/provide new features, and of the loader reimplementation style to hook important system actions * Troposphère: Application-level Horizon OS patches, used to implement desirable CFW features +Licensing +===== + +This software is licensed under the terms of the GPLv2, with exemptions for specific projects noted below. + +You can find a copy of the license in the [LICENSE file](LICENSE). + +Exemptions: +* The [yuzu emulator project](https://github.com/yuzu-emu/yuzu) is exempt from GPLv2 licensing and may (at its option) instead license any source code authored for the Atmosphère project as GPLv2 or later. + Credits =====