aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-03 21:23:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-03 21:23:33 +0000
commitfef0aa27f815e969df46e1d54b36626e3aea21c5 (patch)
treee5a7d3c4d3385bb433d46f7b53c65622796b0e99
parentbd0fc1143e7ad56e6c189d21b1d5ab24006a8122 (diff)
parentb251e8c196beb574cda94f91fc6991afbb2121b5 (diff)
downloadgdbstub_arch-fef0aa27f815e969df46e1d54b36626e3aea21c5.tar.gz
Add metadata files am: d4ff827ac0 am: b251e8c196
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub_arch/+/1783795 Change-Id: Ibaf9edd5aac5a737da835881d536041f53cfb2eb
-rw-r--r--LICENSE21
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_MIT0
-rw-r--r--OWNERS1
4 files changed, 39 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..148020e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Daniel Prilik
+
+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/METADATA b/METADATA
new file mode 100644
index 0000000..1528400
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "gdbstub_arch"
+description:
+ "Implementations of `gdbstub::arch::Arch` for various architectures."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/gdbstub_arch"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/gdbstub_arch/gdbstub_arch-0.1.0.crate"
+ }
+ version: "0.1.0"
+ last_upgrade_date { year: 2021 month: 6 day: 22 }
+ license_type: NOTICE
+} \ No newline at end of file
diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..45dc4dd
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1 @@
+include platform/prebuilts/rust:master:/OWNERS