Finish renaming.
This commit is contained in:
parent
5465171004
commit
c52f8f899e
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue