diff --git a/go/libraries/doltcore/table/untyped/tabular/formatter.go b/go/libraries/doltcore/table/untyped/tabular/formatter.go index 710be89c4f..7e5b5c87f6 100644 --- a/go/libraries/doltcore/table/untyped/tabular/formatter.go +++ b/go/libraries/doltcore/table/untyped/tabular/formatter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Dolthub, Inc. +// Copyright 2019 Dolthub, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/go/libraries/doltcore/table/untyped/tabular/formatter_test.go b/go/libraries/doltcore/table/untyped/tabular/formatter_test.go index 8ded560140..177732e059 100644 --- a/go/libraries/doltcore/table/untyped/tabular/formatter_test.go +++ b/go/libraries/doltcore/table/untyped/tabular/formatter_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Dolthub, Inc. +// Copyright 2019 Dolthub, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/go/libraries/doltcore/table/untyped/tabular/stringwidth.go b/go/libraries/doltcore/table/untyped/tabular/stringwidth.go index eb7510ddf9..9bad00b45b 100644 --- a/go/libraries/doltcore/table/untyped/tabular/stringwidth.go +++ b/go/libraries/doltcore/table/untyped/tabular/stringwidth.go @@ -1,4 +1,4 @@ -// Copyright 2022 Dolthub, Inc. +// Copyright 2019 Dolthub, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.