From ab5c0b84b5fca2c4370e60f763655e9cd91b2415 Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Sun, 31 May 2020 06:38:13 -0700 Subject: [PATCH] Correct 2.24.1.2 Git license. (#1291) * 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.24.1.2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/Git/Git/2.24.1.2.yaml b/manifests/Git/Git/2.24.1.2.yaml index 4efdc55fb..9c8ecfbaa 100644 --- a/manifests/Git/Git/2.24.1.2.yaml +++ b/manifests/Git/Git/2.24.1.2.yaml @@ -3,8 +3,8 @@ Name: Git Version: 2.24.1.2 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