From 53f7e3cc31b5524fa1b361a245fdcf2ffb94aa74 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 18 Jul 2023 01:12:50 +0100 Subject: [PATCH] Move Security section above Licensing section --- readme.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.adoc b/readme.adoc index e9bf3b7..b1e5274 100644 --- a/readme.adoc +++ b/readme.adoc @@ -44,6 +44,13 @@ files are mentioned in the commit messages. + This branch contains code used in production. +== 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 Code is licensed under https://src.inferencium.net/Inferencium/website/src/branch/stable/license/BSD-3-Clause.txt[BSD 3-Clause] @@ -56,10 +63,3 @@ assets. + * All content outside of code, including personal content such as blog posts, is copyrighted and cannot be distributed or modified without explicit consent from Inferencium - - -== 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.