Browse Source

Fix licensing issues

pull/112/head
Andrea Ciliberti 2 years ago
parent
commit
581c62dd49
  1. 4
      AUTHORS.md
  2. 33
      README.md
  3. 2
      ctru-rs/Cargo.toml
  4. 2
      ctru-sys/Cargo.toml

4
AUTHORS.md

@ -1,4 +0,0 @@
# Authors
* [Eidolon](https://github.com/HybridEidolon)
* [FenrirWolf](https://github.com/FenrirWolf)

33
README.md

@ -24,33 +24,10 @@ This repository is organized as follows:
(displayed when built with `-vv`) will be issued if the build script detects (displayed when built with `-vv`) will be issued if the build script detects
a mismatch or is unable to check the installed `libctru` version. a mismatch or is unable to check the installed `libctru` version.
## License ## Original version
Copyright (C) Rust 3DS Project authors, 2015-2016 This project is based on the efforts the original authors:
* [Eidolon](https://github.com/HybridEidolon)
See AUTHORS.md. * [FenrirWolf](https://github.com/FenrirWolf)
As with the original ctrulib, this library is licensed under zlib. This
applies to every file in the tree, unless otherwise noted.
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.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See [LICENSE-APACHE](https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE), [LICENSE-MIT](https://github.com/rust-lang/rust/blob/master/LICENSE-MIT), and [COPYRIGHT](https://github.com/rust-lang/rust/blob/master/COPYRIGHT) for details.
The old version is archived [here](https://github.com/rust3ds/ctru-rs-old).

2
ctru-rs/Cargo.toml

@ -1,5 +1,5 @@
[package] [package]
authors = ["Ronald Kinard <furyhunter600@gmail.com>"] authors = [ "Rust3DS Team", "Ronald Kinard <furyhunter600@gmail.com>" ]
description = "A safe wrapper around smealum's ctrulib." description = "A safe wrapper around smealum's ctrulib."
license = "Zlib" license = "Zlib"
name = "ctru-rs" name = "ctru-rs"

2
ctru-sys/Cargo.toml

@ -1,7 +1,7 @@
[package] [package]
name = "ctru-sys" name = "ctru-sys"
version = "21.2.0+2.1.2-1" version = "21.2.0+2.1.2-1"
authors = ["Ronald Kinard <furyhunter600@gmail.com>"] authors = [ "Rust3DS Team", "Ronald Kinard <furyhunter600@gmail.com>" ]
license = "Zlib" license = "Zlib"
links = "ctru" links = "ctru"
edition = "2021" edition = "2021"

Loading…
Cancel
Save