From 660e85ca35abb74458369c906eb3c827d3f0259a Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Fri, 28 Feb 2025 12:32:08 -0700 Subject: [PATCH] added back license file --- LICENSES/agpl-3.0.txt => LICENSE | 0 Makefile.am | 1 + hall.scm | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) rename LICENSES/agpl-3.0.txt => LICENSE (100%) diff --git a/LICENSES/agpl-3.0.txt b/LICENSE similarity index 100% rename from LICENSES/agpl-3.0.txt rename to LICENSE diff --git a/Makefile.am b/Makefile.am index 0accd21..59624ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ info_TEXINFOS = doc/msg.texi EXTRA_DIST = README.org \ README \ HACKING \ + LICENSE \ COPYING \ doc/config.scm \ NEWS \ diff --git a/hall.scm b/hall.scm index 9cf9775..c70bed6 100644 --- a/hall.scm +++ b/hall.scm @@ -15,7 +15,7 @@ ((guix #f) (use-guix-specs-for-dependencies #f) (native-language-support #f) - (licensing #f))) + (licensing #t))) (files (libraries ((directory "msg" @@ -30,6 +30,7 @@ ((org-file "README") (symlink "README" "README.org") (text-file "HACKING") + (text-file "LICENSE") (text-file "COPYING") (directory "doc" ((texi-file "msg") (scheme-file "config"))) (text-file "NEWS")