From aa1b4fdb28dc46abc897dffe0863aafafc8c076f Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 18 Jul 2023 01:08:19 +0100 Subject: [PATCH] Move Security section above Licensing section --- readme.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.adoc b/readme.adoc index a1b9133..1ae4192 100644 --- a/readme.adoc +++ b/readme.adoc @@ -25,14 +25,14 @@ files are mentioned in the commit messages. + This branch contains code used in production. -== Licensing - -All ebuilds are licensed under https://src.inferencium.net/Inferencium/sys/src/branch/stable/license/GPL-2.0-only.txt[GPL v2] -license. - - == Security All files are checked for security issues; however, it is always the user's responsibility to audit the code before installing and/or executing it. Inferencium takes no responsibility for any security issues which may arise due to usage of this repository. + + +== Licensing + +All ebuilds are licensed under https://src.inferencium.net/Inferencium/sys/src/branch/stable/license/GPL-2.0-only.txt[GPL v2] +license.