From cbdb42e59f12014c68ddd65ca2d0c53dcb34595d Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Tue, 13 Sep 2022 17:27:18 -0700 Subject: [PATCH] Reverted changed copyright header (changed on file move) --- go/libraries/doltcore/table/untyped/tabular/formatter.go | 2 +- go/libraries/doltcore/table/untyped/tabular/formatter_test.go | 2 +- go/libraries/doltcore/table/untyped/tabular/stringwidth.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.