Update dependency-checking script for change in license file locations

This commit is contained in:
Ryan Kelly 2020-06-16 15:31:51 +10:00
Родитель 3b8203e66a
Коммит 4cbb328b66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FB70C973A037D258
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -984,7 +984,7 @@ The following text applies to code linked from these dependencies:
[ws2_32-sys](https://github.com/retep998/winapi-rs)
```
Copyright (c) 2015 The winapi-rs Developers
Copyright (c) 2015-2018 The winapi-rs Developers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -222,7 +222,7 @@ the details of which are reproduced below.
</license>
<license>
<name>Apache License 2.0: winapi-x86_64-pc-windows-gnu</name>
<url>https://github.com/retep998/winapi-rs/blob/master/LICENSE-APACHE</url>
<url>https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-APACHE</url>
</license>
<license>
<name>MIT License: aho-corasick</name>

Просмотреть файл

@ -202,7 +202,7 @@ the details of which are reproduced below.
</license>
<license>
<name>Apache License 2.0: winapi-x86_64-pc-windows-gnu</name>
<url>https://github.com/retep998/winapi-rs/blob/master/LICENSE-APACHE</url>
<url>https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-APACHE</url>
</license>
<license>
<name>MIT License: byteorder</name>

Просмотреть файл

@ -300,7 +300,7 @@ PACKAGE_METADATA_FIXUPS = {
},
"license_file": {
"check": None,
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/master/LICENSE-MIT",
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/0.3/LICENSE-MIT",
}
},
"libsqlite3-sys": {
@ -419,7 +419,7 @@ PACKAGE_METADATA_FIXUPS = {
},
"license_file": {
"check": None,
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/master/LICENSE-MIT",
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/0.3/LICENSE-MIT",
},
},
"winapi-x86_64-pc-windows-gnu": {
@ -428,7 +428,7 @@ PACKAGE_METADATA_FIXUPS = {
},
"license_file": {
"check": None,
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/master/LICENSE-APACHE",
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/0.3/LICENSE-APACHE",
},
},
"ws2_32-sys": {
@ -439,7 +439,7 @@ PACKAGE_METADATA_FIXUPS = {
},
"license_file": {
"check": None,
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/master/LICENSE-MIT",
"fixup": "https://raw.githubusercontent.com/retep998/winapi-rs/0.3/LICENSE-MIT",
},
},
# These packages do not make it easy to infer a URL at which their license can be read,