Doc: Fix paths to 3rdparty license files
Fix paths added in 870423f98b. This caused havoc on case sensitive
file systems.
[ChangeLog][Third-Party Code] Fixed glitch in attribution
documentation for Freetype licenses / Qt Gui.
Task-number: QTBUG-65138
Change-Id: Idb20a1ead772337f97a1262da42c62f6aef04a54
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
parent
039ac7d20c
commit
f2f75c0228
|
|
@ -9,7 +9,7 @@
|
|||
"Homepage": "http://www.freetype.org",
|
||||
"License": "Freetype Project License or GNU General Public License v2.0 only",
|
||||
"LicenseId": "FTL OR GPL-2.0",
|
||||
"LicenseFile": "LICENSE.TXT",
|
||||
"LicenseFile": "LICENSE.txt",
|
||||
"Copyright": "Copyright 2006-2015 by David Turner, Robert Wilhelm, and Werner Lemberg."
|
||||
},
|
||||
{
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"Homepage": "http://www.freetype.org",
|
||||
"License": "zlib License",
|
||||
"LicenseId": "Zlib",
|
||||
"LicenseFile": "ZLIB-LICENSE.TXT",
|
||||
"LicenseFile": "ZLIB-LICENSE.txt",
|
||||
"Copyright": "Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler"
|
||||
},
|
||||
{
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"Homepage": "http://www.freetype.org",
|
||||
"License": "MIT License",
|
||||
"LicenseId": "MIT",
|
||||
"LicenseFile": "BDF-LICENSE.TXT",
|
||||
"LicenseFile": "BDF-LICENSE.txt",
|
||||
"Copyright": "Copyright (C) 2001-2002 by Francesco Zappa Nardelli
|
||||
Copyright 2000 Computing Research Labs, New Mexico State University
|
||||
Copyright 2001-2002, 2011 Francesco Zappa Nardelli"
|
||||
|
|
@ -50,7 +50,7 @@ Copyright 2001-2002, 2011 Francesco Zappa Nardelli"
|
|||
"Homepage": "http://www.freetype.org",
|
||||
"License": "MIT License",
|
||||
"LicenseId": "MIT",
|
||||
"LicenseFile": "PCF-LICENSE.TXT",
|
||||
"LicenseFile": "PCF-LICENSE.txt",
|
||||
"Copyright": "Copyright (C) 2000 by Francesco Zappa Nardelli"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue