mirror of https://github.com/qt/qtgrpc.git
Rename protobuf_LICENSE.txt to LicenseRef-protobuf.txt
Suppress the reuse tool warning regarding the protobuf license file name. Pick-to: 6.6 6.7 Fixes: QTBUG-121585 Change-Id: I6652be55d6dd6f9ad29bad4df93fd9fc72f1a365 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
parent
9aab52e65d
commit
c570f46f40
|
@ -10,7 +10,7 @@
|
|||
"Homepage": "https://protobuf.dev",
|
||||
"License": "BSD 3-clause \"New\" or \"Revised\" License",
|
||||
"LicenseId": "BSD-3-Clause",
|
||||
"LicenseFile": "LICENSES/protobuf_LICENSE.txt",
|
||||
"LicenseFile": "LICENSES/LicenseRef-protobuf.txt",
|
||||
"Copyright": "Copyright 2008 Google Inc.",
|
||||
"Version": "21.9"
|
||||
},
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Homepage": "https://protobuf.dev",
|
||||
"License": "BSD 3-clause \"New\" or \"Revised\" License",
|
||||
"LicenseId": "BSD-3-Clause",
|
||||
"LicenseFile": "LICENSES/protobuf_LICENSE.txt",
|
||||
"LicenseFile": "LICENSES/LicenseRef-protobuf.txt",
|
||||
"Copyright": "Copyright 2008 Google Inc.",
|
||||
"Version": "21.9"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue