Hi
On Wed, 10 May 2017, Péťa Tománek wrote:
> I would like to ask under what license is the Git-For-Windows released,
> because I wasn't able to find it either on official website or on github
> project folder.
I see this in the README at the bottom of
https://github.com/git-for-windows/git/:
Git is an Open Source project covered by the GNU General Public License
version 2 (some parts of it are under different licenses,
compatible with the GPLv2). It was originally written by Linus Torvalds
with help of a group of hackers around the net.
You also see the COPYING file there, containing a copy of the GPLv2.
The same license is shown first thing when you install Git for Windows.
Further, it is also clarified in the Release Notes that you should read
when you install Git for Windows (you can re-read the release notes here:
https://github.com/git-for-windows/build-extra/blob/master/ReleaseNotes.md):
Licenses
Git is licensed under the GNU General Public License version 2.
Git for Windows also contains Embedded CAcert Root Certificates. For
more information please go to
https://www.cacert.org/policy/RootDistributionLicense.php.
This package contains software from a number of other projects
including Bash, zlib, curl, msmtp, tcl/tk, perl, MSYS2 and a number
of libraries and utilities from the GNU project, licensed under the
GNU General Public License. Likewise, it contains Perl which is dual
licensed under the GNU General Public License and the Artistic License.
If you have a splendid idea how to make all of this more visible, I would
warmly welcome a Pull Request to make it so.
Ciao,
Johannes