-
Notifications
You must be signed in to change notification settings - Fork 8
/
.licensure.yml
56 lines (54 loc) · 1.04 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
licenses:
- files: any
ident: GPL-3.0
authors:
- name: Ryan Daum
email: [email protected]
auto_template: true
comments:
- columns: 80
extension: rs
commenter:
type: line
comment_char: "//"
trailing_lines: 1
- columns: 80
extension: h
commenter:
type: line
comment_char: "//"
trailing_lines: 1
- columns: 80
extension: pest
commenter:
type: line
comment_char: "//"
trailing_lines: 1
- columns: 80
extension: js
commenter:
type: line
comment_char: "//"
trailing_lines: 1
- columns: 80
extension: fbs
commenter:
type: line
comment_char: "//"
trailing_lines: 1
excludes:
- \.gitignore
- \.gitmodules
- \.vscodeignore
- .*lock
- \.git/.*
- \.idea/.*
- \.cargo/.*
- crates/web-host/src/client/flexbuffers/*
- crates/db-wiredtiger/third-party/*
- target/.*
- README.*
- LICENSE.*
- Dockerfile
- core
- .*\.(md|rst|txt|yml|png|jpg|gif|db|pem|lock|json|toml|in|out|html|moot)