Finish renaming.

This commit is contained in:
Dominik Pantůček 2023-03-20 22:37:23 +01:00
parent 5465171004
commit c52f8f899e
2 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ Build requirements:
Building static binary: Building static binary:
make brmsaptool-static make bbstool-static
It is possible to run the main tool as script with Chicken Scheme It is possible to run the main tool as script with Chicken Scheme
interpreter and POSIX-compatible shell for the purpose of development. interpreter and POSIX-compatible shell for the purpose of development.

View file

@ -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. ;; The license of this file and of the whole suite.
@ -40,7 +40,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
configuration) configuration)
;; Print banner ;; Print banner
(print "brmsaptool 0.4 (c) 2023 Brmlab, z.s.") (print "bbstool 0.4 (c) 2023 Brmlab, z.s.")
(newline) (newline)
;; Command-line options and configurable parameters ;; Command-line options and configurable parameters