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")