From 857c70eab97e7138080a0ed3d668f176cf112ad4 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 9 Jun 2019 16:58:53 -0400 Subject: [PATCH] name change --- LICENSE | 2 +- MarathonData.md | 10 +++++----- source/tycho/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index e0d67b9..e56f995 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ Some of the data contained in tests/data and benches/data is Copyright © Bungie Software. I do not own them, but am permitted to redistribute them. Everything else is public domain, as stated: -To the extent possible under law, I, Alison Sanderson, have waived all +To the extent possible under law, I, Alison Watson, have waived all copyright and related or neighboring rights to this Document as described by the Creative Commons Zero license as follows: diff --git a/MarathonData.md b/MarathonData.md index 63a924a..a80e97f 100644 --- a/MarathonData.md +++ b/MarathonData.md @@ -1,9 +1,9 @@ # LICENSING ################################################################### -To the extent possible under law, I, Alison Sanderson, have waived all -copyright and related or neighboring rights to this Document as described by -the Creative Commons Zero license included in this project under the `LICENSE` -file, or if unavailable, the link below: +To the extent possible under law, I, Alison Watson, have waived all copyright +and related or neighboring rights to this Document as described by the Creative +Commons Zero license included in this project under the `LICENSE` file, or if +unavailable, the link below: @@ -2218,7 +2218,7 @@ gravity. | Name | Bit | | ---- | --- | | `Solo` | `0` | -| `Co-op` | `1` | +| `CoOp` | `1` | | `Carnage` | `2` | | `KTMWTB` | `3` | | `KOTH` | `4` | diff --git a/source/tycho/Cargo.toml b/source/tycho/Cargo.toml index 16b1334..72b0024 100644 --- a/source/tycho/Cargo.toml +++ b/source/tycho/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "maraiah-tycho" version = "0.1.0" -authors = ["Alison Sanderson "] +authors = ["Alison Watson "] description = "Tycho map editor." edition = "2018" build = "build.rs"