Skip to content

Commit

Permalink
Fix LICENSE.txt, add iwyu export
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Sep 24, 2019
1 parent b3a584a commit eabb121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------------------------------------------------------------------

cpp/src/arrow/util/base64.h and base64.cc have the following license
cpp/src/arrow/vendored/base64.h and base64.cpp have the following license

ZLIB License

Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#pragma once

#include "arrow/vendored/base64.h"
#include "arrow/vendored/base64.h" // IWYU pragma: export

0 comments on commit eabb121

Please sign in to comment.