From 8857346214288e6b9b960ccb59f8e8eca2b4a965 Mon Sep 17 00:00:00 2001 From: Patrick Jones Date: Mon, 25 Jan 2021 00:04:43 -0800 Subject: [PATCH] Forgot to update license dates. Change-Id: I92df737a7850e5283ac48c4e410297f8c778b632 --- google/internal/externalaccount/impersonate.go | 2 +- google/internal/externalaccount/impersonate_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google/internal/externalaccount/impersonate.go b/google/internal/externalaccount/impersonate.go index 323fbca..f794a3a 100644 --- a/google/internal/externalaccount/impersonate.go +++ b/google/internal/externalaccount/impersonate.go @@ -1,4 +1,4 @@ -// Copyright 2020 The Go Authors. All rights reserved. +// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/google/internal/externalaccount/impersonate_test.go b/google/internal/externalaccount/impersonate_test.go index 0c8d600..5526a42 100644 --- a/google/internal/externalaccount/impersonate_test.go +++ b/google/internal/externalaccount/impersonate_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 The Go Authors. All rights reserved. +// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.