From 6cef1fac5f30fddd11211dc6f041a88f88139c9e Mon Sep 17 00:00:00 2001 From: Dario Ghunney Ware Date: Wed, 4 Jun 2025 17:18:41 +0100 Subject: [PATCH] renamed proprietary/LICENSE and fixed main LICENSE --- LICENSE | 7 ------- proprietary/{LICENSE-proprietary => LICENSE} | 0 2 files changed, 7 deletions(-) rename proprietary/{LICENSE-proprietary => LICENSE} (100%) diff --git a/LICENSE b/LICENSE index 62cd6e5cc..877663171 100644 --- a/LICENSE +++ b/LICENSE @@ -9,13 +9,6 @@ if that directory exists, is licensed under the license defined in "proprietary/ * Content outside of the above mentioned directories or restrictions above is available under the MIT License as defined below. -Portions of this software are licensed as follows: - -* All content that resides under the "proprietary/" directory of this repository, -if that directory exists, is licensed under the license defined in "proprietary/LICENSE". -* Content outside of the above mentioned directories or restrictions above is -available under the MIT License as defined below. - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/proprietary/LICENSE-proprietary b/proprietary/LICENSE similarity index 100% rename from proprietary/LICENSE-proprietary rename to proprietary/LICENSE