From e37e69f732c0d4c4a597eec385919a4c16b04a46 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Mon, 10 Feb 2020 19:54:16 -0500 Subject: [PATCH] Bookkeeping, relicense, contacts, move While I'm updating this project I might as well move it to my own hosting instead of leaving it on GitHub. I probably need to get an issue tracker working... --- Cargo.toml | 8 ++++---- LICENSE | 11 ----------- README.md | 6 ++---- 3 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 LICENSE diff --git a/Cargo.toml b/Cargo.toml index 48d6e5a..16207e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "ess" -version = "0.4.2" -authors = ["C Jones "] +version = "0.5.0" +authors = ["Cassie Jones "] description = "An s-expression parser targeted at language implementation." -repository = "https://github.com/porglezomp/ess" +repository = "https://git.witchoflight.com/ess" documentation = "https://docs.rs/ess" readme = "README.md" keywords = ["s-expression", "sexp", "s-exp", "parser"] -license = "Zlib" +license = "MPL-2.0" [dependencies] diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 059e6d2..0000000 --- a/LICENSE +++ /dev/null @@ -1,11 +0,0 @@ -Copyright (c) 2016 Caleb Jones - -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source distribution. diff --git a/README.md b/README.md index 782f8a5..5c0d229 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,12 @@ [![Crates.io current version badge](https://img.shields.io/crates/v/ess.svg)][crates.io] [![Documentation badge](https://docs.rs/ess/badge.svg)][docs] -[![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)][zlib] -[![Build status badge](https://travis-ci.org/porglezomp/ess.svg?branch=master)][travis-ci] - +[![License: MPL-2.0](https://img.shields.io/badge/License-MPL_2.0-lightgrey.svg)][mpl2] Ess is a work-in-progress s-expression parser targeted at language implementation. In particular, it provides source locations for all parsed expressions. [docs]: https://docs.rs/ess [crates.io]: https://crates.io/crates/ess -[zlib]: https://opensource.org/licenses/Zlib +[mpl2]: https://opensource.org/licenses/MPL-2.0 [travis-ci]: https://travis-ci.org/porglezomp/ess -- 2.43.2