Fix licenserc file
parent
10f55373ea
commit
7efb33e054
|
@ -1,19 +1,19 @@
|
||||||
header:
|
header:
|
||||||
- paths:
|
paths:
|
||||||
- "**/*.c"
|
- "**/*.c"
|
||||||
- "**/*.h"
|
- "**/*.h"
|
||||||
license:
|
license:
|
||||||
pattern: |
|
pattern: |
|
||||||
.*\.(c|h)
|
.*\.(c|h)
|
||||||
.*
|
.*
|
||||||
|
|
||||||
Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
|
||||||
Portions Copyright (c) 1994, The Regents of the University of California
|
Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
|
|
||||||
IDENTIFICATION
|
IDENTIFICATION
|
||||||
contrib/pg_stat_monitor/.*\.(c|h)
|
contrib/pg_stat_monitor/.*\.(c|h)
|
||||||
|
|
||||||
comment: on-failure
|
comment: on-failure
|
||||||
|
|
Loading…
Reference in New Issue