Skip to content

Commit 9f46cf1

Browse files
committed
Update dist rules for license changes
1 parent 28cce24 commit 9f46cf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mk/dist.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ endif
1515
PKG_GITMODULES := $(S)src/libuv $(S)src/llvm
1616

1717
PKG_FILES := \
18-
$(S)LICENSE.txt $(S)README.md \
18+
$(S)LICENSE-APACHE \
19+
$(S)LICENSE-MIT \
20+
$(S)README.md \
1921
$(S)configure $(S)Makefile.in \
2022
$(S)man \
2123
$(S)doc \

0 commit comments

Comments
 (0)