diff --git a/net/epee-encoding/LICENSE b/LICENSE-MIT similarity index 94% rename from net/epee-encoding/LICENSE rename to LICENSE-MIT index 0e5fe08..8d24528 100644 --- a/net/epee-encoding/LICENSE +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Boog900 +Copyright (c) 2023-2024 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 @@ -18,4 +18,4 @@ 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. \ No newline at end of file +SOFTWARE. diff --git a/LICENSE.md b/LICENSE.md index 3e44fd1..002555e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,5 @@ Cuprate crates are licensed under one of two licenses, either MIT or AGPL-3.0, 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. +`Cargo.toml`. Additionally, a full copy of both licenses are included in the +root of this repository for reference. These copies should be provided with +any distribution of a crate, as per the respective license's terms. diff --git a/net/levin/LICENSE b/net/levin/LICENSE deleted file mode 100644 index 01e72cc..0000000 --- a/net/levin/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -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. \ No newline at end of file diff --git a/net/monero-wire/LICENSE b/net/monero-wire/LICENSE deleted file mode 100644 index 01e72cc..0000000 --- a/net/monero-wire/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -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. \ No newline at end of file