-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.example
32 lines (28 loc) · 1.03 KB
/
config.yaml.example
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
default-headers:
- name: avax
header: |
// Copyright (C) 2019-{YEAR}, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
- name: avax-c4t
header: |
// Copyright (C) 2022-{YEAR}, Chain4Travel AG. All rights reserved.
//
// This file is a derived work, based on ava-labs code whose
// original notices appear below.
//
// It is distributed under the same license conditions as the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********************************************************
// Copyright (C) 2019-{YEAR}, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
custom-headers:
- name: c4t
header: |
// Copyright (C) 2022-{YEAR}, Chain4Travel AG. All rights reserved.
// See the file LICENSE for licensing terms.
include-paths:
- "./**/camino*.go"
exclude-paths:
- "./**/camino_visitor2.go"