From 08f294268a4993f18f78b17e90dcf52d1c36e1ce Mon Sep 17 00:00:00 2001
From: inference
Date: Thu, 16 Mar 2023 09:36:14 +0000
Subject: [PATCH] Clarify that proprietary code can also fix stability issues.
---
about.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/about.html b/about.html
index e959ceb..898c539 100644
--- a/about.html
+++ b/about.html
@@ -5,7 +5,7 @@
-
+
@@ -121,11 +121,11 @@
as possible; for this reason, permissive licenses are our preferred choice, while avoiding
copyleft licenses and other licenses which place restrictions on how our code may be used,
and prevent us from including important proprietary code, such as firmware, which can patch
- security vulnerabilities and privacy issues. All Inferencium code is and will be
- permissively licensed unless specific circumstances make it impractical or infeasible to do
- so. Our goal is to share code which has the least amount of restrictions as possible, to
- allow wider propagation of our code and allow more use cases and possibilities, as well as
- ensuring proprietary code, whenever required, is permitted to be included.
+ security vulnerabilities, privacy issues, and stability issues. All Inferencium code is and
+ will be permissively licensed unless specific circumstances make it impractical or
+ infeasible to do so. Our goal is to share code which has the least amount of restrictions as
+ possible, to allow wider propagation of our code and allow more use cases and possibilities,
+ as well as ensuring proprietary code, whenever required, is permitted to be included.