| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index ad6a14b4f909a58315d841016de15992fc7c0034..59c46e26533a8c7bf01d9dcf51016eeb36343896 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -245,6 +245,13 @@ SPECIAL_CASES = {
|
| "License": "Apache 2.0",
|
| "License File": "NOT_SHIPPED",
|
| },
|
| + os.path.join('third_party', 'swiftshader'): {
|
| + "Name": "SwiftShader",
|
| + "URL": "https://swiftshader.googlesource.com/SwiftShader",
|
| + "License": "Apache 2.0 and compatible licenses",
|
| + "License Android Compatible": "yes",
|
| + "License File": "/third_party/swiftshader/LICENSE.txt",
|
| + },
|
| }
|
|
|
| # Special value for 'License File' field used to indicate that the license file
|
|
|