2 files changed, 3 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d606dd9..499f714 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "impl_trait"
-version = "0.1.6"
+version = "0.1.7"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
edition = "2018"
description = "Allows impl trait inside inherent impl."
diff --git a/README.md b/README.md
index 6d91176..e767ce4 100644
--- a/README.md
+++ b/README.md
@@ -39,13 +39,8 @@ can trivially desugar by hand.
In fact, it's probably easier to desugar by hand than to write a dang proc
macro to do it for you!
-Nevertheless, yes, this is AGPLv3-licensed. If using an AGPLv3-licensed
-proc macro/compiler plugin that doesn't even add its own code to your code
-is a problem for you, you are welcome to contact us about highly expensive
-commercial licenses. However, we would find it much more satisfying if you
-told your employer to ride a cactus, because *this is a fucking compiler
-plugin omg you do not need to care about the license unless you're literally
-Godbolt Compiler Explorer or something*.
+Nevertheless, yes, this is AGPLv3-licensed. It's the most restrictive open
+source license available. If you don't like it, just abolish copyright y'know?
Thankfully, the AGPLv3 comes with plenty of holes like the system library
exception, as well as the fact that clause 13 specifically starts with the
|