added back license file
This commit is contained in:
parent
18be82af38
commit
660e85ca35
3 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,7 @@ info_TEXINFOS = doc/msg.texi
|
||||||
EXTRA_DIST = README.org \
|
EXTRA_DIST = README.org \
|
||||||
README \
|
README \
|
||||||
HACKING \
|
HACKING \
|
||||||
|
LICENSE \
|
||||||
COPYING \
|
COPYING \
|
||||||
doc/config.scm \
|
doc/config.scm \
|
||||||
NEWS \
|
NEWS \
|
||||||
|
|
3
hall.scm
3
hall.scm
|
@ -15,7 +15,7 @@
|
||||||
((guix #f)
|
((guix #f)
|
||||||
(use-guix-specs-for-dependencies #f)
|
(use-guix-specs-for-dependencies #f)
|
||||||
(native-language-support #f)
|
(native-language-support #f)
|
||||||
(licensing #f)))
|
(licensing #t)))
|
||||||
(files (libraries
|
(files (libraries
|
||||||
((directory
|
((directory
|
||||||
"msg"
|
"msg"
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
((org-file "README")
|
((org-file "README")
|
||||||
(symlink "README" "README.org")
|
(symlink "README" "README.org")
|
||||||
(text-file "HACKING")
|
(text-file "HACKING")
|
||||||
|
(text-file "LICENSE")
|
||||||
(text-file "COPYING")
|
(text-file "COPYING")
|
||||||
(directory "doc" ((texi-file "msg") (scheme-file "config")))
|
(directory "doc" ((texi-file "msg") (scheme-file "config")))
|
||||||
(text-file "NEWS")
|
(text-file "NEWS")
|
||||||
|
|
Loading…
Add table
Reference in a new issue