aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2021-08-20 09:58:19 -0400
committerIvan Lozano <ivanlozano@google.com>2021-08-20 09:58:19 -0400
commit209973119ec15e155a62d3c27445cd550accd1e0 (patch)
tree8a2d845da5c15e20210d938d79b38cb427df4b48 /README.md
parent4ee44b6e186eed7a25d898fa6cd75ace65e7674a (diff)
downloadjni-sys-209973119ec15e155a62d3c27445cd550accd1e0.tar.gz
Initial commit for jni-sys crate.
Bug: 191167066 Test: N/A Change-Id: I356aecc870473259cd168e5e6e035457d1d7af65
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7b41625
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# jni-sys
+
+[![Build Status](https://travis-ci.org/sfackler/rust-jni-sys.svg?branch=master)](https://travis-ci.org/sfackler/rust-jni-sys) [![Build status](https://ci.appveyor.com/api/projects/status/o59i8b5dwcyswtq3/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-jni-sys/branch/master)
+
+
+[Documentation](https://docs.rs/jni-sys)
+
+Rust definitions corresponding to jni.h.
+
+## License
+
+Licensed under either of
+
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+
+at your option.
+
+### Contribution
+
+Unless you explicitly state otherwise, any contribution intentionally
+submitted for inclusion in the work by you, as defined in the Apache-2.0
+license, shall be dual licensed as above, without any additional terms or
+conditions.