summaryrefslogtreecommitdiff
path: root/common/google-api-java-client
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:15:05 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:15:05 -0800
commit0bfac3eea7e11e858e6d5857865da0159f10c90a (patch)
tree30b0f0797c5f3cfe7c50c3803f36524a4e6eeb27 /common/google-api-java-client
parent2d81f3d3deca93722e26e7c1ac21dea5628c9bea (diff)
downloadtools-0bfac3eea7e11e858e6d5857865da0159f10c90a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/tools
Added SPDX-license-identifier-Apache-2.0 to: common/google-api-java-client/1.23.0/Android.bp common/m2/repository/io/netty/netty-buffer/Android.bp common/m2/repository/io/netty/netty-codec-http2/Android.bp common/m2/repository/io/netty/netty-codec/Android.bp common/m2/repository/io/netty/netty-common/Android.bp common/m2/repository/io/netty/netty-handler/Android.bp common/m2/repository/io/netty/netty-resolver/Android.bp common/m2/repository/io/netty/netty-transport/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: common/m2/repository/io/grpc/grpc-context/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-CC-BY SPDX-license-identifier-CDDL SPDX-license-identifier-CDDL-1.0 SPDX-license-identifier-CPL-1.0 SPDX-license-identifier-EPL SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-ICU SPDX-license-identifier-ISC SPDX-license-identifier-LGPL SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-LGPL-3.0 SPDX-license-identifier-MIT SPDX-license-identifier-MPL SPDX-license-identifier-MPL-1.0 SPDX-license-identifier-MPL-1.1 SPDX-license-identifier-MPL-2.0 SPDX-license-identifier-NCSA SPDX-license-identifier-Unicode-DFS SPDX-license-identifier-Unlicense SPDX-license-identifier-W3C legacy_by_exception_only legacy_notice legacy_unencumbered to: Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-CC-BY SPDX-license-identifier-CDDL SPDX-license-identifier-CDDL-1.0 SPDX-license-identifier-CPL-1.0 SPDX-license-identifier-EPL SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-ICU SPDX-license-identifier-ISC SPDX-license-identifier-LGPL SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-LGPL-3.0 SPDX-license-identifier-MIT SPDX-license-identifier-MPL SPDX-license-identifier-MPL-1.0 SPDX-license-identifier-MPL-1.1 SPDX-license-identifier-MPL-2.0 SPDX-license-identifier-Unicode-DFS SPDX-license-identifier-Unlicense SPDX-license-identifier-W3C legacy_by_exception_only legacy_notice legacy_unencumbered to: common/m2/Android.bp Added SPDX-license-identifier-BSD to: common/m2/repository/io/grpc/grpc-core/Android.bp common/m2/repository/io/grpc/grpc-netty/Android.bp common/m2/repository/io/grpc/grpc-protobuf-lite/Android.bp common/m2/repository/io/grpc/grpc-protobuf/Android.bp common/m2/repository/io/grpc/grpc-stub/Android.bp Added SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-LGPL to: common/netbeans-visual/Android.bp Added SPDX-license-identifier-MIT to: common/m2/repository/net/sf/jopt-simple/Android.bp common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/Android.bp Added legacy_by_exception_only to: common/google-api-services-compute/Android.bp common/google-api-services-storage/1.24.1/Android.bp linux-x86_64/perfetto/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icb239c548dcf8725107401043e3f3f8c891be29e
Diffstat (limited to 'common/google-api-java-client')
-rw-r--r--common/google-api-java-client/1.23.0/Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/common/google-api-java-client/1.23.0/Android.bp b/common/google-api-java-client/1.23.0/Android.bp
index 817f1d798..3996adafd 100644
--- a/common/google-api-java-client/1.23.0/Android.bp
+++ b/common/google-api-java-client/1.23.0/Android.bp
@@ -14,6 +14,31 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: [
+ "prebuilts_tools_common_google-api-java-client_1.23.0_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "prebuilts_tools_common_google-api-java-client_1.23.0_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ "NOTICE.txt",
+ ],
+}
+
java_import_host {
name: "google-api-java-client-min-repackaged",
jars: ["google-api-java-client-min-repackaged-1.23.0.jar"],