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(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])
|
||||||
|
|
2
guix.scm
2
guix.scm
|
@ -70,5 +70,5 @@
|
||||||
(synopsis "")
|
(synopsis "")
|
||||||
(description "")
|
(description "")
|
||||||
(home-page "")
|
(home-page "")
|
||||||
(license license:gpl3+))
|
(license license:agpl3+))
|
||||||
|
|
||||||
|
|
3
hall.scm
3
hall.scm
|
@ -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
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
(define %author "Chad Nelson")
|
(define %author "Chad Nelson")
|
||||||
|
|
||||||
(define %license 'gpl3+)
|
(define %license 'agpl3+)
|
||||||
|
|
||||||
(define %copyright '(2023))
|
(define %copyright '(2023))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue