github.com/xyproto/u-root@v6.0.1-0.20200302025726-5528e0c77a3c+incompatible/tools/checklicenses/config.json (about) 1 { 2 "gopkg": "github.com/u-root/u-root", 3 "licenses": [ 4 [ 5 "^// Copyright [\\d\\-, ]+ the u-root Authors\\. All rights reserved", 6 "// Use of this source code is governed by a BSD-style", 7 "// license that can be found in the LICENSE file\\." 8 ], 9 [ 10 "^// Copyright [\\d\\-, ]+ Google LLC.", 11 "//", 12 "// Licensed under the Apache License, Version 2.0.*" 13 ] 14 ], 15 "accept": [ 16 ".*\\.go" 17 ], 18 "reject": [ 19 "vendor/.*", 20 "cmds/core/elvish/.*", 21 "cmds/core/ping/.*", 22 "cmds/exp/ectool/.*", 23 "cmds/core/man/data/data.go", 24 "pkg/boot/diskboot/entrytype_string.go" 25 ] 26 }