summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-17 21:42:34 -0700
committeriximeow <me@iximeow.net>2021-07-17 21:42:56 -0700
commitfd9be77bc90a35460dafa28b2a84446dadff1a78 (patch)
treee8daa9b218d24f714fc1bab334cc9e9aae6fa93e
parent97447561496921f2a086ebeb993464012a560570 (diff)
add license and tweak doc formatting1.0.1no-gods-no-
-rw-r--r--CHANGELOG4
-rw-r--r--Cargo.toml2
-rw-r--r--LICENSE12
-rw-r--r--src/lib.rs7
4 files changed, 23 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 92c531a..d9f157c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+# 1.0.1
+
+* tweaked doc formatting, added explicit license file (0bsd)
+
# 1.0.0
* first release, decoder exists
diff --git a/Cargo.toml b/Cargo.toml
index 19b252a..7cef7cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-lc87"
-version = "1.0.0"
+version = "1.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-lc87/"
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..7091f53
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+Copyright (c) 2020 iximeow
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/src/lib.rs b/src/lib.rs
index 6469dc5..b096f71 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,7 +6,12 @@
//! named `LC87*`, are all 8-bit controllers, and range between 10-pin 8kb-of-flash and 100-pin
//! 256kb-of-flash sizes.
//!
-//! in theory there exists an `LC87 Series Users's Manual` but it appears to have never existed online in original Japanese, or English translation. (the existence of an English translation is suspected but unconfirmed). by coincidence, LC87 instructions are described in the public `LC872H00` datasheet, describing specifically `LC872H00` parts. because the instruction set is shared across the LC87 family of microcontrollers, the instruction set listing in this manual describes the instruction set of the rest of the family.
+//! in theory there exists an `LC87 Series Users's Manual` but it appears to have never existed
+//! online in original Japanese, or English translation. (the existence of an English translation
+//! is suspected but unconfirmed). by coincidence, LC87 instructions are described in the public
+//! `LC872H00` datasheet, describing specifically `LC872H00` parts. because the instruction set is
+//! shared across the LC87 family of microcontrollers, the instruction set listing in this manual
+//! describes the instruction set of the rest of the family.
//!
//! datasheet: [`ANDLC872H00-D.PDF`](https://www.onsemi.com/pub/Collateral/ANDLC872H00-D.PDF).
//! `sha256: 9cefe73a252468bbbfb81a28e59cb9444c4c49586a616c873958b39ad4fa7b35`