From c52f8f899eeed2307042e9a979aae6522dfa5038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Mon, 20 Mar 2023 22:37:23 +0100 Subject: [PATCH] Finish renaming. --- README.md | 2 +- bbstool.scm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c14e51..0ac1ca3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Build requirements: Building static binary: - make brmsaptool-static + make bbstool-static It is possible to run the main tool as script with Chicken Scheme interpreter and POSIX-compatible shell for the purpose of development. diff --git a/bbstool.scm b/bbstool.scm index 7ac2c51..d5fbcd7 100644 --- a/bbstool.scm +++ b/bbstool.scm @@ -1,7 +1,7 @@ ;; -;; brmsaptool.scm +;; bbstool.scm ;; -;; Brmlab members management tool. +;; Brmburo system - members management tool. ;; ;; The license of this file and of the whole suite. @@ -40,7 +40,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. configuration) ;; Print banner -(print "brmsaptool 0.4 (c) 2023 Brmlab, z.s.") +(print "bbstool 0.4 (c) 2023 Brmlab, z.s.") (newline) ;; Command-line options and configurable parameters