From 427ab84f4bd4ae0f0321b50b4a01d041eb847b23 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 18 Jul 2023 00:53:36 +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 148bdcd..515eb20 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 content is licensed under https://src.inferencium.net/Inferencium/scr/src/branch/stable/license/BSD-3-Clause-Clear.txt[BSD 3-Clause Clear] -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 content is licensed under https://src.inferencium.net/Inferencium/scr/src/branch/stable/license/BSD-3-Clause-Clear.txt[BSD 3-Clause Clear] +license.