diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-12-29 12:50:43 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-12-29 12:50:43 +1100 |
commit | 8e082f089845463cc08a9232b749454165caa3da (patch) | |
tree | a6b974ffe902fb5e3e15b4250dddb5adc0172356 | |
parent | 23b53a46d263a30a466ee0d48543b6ed64f29141 (diff) |
Fixed outbound link that didn't target _blank
-rw-r--r-- | project/templates/sunset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/sunset.html b/project/templates/sunset.html index d976c35..d670e64 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -18,7 +18,7 @@ <p>Software licenses bother me. As a general rule I prefer to make my projects open source, and for that purpose something like the <a href="https://unlicense.org/" target="_blank">Unlicense</a> is often sufficient. But if I don't want to put my work in the public domain immediately, then -I have to make use of a <a href="https://www.copyleft.org/">copyleft</a> license. And all +I have to make use of a <a href="https://www.copyleft.org/" target="_blank">copyleft</a> license. And all of the ones currently available are both incredibly, unnecessarily verbose, and fail to address the primary failing of modern copyright law, which is the unreasonably long term lengths.</p> |