forked from pgcentralfoundation/pgrx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licensure.yml
57 lines (51 loc) · 1.13 KB
/
.licensure.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
change_in_place: true
excludes:
- Cargo.toml
- Cargo.lock
- LICENSE
- pgx-utils/assets/ansi.tmTheme
- ".envrc"
- ".gitignore"
- "flake\\..*"
- "logo.*"
- ".github/**/*"
- ".cargo/config"
- "cargo-pgx/src/templates/*"
- ".*\\.control"
- ".*\\.md"
- ".*\\.nix"
- ".*\\.yml"
licenses:
- files: any
ident: MIT
authors:
- name: Technology Concepts & Design, Inc.
email: support@tcdi.com
template: |
Portions Copyright 2019-2021 ZomboDB, LLC.
Portions Copyright 2021-[year] [name of author]
All rights reserved.
Use of this source code is governed by the [ident] license that can be found in the LICENSE file.
comments:
- columns: 120
extensions:
- rs
- c
- h
- sql
commenter:
type: block
start_block_char: "/*\n"
end_block_char: "\n*/\n"
- columns: 120
extension: html
commenter:
type: block
start_block_char: "<!--\n"
end_block_char: "-->"
- columns: 80
extension: any
commenter:
type: line
comment_char: "#"
trailing_lines: 0