checklicenses_config.json 395 B

1234567891011121314
  1. {
  2. "gopkg": "github.com/coredhcp/coredhcp",
  3. "licenses": [
  4. [
  5. "^// Copyright 2018-present the CoreDHCP Authors\\. All rights reserved",
  6. "// This source code is licensed under the MIT license found in the",
  7. "// LICENSE file in the root directory of this source tree\\."
  8. ]
  9. ],
  10. "accept": [
  11. ".*\\.go"
  12. ],
  13. "reject": []
  14. }