-
-
Notifications
You must be signed in to change notification settings - Fork 249
/
.licensure.yml
55 lines (50 loc) · 1.21 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
change_in_place: true
excludes:
- Cargo.lock
- LICENSE
- pgrx-sql-entity-graph/assets/ansi.tmTheme
- ".envrc"
- ".gitignore"
- ".dockerignore"
- "flake\\..*"
- "logo.*"
- "rustfmt.toml"
- ".github/**/*"
- ".cargo/config.toml"
- "cargo-pgrx/src/templates/*"
- "cargo-pgrx/tests/fixtures/macos-universal-binary"
- ".*\\.control"
- ".*\\.md"
- ".*\\.nix"
- ".*\\.yml"
licenses:
- files: any
ident: MIT
authors:
- name: PgCentral Foundation, Inc.
email: [email protected]
template: |-
Portions Copyright 2019-2021 ZomboDB, LLC.
Portions Copyright 2021-2023 Technology Concepts & Design, Inc.
Portions Copyright 2023-[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:
- extensions:
- rs
- c
- h
trailing_lines: 0
commenter:
type: line
comment_char: "//LICENSE"
- extension: sql
trailing_lines: 0
commenter:
type: line
comment_char: "--LICENSE"
- extension: any
trailing_lines: 0
commenter:
type: line
comment_char: "#LICENSE"