summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-22 04:19:40 +0700
committerShulhan <ms@kilabit.info>2026-01-22 04:19:40 +0700
commit359378722d36e038286993ad4210cf219cd99d03 (patch)
tree738af62aa71f448c29c9b8f0794790e07f9d8a4e
parent02c6f425ccd38698b1c7e75f0ade33ee7ce41b0f (diff)
downloadkilabit.info-359378722d36e038286993ad4210cf219cd99d03.tar.xz
journal/gpl: replace gnu.org links with web archive
The gnu.org website seems have problems, not only once or twice, but frequently.
-rw-r--r--_content/journal/2022/gpl/index.adoc25
1 files changed, 15 insertions, 10 deletions
diff --git a/_content/journal/2022/gpl/index.adoc b/_content/journal/2022/gpl/index.adoc
index 31c537e..8606c17 100644
--- a/_content/journal/2022/gpl/index.adoc
+++ b/_content/journal/2022/gpl/index.adoc
@@ -4,6 +4,7 @@
= Finally, I use GPL
Shulhan <ms@kilabit.info>
2 March 2022
+:web_archive_gnu: https://web.archive.org/web/20260115033223/
DISCLAIMER: The topic, content, and arguments of this article may be sensitive
to some peoples.
@@ -88,8 +89,8 @@ lifespan, this is definitely wasting of resources.
*Any program that use your GPL-ed software, now must licensed under GPL
too. Is it true?*
-https://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL["Yes, if you use it
-as a library"];
+{web_archive_gnu}https://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL["Yes,
+if you use it as a library"^];
no, if you use it as a standalone program.
But once again,
@@ -155,15 +156,19 @@ The world is not black-and-white, we play many, different roles in this life.
== Further readings
-https://www.gnu.org/gnu/manifesto.html[The GNU Manifesto.]
+{web_archive_gnu}https://www.gnu.org/gnu/manifesto.html[The GNU Manifesto.^]
-https://www.gnu.org/licenses/copyleft.html.en[What is Copyleft?]
+{web_archive_gnu}https://www.gnu.org/licenses/copyleft.html.en[What is
+Copyleft?^]
-https://www.gnu.org/philosophy/categories.html.en[Categories of Free and
-Nonfree Software.]
+{web_archive_gnu}https://www.gnu.org/philosophy/categories.html.en[Categories
+of Free and Nonfree Software.^]
-https://www.gnu.org/licenses/gpl-faq.html[Frequently Asked Questions about the
-GNU Licenses.]
+{web_archive_gnu}https://www.gnu.org/licenses/gpl-faq.html[Frequently Asked
+Questions about the GNU Licenses.^]
-https://docs.freebsd.org/en/articles/bsdl-gpl/[Why you should use a BSD style
-license for your Open Source Project.]
+https://docs.freebsd.org/en/articles/bsdl-gpl/[Why you should use a BSD
+style license for your Open Source Project.^]
+
+NOTE: We use links to web archive for gnu.org website due to frequent
+timeout and error.