From 83d3189aae3332f1b2235b42d8804258f2348213 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 3 Apr 2026 07:48:43 -0600 Subject: [PATCH] Revise license details for gradle-actions-caching Updated licensing information for vendor component. --- LICENSE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 26d1e4b9..e610ce56 100644 --- a/LICENSE +++ b/LICENSE @@ -2,8 +2,8 @@ Note on Repository Contents: The software in this repository is primarily licensed under the MIT License (see below). However, this repository includes a vendor-included component, 'gradle-actions-caching', -which is Proprietary and subject to the Gradle Technologies Terms of Use -(https://gradle.com/legal/gradle-technologies-terms-of-use/). +which is Proprietary and distributed under a different license: +see licenses/gradle-actions-caching-license.txt. For a detailed breakdown of which components are Open Source (MIT) and which are Proprietary, please refer to DISTRIBUTION.md and NOTICE. @@ -30,4 +30,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.