gitee.com/mirrors_u-root/u-root@v7.0.0+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|Inc).",
    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      ]
    25  }