Skip to content

Updating license to Apache 2.0 (Arrow code) - #202

Merged
argmarco-tkd merged 1 commit into
dev_phase2from
dev_license_add
Nov 10, 2025
Merged

Updating license to Apache 2.0 (Arrow code)#202
argmarco-tkd merged 1 commit into
dev_phase2from
dev_license_add

Conversation

@argmarco-tkd

@argmarco-tkd argmarco-tkd commented Nov 10, 2025

Copy link
Copy Markdown
Collaborator

Updating license to Apache 2.0 in new external encryption related files (#112)

Methodology

  • Used the following grep expressions to find files which needed to be updated (Arrow repo)
    • grep -ri "what license" *
    • grep -fi "figure out" * | grep license
    • grep -ri "todo" * | grep -i license
    • grep -ri 112 *
  • Searched manually the parquet/encryption/external directory.

Once files were located, the Apache 2.0 license was added.

Testing

  • No functionality was changed, however we still ran existing tests via ctest -L parquet (which passed)

@github-actions

Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@argmarco-tkd argmarco-tkd changed the title Updating license to Apache 2.0 Updating license to Apache 2.0 (arrow code) Nov 10, 2025
@argmarco-tkd
argmarco-tkd marked this pull request as ready for review November 10, 2025 20:25
@argmarco-tkd
argmarco-tkd merged commit 3f06d6e into dev_phase2 Nov 10, 2025
14 of 65 checks passed
@argmarco-tkd
argmarco-tkd deleted the dev_license_add branch November 10, 2025 20:40
@argmarco-tkd argmarco-tkd changed the title Updating license to Apache 2.0 (arrow code) Updating license to Apache 2.0 (Arrow code) Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Distribution > Figure out license type for all new files, and add licensing information to files. (Arrow)

2 participants