Skip to content

Commit e446cbc

Browse files
committed
feat(license): drop MIT license
1 parent 84136e2 commit e446cbc

File tree

9 files changed

+19
-37
lines changed

9 files changed

+19
-37
lines changed

COPYING.iOS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The tox-rs developers are aware that the terms of service that apply
2+
to apps distributed via Apple's App Store services may conflict with
3+
rights granted under the tox-rs license, the GNU General Public
4+
License, version 3 or (at your option) any later version. The
5+
copyright holders of the tox-rs do not wish this conflict to prevent
6+
the otherwise-compliant distribution of derived apps via the App
7+
Store. Therefore, we have committed not to pursue any license
8+
violation that results solely from the conflict between the GNU GPLv3
9+
or any later version and the Apple App Store terms of service. In
10+
other words, as long as you comply with the GPL in all other respects,
11+
including its requirements to provide users with source code and the
12+
text of the license, we will not object to your distribution of the
13+
tox-rs through the App Store.

LICENSE-GPL renamed to LICENSE

File renamed without changes.

LICENSE-MIT

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ tox-rs has contributions from many users. See [AUTHORS.md](/AUTHORS.md). Thanks
9292

9393
## License
9494

95-
Dual licensed under the MIT or GPLv3+ licenses. You may use this project under the
96-
terms of either the MIT License or the GNU General Public License (GPL) Version 3+.
97-
98-
For details, see [LICENSE-MIT](/LICENSE-MIT) and [LICENSE-GPL](/LICENSE-GPL).
95+
Licensed under [GPLv3+](/LICENSE) with [Apple app store exception](/COPYING.iOS).
9996

10097
[Reference source repository]: https://github.com/zetok/tox-spec
10198
[Rust]: https://www.rust-lang.org/

tox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ documentation = "https://docs.rs/tox/"
1818
repository = "https://github.com/tox-rs/tox/"
1919
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
2020
categories = ["multimedia"]
21-
license = "MIT OR GPL-3.0+"
21+
license = "GPL-3.0+"
2222
edition = "2018"
2323

2424
[badges]

tox_binary_io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
documentation = "https://docs.rs/tox_binary_io/"
1212
repository = "https://github.com/tox-rs/tox/"
13-
license = "MIT OR GPL-3.0+"
13+
license = "GPL-3.0+"
1414
edition = "2018"
1515

1616
[dependencies]

tox_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/tox_core/"
1313
repository = "https://github.com/tox-rs/tox/"
1414
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
1515
categories = ["multimedia"]
16-
license = "MIT OR GPL-3.0+"
16+
license = "GPL-3.0+"
1717
edition = "2018"
1818

1919
[dependencies]

tox_encryptsave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/tox_encryptsave/"
1313
repository = "https://github.com/tox-rs/tox/"
1414
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
1515
categories = ["multimedia"]
16-
license = "MIT OR GPL-3.0+"
16+
license = "GPL-3.0+"
1717
edition = "2018"
1818

1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tox_packet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/tox_packet/"
1313
repository = "https://github.com/tox-rs/tox/"
1414
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
1515
categories = ["multimedia"]
16-
license = "MIT OR GPL-3.0+"
16+
license = "GPL-3.0+"
1717
edition = "2018"
1818

1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)