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(AUTHOR, "\"Chad Nelson\"")
AC_SUBST(COPYRIGHT, "'(2023)")
AC_SUBST(LICENSE, gpl3+)
AC_SUBST(LICENSE, agpl3+)
AC_CONFIG_SRCDIR(scripts)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability])

View file

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

View file

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

View file

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