diff --git a/LICENSING.md b/LICENSING.md index cadebea6f..cfd991320 100644 --- a/LICENSING.md +++ b/LICENSING.md @@ -8,5 +8,6 @@ The following directory and their subdirectories are licensed under their origin ``` apps/origin/ +apps/ui/ ``` diff --git a/README.md b/README.md index d61312928..a21dae3db 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Please see our [Contributing Guidelines](apps/ui/CONTRIBUTING.md) for more infor This repository uses a mixed licensing approach. The default license for this project is [AGPLv3.0](LICENSE). -- **MIT**: The `apps/origin/` directory is licensed under its original MIT license +- **MIT**: The `apps/origin/` and `apps/ui/` directories are licensed under its original MIT license - **AGPLv3**: All other directories are licensed under the GNU Affero General Public License v3.0 For detailed information, see our [Licensing documentation](LICENSING.md).