mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-07 03:09:05 -06:00
go/utils/copyrighthdrs: Allowlist 2022.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2019 Dolthub, Inc.
|
||||
// Copyright 2019-2022 Dolthub, Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -23,7 +23,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
var ExpectedHeader = regexp.MustCompile(`// Copyright (2019|2020|2021|2019-2020|2019-2021|2020-2021) Dolthub, Inc.
|
||||
var ExpectedHeader = regexp.MustCompile(`// Copyright (2019|2020|2021|2022|2019-2020|2019-2021|2019-2022|2020-2021|2020-2022) Dolthub, Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 \(the "License"\);
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -39,7 +39,7 @@ var ExpectedHeader = regexp.MustCompile(`// Copyright (2019|2020|2021|2019-2020|
|
||||
|
||||
`)
|
||||
|
||||
var ExpectedHeaderForFileFromNoms = regexp.MustCompile(`// Copyright (2019|2020|2021|2019-2020|2019-2021|2020-2021) Dolthub, Inc.
|
||||
var ExpectedHeaderForFileFromNoms = regexp.MustCompile(`// Copyright (2019|2020|2021|2022|2019-2020|2019-2021|2019-2022|2020-2021|2020-2022) Dolthub, Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 \(the "License"\);
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user