You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/04/06 14:14:04 UTC

arrow git commit: ARROW-774: [GLib] Remove needless LICENSE.txt copy

Repository: arrow
Updated Branches:
  refs/heads/master 621d52740 -> 49b3e0e2a


ARROW-774: [GLib] Remove needless LICENSE.txt copy

"make dist" result is included in source archive. LICENSE.txt is also
included the source archive.

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #497 from kou/glib-remove-needless-license-copy and squashes the following commits:

a2fd0b9 [Kouhei Sutou] [GLib] Remove needless LICENSE.txt copy


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/49b3e0e2
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/49b3e0e2
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/49b3e0e2

Branch: refs/heads/master
Commit: 49b3e0e2a08f633238875d9663ad5745fbb52db1
Parents: 621d527
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Thu Apr 6 10:13:58 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Thu Apr 6 10:13:58 2017 -0400

----------------------------------------------------------------------
 c_glib/Makefile.am | 4 +---
 c_glib/autogen.sh  | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/49b3e0e2/c_glib/Makefile.am
----------------------------------------------------------------------
diff --git a/c_glib/Makefile.am b/c_glib/Makefile.am
index 40e8395..bb52ce5 100644
--- a/c_glib/Makefile.am
+++ b/c_glib/Makefile.am
@@ -24,10 +24,8 @@ SUBDIRS =					\
 
 EXTRA_DIST =					\
 	README.md				\
-	LICENSE.txt				\
 	version
 
 arrow_glib_docdir = ${datarootdir}/doc/arrow-glib
 arrow_glib_doc_DATA =				\
-	README.md				\
-	LICENSE.txt
+	README.md

http://git-wip-us.apache.org/repos/asf/arrow/blob/49b3e0e2/c_glib/autogen.sh
----------------------------------------------------------------------
diff --git a/c_glib/autogen.sh b/c_glib/autogen.sh
index 6e2036d..08e33e6 100755
--- a/c_glib/autogen.sh
+++ b/c_glib/autogen.sh
@@ -25,8 +25,6 @@ ruby \
     ../java/pom.xml > \
     version
 
-cp ../LICENSE.txt ./
-
 mkdir -p m4
 
 gtkdocize --copy --docdir doc/reference