summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-02 21:18:00 +0700
committerShulhan <ms@kilabit.info>2026-02-02 21:18:00 +0700
commit1f4ead1b7488cc17d735d228e151d42c1ab7d10f (patch)
tree99a43f74ad4fde8030e97239e4fc2f8b4bbeb3b8
parent663fdaf45162ac0eb1b45672f90fa58b73ab6f04 (diff)
downloadawwan-1f4ead1b7488cc17d735d228e151d42c1ab7d10f.tar.xz
_wui/doc: simplify the license text in README
While at it, replace link on GNU make in the install document because the website for www.gnu.org seems unstable at the moment.
-rw-r--r--_wui/doc/awwan.adoc14
-rw-r--r--_wui/doc/install.adoc2
2 files changed, 2 insertions, 14 deletions
diff --git a/_wui/doc/awwan.adoc b/_wui/doc/awwan.adoc
index f8cdfa6..c82dade 100644
--- a/_wui/doc/awwan.adoc
+++ b/_wui/doc/awwan.adoc
@@ -846,19 +846,7 @@ Place to open an issue or request for new feature.
== LICENSE
Copyright (C) 2019-2023 M. Shulhan <ms@kilabit.info>
-
-This program is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the Free
-Software Foundation, either version 3 of the License, or any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE.
-See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with
-this program.
-If not, see <https://www.gnu.org/licenses/>.
+This program is licensed under GPL version 3.0 or later.
// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/_wui/doc/install.adoc b/_wui/doc/install.adoc
index 77ac6d6..087adf3 100644
--- a/_wui/doc/install.adoc
+++ b/_wui/doc/install.adoc
@@ -64,7 +64,7 @@ The manual installation require,
* https://git-scm.com/[Git SCM^] version 2.42 or greater,
* https://go.dev/dl[Go tools^] version 1.21 or greater, and
-* https://www.gnu.org/software/make[GNU make^] version 4.4.1 or greater.
+* https://savannah.gnu.org/projects/make[GNU make^] version 4.4.1 or greater.
One can build the binary using Go tools directly,