File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
engine/schema/src/main/resources/META-INF/db Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments