Skip to content

Commit 82d36be

Browse files
committed
Fix LICENSE.txt location
1 parent 516500b commit 82d36be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c_glib/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ SUBDIRS = \
2828

2929
EXTRA_DIST = \
3030
Gemfile \
31-
LICENSE.txt \
3231
README.md \
3332
autogen.sh \
3433
meson.build \
@@ -37,5 +36,5 @@ EXTRA_DIST = \
3736

3837
arrow_glib_docdir = ${datarootdir}/doc/arrow-glib
3938
arrow_glib_doc_DATA = \
40-
LICENSE.txt \
39+
../LICENSE.txt \
4140
README.md

0 commit comments

Comments
 (0)