aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:44 +0000
commit5a08c6fb4868f7b25ad34cb45bcdb73bb830293d (patch)
tree6c2abc200c227597d4fac93edaea6674cfb41673
parentbc5b71ea687cbe1a5675215e617d1f4b310cc4e5 (diff)
parent52970ac9f9205854557467c1f6da5347cea629e3 (diff)
downloadsix-android12-mainline-media-release.tar.gz
Change-Id: I7d102ca26c7a8c5f23f0c6b78f65b9c20dcc012e
-rw-r--r--Android.bp17
-rw-r--r--METADATA1
-rw-r--r--NOTICE18
-rw-r--r--TEST_MAPPING8
4 files changed, 18 insertions, 26 deletions
diff --git a/Android.bp b/Android.bp
index 45beb08..1b291b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_python_six_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_six_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library {
name: "py-six",
host_supported: true,
diff --git a/METADATA b/METADATA
index 966ee5c..2b372ac 100644
--- a/METADATA
+++ b/METADATA
@@ -12,5 +12,6 @@ third_party {
value: "https://github.com/benjaminp/six"
}
version: "1.11.0"
+ license_type: NOTICE
last_upgrade_date { year: 2018 month: 1 day: 4 }
}
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index f3068bf..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,18 +0,0 @@
-Copyright (c) 2010-2017 Benjamin Peterson
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 61a80b2..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit" : [
- {
- "name" : "acloud_test",
- "host" : true
- }
- ]
-}