From 4cbb328b6659897e4e5fb3d87d46a1169a070cbd Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Tue, 16 Jun 2020 15:31:51 +1000 Subject: [PATCH] Update dependency-checking script for change in license file locations --- DEPENDENCIES.md | 2 +- megazords/full/android/dependency-licenses.xml | 2 +- megazords/lockbox/android/dependency-licenses.xml | 2 +- tools/dependency_summary.py | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 20ad690a3..26e4ec569 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -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 diff --git a/megazords/full/android/dependency-licenses.xml b/megazords/full/android/dependency-licenses.xml index 214b62fa5..b90345212 100644 --- a/megazords/full/android/dependency-licenses.xml +++ b/megazords/full/android/dependency-licenses.xml @@ -222,7 +222,7 @@ the details of which are reproduced below. Apache License 2.0: winapi-x86_64-pc-windows-gnu - https://github.com/retep998/winapi-rs/blob/master/LICENSE-APACHE + https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-APACHE MIT License: aho-corasick diff --git a/megazords/lockbox/android/dependency-licenses.xml b/megazords/lockbox/android/dependency-licenses.xml index 4d59a85d5..f83adf66a 100644 --- a/megazords/lockbox/android/dependency-licenses.xml +++ b/megazords/lockbox/android/dependency-licenses.xml @@ -202,7 +202,7 @@ the details of which are reproduced below. Apache License 2.0: winapi-x86_64-pc-windows-gnu - https://github.com/retep998/winapi-rs/blob/master/LICENSE-APACHE + https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-APACHE MIT License: byteorder diff --git a/tools/dependency_summary.py b/tools/dependency_summary.py index eeeb8d882..ec84f6b76 100644 --- a/tools/dependency_summary.py +++ b/tools/dependency_summary.py @@ -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,