aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-19 00:04:13 +0700
committerShulhan <ms@kilabit.info>2022-08-19 00:04:13 +0700
commit7e7c491d186280ddaee508bd46ade6fa21058c78 (patch)
treeef99ca372fe73e1eb46df73964d18c5d6fa6311b /README.adoc
parenta440e8671d27337d89f1980c31d7d1b1fb727831 (diff)
downloadhaminer-7e7c491d186280ddaee508bd46ade6fa21058c78.tar.xz
all: relicensing the haminer to GPL v3
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 644117a..f542a2e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,3 +1,5 @@
+// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
= haminer
:toc:
:sectanchors:
@@ -149,3 +151,24 @@ or use a
https://git.sr.ht/~shulhan/haminer/tree/main/item/cmd/haminer/haminer.service[systemd
service^].
--
+
+
+== License
+
+----
+haminer - Library and program to parse and forward HAProxy logs.
+Copyright (C) 2018-2022 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 <http://www.gnu.org/licenses/>.
+----