Update license, repo URL

This commit is contained in:
asonix 2023-04-27 19:06:10 -05:00
parent 0df2cc3c1a
commit 5fb8c845de
3 changed files with 617 additions and 375 deletions

View file

@ -2,10 +2,10 @@
name = "rsa-magic-public-key" name = "rsa-magic-public-key"
description = "Converting between the Magic Public Key format and a RustCrypto RSA type" description = "Converting between the Magic Public Key format and a RustCrypto RSA type"
version = "0.8.0" version = "0.8.0"
license-file = "LICENSE" license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"] authors = ["asonix <asonix@asonix.dog>"]
edition = "2018" edition = "2018"
repository = "https://git.asonix.dog/Aardwolf/rsa-magic-public-key" repository = "https://git.asonix.dog/asonix/rsa-magic-public-key"
readme = "README.md" readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

968
LICENSE

File diff suppressed because it is too large Load diff

View file

@ -16,16 +16,14 @@ assert!(res.is_ok());
``` ```
### Contributing ### Contributing
Unless otherwise stated, all contributions to this project will be licensed under the CSL with Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.
the exceptions listed in the License section of this file.
### License ### License
This work is licensed under the Cooperative Software License. This is not a Free Software
License, but may be considered a "source-available License." For most hobbyists, self-employed Copyright © 2023 Riley Trautman
developers, worker-owned companies, and cooperatives, this software can be used in most
projects so long as this software is distributed under the terms of the CSL. For more rsa-magic-public-key is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
information, see the provided LICENSE file. If none exists, the license can be found online
[here](https://lynnesbian.space/csl/). If you are a free software project and wish to use this rsa-magic-public-key is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of rsa-magic-public-key.
software under the terms of the GNU Affero General Public License, please contact me at
[asonix@asonix.dog](mailto:asonix@asonix.dog) and we can sort that out. If you wish to use this You should have received a copy of the GNU General Public License along with rsa-magic-public-key. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
project under any other license, especially in proprietary software, the answer is likely no.