From 65d8285f1663731068846ffb1c293a15da81fbb4 Mon Sep 17 00:00:00 2001
From: merakor <cem@ckyln.com>
Date: Fri, 24 Jul 2020 14:50:35 +0000
Subject: cpt-lib: update docstring

FossilOrigin-Name: 071d62e4d00aa71d59d7c58d59bccf5ba8ba009de83a6ea774e433b0f48b097f
---
 src/cpt-lib | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

(limited to 'src')

diff --git a/src/cpt-lib b/src/cpt-lib
index c72f7f9..d3de070 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -1,17 +1,11 @@
 #!/bin/sh -ef
 # shellcheck source=/dev/null
 #
-# This is a simple package manager written in POSIX 'sh' for use
-# in KISS Linux (https://k1ss.org).
-#
-# This script runs with '-ef' meaning:
-# '-e': Abort on any non-zero exit code.
-# '-f': Disable globbing globally.
-#
-# [1] Warnings related to word splitting and globbing are disabled.
-# All word splitting in this script is *safe* and intentional.
-#
+# This is the Carbs Packaging Toolchain written for Carbs Linux.
+# It was originally forked from the kiss package manager by
 # Dylan Araps.
+#
+# Currently maintained by Cem Keylan.
 
 version() {
     log "Carbs Packaging Tools" 3.0.0
-- 
cgit v1.2.3