Skip to content

Commit 6db3bfb

Browse files
authored
chore: fix license header - ansi docs (#3662)
* fix_license_header * fix_license_header * fix_license_header
1 parent 477013e commit 6db3bfb

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

dev/release/rat_exclude_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ docs/source/_static/images/comet-dataflow.excalidraw
1717
docs/source/contributor-guide/benchmark-results/**/*.json
1818
docs/logos/*.png
1919
docs/logos/*.svg
20+
docs/source/contributor-guide/*.svg
2021
rust-toolchain
2122
spark/src/test/resources/tpcds-extended/q*.sql
2223
spark/src/test/resources/tpcds-query-results/*.out

docs/source/contributor-guide/sql_error_propagation.md

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

322
## Overview

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ under the License.
10971097
<exclude>docs/logos/*.png</exclude>
10981098
<exclude>docs/logos/*.svg</exclude>
10991099
<exclude>docs/source/_static/images/**</exclude>
1100+
<exclude>docs/source/contributor-guide/*.svg</exclude>
11001101
<exclude>dev/release/rat_exclude_files.txt</exclude>
11011102
<exclude>dev/release/requirements.txt</exclude>
11021103
<exclude>native/proto/src/generated/**</exclude>

0 commit comments

Comments
 (0)