diff --git a/Cargo.toml b/Cargo.toml index a377716..9a10dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cuprate" version = "0.0.1" edition = "2021" -rust-version = "1.67.0" +rust-version = "1.68.0" description = "An upcoming experimental, modern & secure monero node" readme = "readme.md" license = "AGPL-3.0-only" @@ -11,7 +11,7 @@ repository = "https://github.com/SyntheticBird45/cuprate" # All Contributors on github authors=[ - "SyntheticBird45 <@someoneelse495495:matrix.org>", + "SyntheticBird45", "Boog900" ] @@ -38,4 +38,4 @@ lto = "thin" panic = "abort" [build] -rustflags=["-Zcf-protection=full", "-Zsanitizer=cfi", "-Crelocation-model=pie", "-Cstack-protector=all"] \ No newline at end of file +rustflags=["-Zcf-protection=full", "-Zsanitizer=cfi", "-Crelocation-model=pie", "-Cstack-protector=all"] diff --git a/AGPL-3.0 b/LICENSE-AGPL similarity index 100% rename from AGPL-3.0 rename to LICENSE-AGPL diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 0000000..4764e6b --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Cuprate Contributors + +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: + +The above copyright notice 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 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/LICENSE b/LICENSE.md similarity index 88% rename from LICENSE rename to LICENSE.md index c7cd0c1..3e44fd1 100644 --- a/LICENSE +++ b/LICENSE.md @@ -3,4 +3,4 @@ depending on the crate in question. Each crate declares their license in their `Cargo.toml` and includes a `LICENSE` file detailing its status. Additionally, a full copy of the AGPL-3.0 License is included in the root of this repository as a reference text. This copy should be provided with any distribution of a -crate licensed under the AGPL-3.0, as per its terms. \ No newline at end of file +crate licensed under the AGPL-3.0, as per its terms.