updated license

This commit is contained in:
Chad Nelson 2025-02-27 19:21:58 -07:00
parent 175e15176f
commit e81fe6a6b9
4 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,7 @@ AC_INIT(msg, 0.1)
AC_SUBST(HVERSION, "\"0.1\"") AC_SUBST(HVERSION, "\"0.1\"")
AC_SUBST(AUTHOR, "\"Chad Nelson\"") AC_SUBST(AUTHOR, "\"Chad Nelson\"")
AC_SUBST(COPYRIGHT, "'(2023)") AC_SUBST(COPYRIGHT, "'(2023)")
AC_SUBST(LICENSE, gpl3+) AC_SUBST(LICENSE, agpl3+)
AC_CONFIG_SRCDIR(scripts) AC_CONFIG_SRCDIR(scripts)
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability]) AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability])

View file

@ -70,5 +70,5 @@
(synopsis "") (synopsis "")
(description "") (description "")
(home-page "") (home-page "")
(license license:gpl3+)) (license license:agpl3+))

View file

@ -1,7 +1,6 @@
(hall-description (hall-description
(name "msg") (name "msg")
(prefix "") (prefix "")
(postfix "")
(version "0.1") (version "0.1")
(author "Chad Nelson") (author "Chad Nelson")
(email "") (email "")
@ -9,7 +8,7 @@
(synopsis "") (synopsis "")
(description "") (description "")
(home-page "") (home-page "")
(license gpl3+) (license agpl3+)
(dependencies `()) (dependencies `())
(skip ()) (skip ())
(features (features

View file

@ -17,7 +17,7 @@
(define %author "Chad Nelson") (define %author "Chad Nelson")
(define %license 'gpl3+) (define %license 'agpl3+)
(define %copyright '(2023)) (define %copyright '(2023))