GitHub user jcrist opened a pull request:
https://github.com/apache/orc/pull/207
Move install location of LICENSE/NOTICE
Currently these are put in the root directory on `make install`, which is
not where they should go. Moves them to `share/doc/orc/`, as discussed in
https://github.com/apache/orc/pull/193#issuecomment-349063277.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jcrist/orc move-install-of-license-notice
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/207.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #207
----
commit 09f6cdc10b9f4f0c6f1bc908e163d1b0a0257e9c
Author: Jim Crist <jiminy.crist@...>
Date: 2018-01-04T22:23:48Z
Move install location of LICENSE/NOTICE
Currently these are put in the root directory on `make install`, which
is not where they should go. Moves them to `share/doc/orc/`.
----
---