Skip to content

Commit c4a7bd3

Browse files
committed
docs: add license header to CONTRIBUTING
1 parent 3881812 commit c4a7bd3

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
1+
Licensed to the Apache Software Foundation (ASF) under one
2+
or more contributor license agreements. See the NOTICE file
3+
distributed with this work for additional information
4+
regarding copyright ownership. The ASF licenses this file
5+
to you under the Apache License, Version 2.0 (the
6+
"License"); you may not use this file except in compliance
7+
with the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing,
12+
software distributed under the License is distributed on an
13+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
KIND, either express or implied. See the License for the
15+
specific language governing permissions and limitations
16+
under the License.
17+
118
# Contributing to iceberg-cpp
219

3-
This document describes how to set up a development environment, run tests, and use existing tooling such as Docker and pre-commit for iceberg-cpp. [][]
20+
This document describes how to set up a development environment, run tests, and use existing tooling such as Docker and pre-commit for iceberg-cpp.
421

522
## Development environment
623

7-
The project can be built and developed using the existing Docker-based environment. Please refer to the README and Doxygen documentation for more detailed API and usage information. [][][]
24+
The project can be built and developed using the existing Docker-based environment. Please refer to the README and Doxygen documentation for more detailed API and usage information.
825

926
### Local prerequisites
1027

1128
- Git
1229
- CMake and a C++17-compatible compiler
1330
- Python (for pre-commit)
14-
- Docker (recommended for a consistent dev environment) [][]
31+
- Docker (recommended for a consistent dev environment)
1532

1633
## Building and testing
1734

18-
Typical steps (refer to README for exact commands and options): [][]
35+
Typical steps (refer to README for exact commands and options):
1936

2037
```bash
2138
mkdir build

0 commit comments

Comments
 (0)