From d2e6545510135b24c79ee0be2c72c6ca31f898f0 Mon Sep 17 00:00:00 2001 From: Phillip Smith Date: Thu, 24 Mar 2022 10:02:01 +1100 Subject: [PATCH] add README --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..7f893ac --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +The code in this repository was forked from the offical upstream code, +specifically: https://checkmk.com/support/1.5.0p23/mk-livestatus-1.5.0p23.tar.gz + +We have created this repo under the permissions granted by the GPLv2 license +used by original author. It exists for our internal build processes and ensure +access to the code is maintained even if upstream goes away.