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 \
|
||||
README \
|
||||
HACKING \
|
||||
LICENSE \
|
||||
COPYING \
|
||||
doc/config.scm \
|
||||
NEWS \
|
||||
|
|
3
hall.scm
3
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue