updated license
This commit is contained in:
parent
175e15176f
commit
e81fe6a6b9
4 changed files with 4 additions and 5 deletions
|
@ -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])
|
||||
|
|
2
guix.scm
2
guix.scm
|
@ -70,5 +70,5 @@
|
|||
(synopsis "")
|
||||
(description "")
|
||||
(home-page "")
|
||||
(license license:gpl3+))
|
||||
(license license:agpl3+))
|
||||
|
||||
|
|
3
hall.scm
3
hall.scm
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
(define %author "Chad Nelson")
|
||||
|
||||
(define %license 'gpl3+)
|
||||
(define %license 'agpl3+)
|
||||
|
||||
(define %copyright '(2023))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue