From b34c33c6c24a808a87160b61f312f510d56337bf Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 18 Nov 2020 10:03:11 -0600 Subject: [PATCH] Fix license info --- app/licenses.yml | 2 +- app/src/main/assets/licenses.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/licenses.yml b/app/licenses.yml index 29f727d4b..0d16d88a3 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -886,6 +886,6 @@ - artifact: com.google.crypto.tink:tink-android:+ name: tink-android copyrightHolder: Google Inc. - license: Apache License, Version 2.0 + license: The Apache Software License, Version 2.0 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt url: http://github.com/google/tink diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 436d01396..a91263524 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -2111,7 +2111,7 @@ }, "copyrightHolder": "Google Inc.", "copyrightStatement": "Copyright © Google Inc. All rights reserved.", - "license": "Apache License, Version 2.0", + "license": "The Apache Software License, Version 2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt", "normalizedLicense": "apache2", "url": "http://github.com/google/tink",