Skip to content

Commit 2e94a8f

Browse files
authored
chore: clean up license and notice attribution (#153)
1 parent 823b350 commit 2e94a8f

49 files changed

Lines changed: 369 additions & 254 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# Adapted from Apache Iceberg C++
19-
# https://github.com/apache/iceberg-cpp/blob/main/.devcontainer/Dockerfile.template
19+
# https://github.com/apache/iceberg-cpp/blob/v0.2.0/.devcontainer/Dockerfile.template
2020

2121
# This Dockerfile is used to build a development container for Paimon C++.
2222
# It is based on the Ubuntu image and installs necessary dependencies.

.devcontainer/devcontainer.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
// Adapted from Apache Iceberg C++
21-
// https://github.com/apache/iceberg-cpp/blob/main/.devcontainer/devcontainer.json.template
21+
// https://github.com/apache/iceberg-cpp/blob/v0.2.0/.devcontainer/devcontainer.json.template
2222

2323
{
2424
"name": "Paimon CPP Dev Container",

.github/.rat-excludes

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
build/*
22
build-debug/*
33
build-release/*
4+
_build
45
test_data/*
5-
third_party/*
6-
build_support/*
7-
scripts/*
8-
cmake_modules/*
6+
xxhash\.c
7+
xxhash\.h
8+
asan_symbolize\.py
9+
fix_includes\.py
10+
lint_exclusions\.txt
11+
iwyu_tool\.py
12+
arrow\.diff
13+
jieba\.diff
14+
orc\.diff
15+
licenses/*
916
.codespell_ignore
1017
.gitignore
1118
rat-report.txt

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
# Adapted from Apache Paimon
20-
# https://github.com/apache/paimon/blob/master/.github/ISSUE_TEMPLATE/bug-report.yml
21-
2219
name: Bug report
2320
description: Problems with the software
2421
title: "[Bug] "

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
# Adapted from Apache Paimon
20-
# https://github.com/apache/paimon/blob/master/.github/ISSUE_TEMPLATE/feature.yml
21-
2219
name: Feature
2320
description: Add new feature, improve code, and more
2421
title: "[Feature] "

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# Adapted from Apache Iceberg C++
19-
# https://github.com/apache/iceberg-cpp/blob/main/.pre-commit-config.yaml
19+
# https://github.com/apache/iceberg-cpp/blob/v0.2.0/.pre-commit-config.yaml
2020

2121
# To use this, install the python package `pre-commit` and
2222
# run once `pre-commit install`. This will setup a git pre-commit-hook

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# Adapted from Apache Arrow:
18+
# https://github.com/apache/arrow/blob/apache-arrow-17.0.0/cpp/CMakeLists.txt
19+
1720
cmake_minimum_required(VERSION 3.16)
1821
message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
1922

0 commit comments

Comments
 (0)