Skip to content

Commit aab0675

Browse files
committed
Merge fixup
2 parents 6ce7b4e + 86ae1fe commit aab0675

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ repos:
7272
- --license-filepath
7373
- .github/workflows/license-templates/LICENSE.txt
7474
- --fuzzy-match-generates-todo
75+
- id: insert-license
76+
name: add license for all SQL files
77+
files: \.sql$
78+
args:
79+
- --comment-style
80+
- '|--|'
81+
- --license-filepath
82+
- .github/workflows/license-templates/LICENSE.txt
83+
- --fuzzy-match-generates-todo
7584
- repo: https://github.com/pre-commit/pre-commit-hooks
7685
rev: v6.0.0
7786
hooks:

engine/schema/src/main/resources/META-INF/db/schema-307to410.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- distributed with this work for additional information
44
-- regarding copyright ownership. The ASF licenses this file
55
-- to you under the Apache License, Version 2.0 (the
6-
-- "License"); you may not use this file except in compliances
6+
-- "License"); you may not use this file except in compliance
77
-- with the License. You may obtain a copy of the License at
88
--
99
-- http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)