From eb5650cd391d3417eae5dc1b39adcfec255a1eed Mon Sep 17 00:00:00 2001 From: James Cor <30810879+JCOR11599@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:03:16 -0800 Subject: [PATCH] Update go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go Co-authored-by: AndyA --- .../doltcore/table/untyped/sqlexport/batch_sqlwriter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go b/go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go index 44e7bda1a7..644e470bcf 100644 --- a/go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go +++ b/go/libraries/doltcore/table/untyped/sqlexport/batch_sqlwriter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Dolthub, Inc. +// Copyright 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.