From e4342224dfbea7b20233b3b8bac85cc147ca3565 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 19 Jun 2020 10:41:52 -0500 Subject: [PATCH] Fix license name --- app/licenses.yml | 4 ++-- app/src/main/assets/licenses.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/licenses.yml b/app/licenses.yml index 26360d799..cc156d048 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -775,13 +775,13 @@ - artifact: com.google.dagger:hilt-android:+ name: hilt-android copyrightHolder: The Dagger Authors - license: Apache 2.0 + license: The Apache Software License, Version 2.0 licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt url: https://github.com/google/dagger - artifact: com.google.dagger:dagger-lint-aar:+ name: dagger-lint-aar copyrightHolder: The Dagger Authors - license: Apache 2.0 + license: The Apache Software License, Version 2.0 licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt url: https://github.com/google/dagger - artifact: javax.annotation:jsr250-api:+ diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 6a644757f..08924bb2f 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -1837,7 +1837,7 @@ }, "copyrightHolder": "The Dagger Authors", "copyrightStatement": "Copyright © The Dagger Authors. All rights reserved.", - "license": "Apache 2.0", + "license": "The Apache Software License, Version 2.0", "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt", "normalizedLicense": "apache2", "url": "https://github.com/google/dagger", @@ -1851,7 +1851,7 @@ }, "copyrightHolder": "The Dagger Authors", "copyrightStatement": "Copyright © The Dagger Authors. All rights reserved.", - "license": "Apache 2.0", + "license": "The Apache Software License, Version 2.0", "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt", "normalizedLicense": "apache2", "url": "https://github.com/google/dagger",