From 8e082f089845463cc08a9232b749454165caa3da Mon Sep 17 00:00:00 2001 From: Jed Barber <jjbarber@y7mail.com> Date: Sat, 29 Dec 2018 12:50:43 +1100 Subject: Fixed outbound link that didn't target _blank --- project/templates/sunset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/templates') 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> -- cgit