From 33610fe400095df08bfc826294810efc38b2d2de Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Sun, 31 May 2020 06:36:04 -0700 Subject: [PATCH] Correct Git 2.25.1 license. (#1292) * The copyright is incorrect: Free Software Foundation owns the copy right on the license text, not the Git software. * The version is 2, not 2.1. * Updated the URL to point to the correct license file. * Changed URL to point to the Git For Windows repo, since that is where the software is installed from. --- manifests/Git/Git/2.25.1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/Git/Git/2.25.1.yaml b/manifests/Git/Git/2.25.1.yaml index 915076cbd..ac7f42a5a 100644 --- a/manifests/Git/Git/2.25.1.yaml +++ b/manifests/Git/Git/2.25.1.yaml @@ -3,8 +3,8 @@ Name: Git Version: 2.25.1 Publisher: Git AppMoniker: git -License: Copyright (C) 1991, 1999 Free Software Foundation, Inc. - GNU General Public License version 2.1 -LicenseUrl: https://github.com/git/git/blob/master/LGPL-2.1 +License: GNU General Public License, version 2 +LicenseUrl: https://github.com/git-for-windows/git/blob/master/COPYING Homepage: https://git-scm.com/ Description: Git version control system. InstallerType: Inno