From d4c8b13376153e2456537b8776f58f8a48d1f742 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Thu, 1 May 2025 12:31:32 -0400 Subject: [PATCH] change name and license, update README --- Cargo.toml | 4 ++-- LICENSE | 35 ++++------------------------------- README.md | 8 ++++---- bng_macros/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 38 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc674ae..643b049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "bng" -version = "0.1.0" +name = "blip" +version = "0.0.0" edition = "2021" [dependencies] diff --git a/LICENSE b/LICENSE index f347120..9a714c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,34 +1,7 @@ -NUCLEAR WASTE SOFTWARE LICENSE V1.0 +Copyright © 2025 Breval Ferrari -Copyright 2024 Breval Ferrari +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: -This software license is a message... and part of a system of messages... -pay attention to it! Writing this software and associated documentation -files (the "Software") was important to us. We considered ourselves to be a -powerful culture. This Software is not a place of honor... no highly -esteemed deed is commemorated here... nothing valued is here. What is here was -dangerous and repulsive to us. This message is a warning about danger. The -danger is in a particular location... it increases towards a center... the -center of danger is here... of a particular size and syntax. The danger is -still present, in your time, as it was in ours. The danger is to the mind, and -it can kill. The form of the danger is an emanation of incoherence. The danger -is unleashed only if you substantially disturb this software digitally or -intellectually. +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -This software is best shunned and left unexecuted... however, permission is -hereby granted... free of charge... to any person obtaining a copy of this -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, warning message, 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, DEATH 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. +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/README.md b/README.md index 1d84fe9..e753ac2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# bng +# blip + [![Crates.io](https://img.shields.io/crates/v/bng.svg)](https://crates.io/crates/bng) [![Docs.rs](https://docs.rs/bng/badge.svg)](https://docs.rs/bng) -[![License: MIT](https://img.shields.io/badge/License-NWSL-yellow.svg)](https://gist.github.com/DavidBuchanan314/35cb9f8a2f754b9a03a74bed19575661) +[![License: MIT](https://img.shields.io/badge/License-MIT)](https://mit-license.org/) -Bleeperpreter New Gen - the smarter 'preter! -A better [Bleeperpreter](https://github.com/p6nj/bleeperpreter) from scratch. +A better and more flexible [Bleeperpreter](https://github.com/p6nj/bleeperpreter) from scratch. diff --git a/bng_macros/Cargo.toml b/bng_macros/Cargo.toml index 238ebf8..9920c81 100644 --- a/bng_macros/Cargo.toml +++ b/bng_macros/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" proc-macro = true [dependencies] -Inflector = "0.11.4" +inflector = "0.11.4" proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] }