diff --git a/configure.ac b/configure.ac index ffbf15c..57da221 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/guix.scm b/guix.scm index ab374d8..2079964 100644 --- a/guix.scm +++ b/guix.scm @@ -70,5 +70,5 @@ (synopsis "") (description "") (home-page "") - (license license:gpl3+)) + (license license:agpl3+)) diff --git a/hall.scm b/hall.scm index ff096f1..9cf9775 100644 --- a/hall.scm +++ b/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 diff --git a/msg/hconfig.scm b/msg/hconfig.scm index d8234fe..8722b05 100644 --- a/msg/hconfig.scm +++ b/msg/hconfig.scm @@ -17,7 +17,7 @@ (define %author "Chad Nelson") -(define %license 'gpl3+) +(define %license 'agpl3+) (define %copyright '(2023))