Packages

Pure-Elixir implementation of the Apache Arrow columnar format.

Current section

Files

Jump to
arrow REUSE.toml
Raw

REUSE.toml

# SPDX-FileCopyrightText: None
#
# SPDX-License-Identifier: CC0-1.0
version = 1
# Files that cannot carry headers (JSON, lockfile, binaries) or whose
# annotation lives here to survive regeneration.
[[annotations]]
path = [
"NOTICE",
"mix.lock",
".cspell.json",
"test/golden/*.arrow",
"test/golden/*.stream",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
# Vendored verbatim from apache/arrow (format/*.fbs). Do not edit; see
# NOTICE for the attribution carried with them.
[[annotations]]
path = ["priv/fbs/*.fbs"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2026 The Apache Software Foundation"
SPDX-License-Identifier = "Apache-2.0"
# Generated by lawik/flatbuf from the vendored apache/arrow schemas.
# Annotated here rather than in-file so regeneration cannot drop the
# licensing information.
[[annotations]]
path = ["lib/arrow/ipc/flatbuf/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2026 Lars Wikman",
"2016-2026 The Apache Software Foundation",
]
SPDX-License-Identifier = "Apache-2.0"
# A header would be carried into the patched file's context lines.
[[annotations]]
path = ["integration/archery-elixir.patch"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Lars Wikman"
SPDX-License-Identifier = "Apache-2.0"