summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-05-18 22:16:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-05-18 22:16:50 +0000
commit2dade4bcaf7ef323c663befdda8b94c0413ba8b2 (patch)
treecd75ca0e43b1f5333d0e1869815e03ca43f3ff7e
parentf946dcefbe581cd91decfa575c2c7b483fb5fc55 (diff)
parent9a803035dbe34edf5cf8d9f572e54ac3aba1fa3d (diff)
downloadkotlinc-2dade4bcaf7ef323c663befdda8b94c0413ba8b2.tar.gz
Fix license metadata. am: 935942d17e am: 68efac1585 am: 9a803035db
Original change: https://android-review.googlesource.com/c/platform/external/kotlinc/+/2100546 Change-Id: I804428f55315b5ed8c45a40c116a7d8e499c235e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp566
1 files changed, 519 insertions, 47 deletions
diff --git a/Android.bp b/Android.bp
index f1ed865..ea0594e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,51 +1,18 @@
package {
- default_applicable_licenses: ["external_kotlinc_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-//
-// 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: "external_kotlinc_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-BSD",
- "SPDX-license-identifier-BSL-1.0",
- "SPDX-license-identifier-CC0-1.0",
- "SPDX-license-identifier-EPL",
- "SPDX-license-identifier-GPL",
- "SPDX-license-identifier-GPL-2.0",
- "SPDX-license-identifier-ISC",
- "SPDX-license-identifier-JSON",
- "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",
- "legacy_notice",
- "legacy_restricted",
- ],
- license_text: [
- "LICENSE",
- "license/**/*",
+ default_applicable_licenses: [
+ "external_kotlinc_license",
+ "external_kotlinc_asm_license",
+ "external_kotlinc_pcollections_license",
+ "external_kotlinc_dart_license",
+ "external_kotlinc_rhino_license",
+ "external_kotlinc_qunit_license",
+ "external_kotlinc_gwt_license",
+ "external_kotlinc_guava_license",
+ "external_kotlinc_boost_license",
+ "external_kotlinc_closure_compiler_license",
+ "external_kotlinc_assemblyscript_license",
+ "external_kotlinc_aosp_license",
+ "external_kotlinc_asmble_license",
],
}
@@ -113,5 +80,510 @@ java_import {
],
sdk_version: "core_current",
exclude_dirs: ["META-INF/versions"],
+ licenses: [
+ "external_kotlinc_license",
+ "external_kotlinc_asm_license",
+ "external_kotlinc_pcollections_license",
+ "external_kotlinc_dart_license",
+ "external_kotlinc_rhino_license",
+ "external_kotlinc_qunit_license",
+ "external_kotlinc_gwt_license",
+ "external_kotlinc_guava_license",
+ "external_kotlinc_boost_license",
+ "external_kotlinc_closure_compiler_license",
+ "external_kotlinc_assemblyscript_license",
+ "external_kotlinc_aosp_license",
+ "external_kotlinc_asmble_license",
+ "external_kotlinc_testdata_eclipse_license",
+ "external_kotlinc_testdata_eclipse_distribution_license",
+ "external_kotlinc_testdata_findbugs_license",
+ "external_kotlinc_testdata_rxjava_license",
+ "external_kotlinc_testdata_jspecify_license",
+ "external_kotlinc_testdata_lombok_license",
+ "external_kotlinc_testdata_spring_license",
+ "external_kotlinc_testdata_dagger_license",
+ "external_kotlinc_gradle_license",
+ "external_kotlinc_karma_license",
+ "external_kotlinc_karma_teamcity_reporter_license",
+ "external_kotlinc_mocha_teamcity_reporter_license",
+ "external_kotlinc_teamcity_service_messages_license",
+ "external_kotlinc_lodash_license",
+ ],
notice: "license/NOTICE.txt",
}
+
+// See: http://go/android-license-faq
+license {
+ name: "external_kotlinc_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "license/LICENSE.txt",
+ "license/NOTICE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_aether_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-EPL",
+ ],
+ license_text: [
+ "license/third_party/aether_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_aosp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Copyright (C) 2011-15 The Android Open Source Project",
+ license_text: [
+ "license/third_party/aosp_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_args4j_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "license/third_party/args4j_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_asm_license",
+ package_name: "ASM",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ copyright_notice: "Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom",
+ license_text: [
+ "license/third_party/asm_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_asmble_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Copyright (C) 2018 Chad Retz",
+ license_text: [
+ "license/third_party/asmble_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_assemblyscript_license",
+ package_name: "assemblyscript standard library",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Derived from assemblyscript standard library",
+ license_text: [
+ "license/third_party/assemblyscript_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_boost_license",
+ package_name: "boost special math functions",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSL-1.0",
+ ],
+ copyright_notice: "Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001.",
+ license_text: [
+ "license/third_party/boost_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_closure_compiler_license",
+ package_name: "Google Closure Library",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Google Closure Library, Copyright 2009 The Closure Library Authors",
+ license_text: [
+ "license/third_party/closure-compiler_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_dart_license",
+ package_name: "Dart compiler",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ copyright_notice: "Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,",
+ license_text: [
+ "license/third_party/dart_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_fastutil_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "license/third_party/fastutil_licence",
+ ],
+}
+
+license {
+ name: "external_kotlinc_gradle_license",
+ package_name: "Gradle",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD-3-Clause",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-CDDL-1.0",
+ "SPDX-license-identifier-EPL",
+ "SPDX-license-identifier-MIT",
+ "SPDX-license-identifier-LGPL-2.1",
+ "SPDX-license-identifier-MPL-2.0",
+ ],
+ copyright_notice: "Gradle, Copyright 2002-2017 Gradle, Inc.",
+ license_text: [
+ "license/third_party/gradle_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_guava_license",
+ package_name: "Guava",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors",
+ license_text: [
+ "license/third_party/guava_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_gwt_license",
+ package_name: "GWT",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Derived from GWT, (C) 2007-08 Google Inc.",
+ license_text: [
+ "license/third_party/gwt_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_jquery_license",
+ package_name: "jQuery JavaScript Library v1.6.2",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "jQuery JavaScript Library v1.6.2, Copyright 2011, John Resig",
+ license_text: [
+ "license/third_party/jquery_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_jshashtable_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "license/third_party/jshashtable_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_karma_teamcity_reporter_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Copyright (C) 2011-2013 Vojta Jína and contributors.",
+ license_text: [
+ "license/third_party/karma-teamcity-reporter_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_karma_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Copyright (C) 2011-2019 Google, Inc.",
+ license_text: [
+ "license/third_party/karma_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_lodash_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ "SPDX-license-identifier-CC0-1.0",
+ ],
+ copyright_notice: "Copyright JS Foundation and other contributors <https://js.foundation/>",
+ license_text: [
+ "license/third_party/lodash_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_lombok_license",
+ package_name: "Project Lombok",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Project Lombok, Copyright (C) 2009-2013 The Project Lombok Authors",
+ license_text: [
+ "license/third_party/lombok_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_maven_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "license/third_party/maven_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_mocha_teamcity_reporter_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Copyright (c) 2016 Jamie Sherriff",
+ license_text: [
+ "license/third_party/mocha-teamcity-reporter_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_pcollections_license",
+ package_name: "PCollections",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Derived from PCollections, A Persistent Java Collections Library (https://pcollections.org/)",
+ license_text: [
+ "license/third_party/pcollections_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_prototype_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "license/third_party/prototype_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_qunit_license",
+ package_name: "QUnit",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "QUnit, Copyright (c) 2012 John Resig, Jörn Zaefferer,",
+ license_text: [
+ "license/third_party/qunit_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_rhino_license",
+ package_name: "Rhino",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MPL-1.1",
+ ],
+ copyright_notice: "Originally part of GWT, (C) 2007-08 Google Inc., distributed under the Apache 2 license. The code is derived from Rhino, (C) 1997-1999 Netscape Communications Corporation, distributed under the Netscape Public License.",
+ license_text: [
+ "license/third_party/rhino_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_scala_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "license/third_party/scala_license.txt",
+ ],
+}
+license {
+ name: "external_kotlinc_teamcity_service_messages_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Copyright (c) 2013 Aaron Forsander",
+ license_text: [
+ "license/third_party/teamcity-service-messages_LICENSE.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_trove_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-LGPL-2.1",
+ ],
+ license_text: [
+ "license/third_party/trove_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_trove_readme_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-ISC",
+ ],
+ license_text: [
+ "license/third_party/trove_readme_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_dagger_license",
+ package_name: "Dagger",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Dagger, Copyright (C) 2013 Square, Inc.",
+ license_text: [
+ "license/third_party/testdata/dagger_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_eclipse_distribution_license",
+ package_name: "javax.persistence",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ copyright_notice: "javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.",
+ license_text: [
+ "license/third_party/testdata/eclipse_distribution_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_eclipse_license",
+ package_name: "javax.persistence",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-EPL-1.0",
+ ],
+ copyright_notice: "javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.",
+ license_text: [
+ "license/third_party/testdata/eclipse_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_findbugs_license",
+ package_name: "Bytecode Analysis Framework",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-LGPL-2.1",
+ ],
+ copyright_notice: "Bytecode Analysis Framework, Copyright (C) 2005 University of Maryland",
+ license_text: [
+ "license/third_party/testdata/findbugs_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_jspecify_license",
+ package_name: "JSpecify",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "JSpecify, Copyright (C) 2020 The JSpecify Authors",
+ license_text: [
+ "license/third_party/testdata/jspecify_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_lombok_license",
+ package_name: "Project Lombok",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ copyright_notice: "Project Lombok, Copyright (C) 2009-2013 The Project Lombok Authors",
+ license_text: [
+ "license/third_party/testdata/lombok_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_rxjava_license",
+ package_name: "RxJava",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "RxJava, Copyright (c) 2016-present, RxJava Contributors",
+ license_text: [
+ "license/third_party/testdata/rxjava_license.txt",
+ ],
+}
+
+license {
+ name: "external_kotlinc_testdata_spring_license",
+ package_name: "Spring Framework",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ copyright_notice: "Spring Framework, Copyright 2002-2007 the original author or authors.",
+ license_text: [
+ "license/third_party/testdata/spring_license.txt",
+ ],
+}