From e721faca4c11bb40431a1a02b2aae52479a67f53 Mon Sep 17 00:00:00 2001 From: jfcarroll Date: Thu, 2 Sep 2021 09:22:31 -0700 Subject: [PATCH] Missed the copyright date on these PiperOrigin-RevId: 394477350 --- cpp/platform/impl/windows/condition_variable.cc | 2 +- cpp/platform/impl/windows/condition_variable.h | 2 +- cpp/platform/impl/windows/condition_variable_test.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/platform/impl/windows/condition_variable.cc b/cpp/platform/impl/windows/condition_variable.cc index 12df2a4d..b3a0dcd1 100644 --- a/cpp/platform/impl/windows/condition_variable.cc +++ b/cpp/platform/impl/windows/condition_variable.cc @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // 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/cpp/platform/impl/windows/condition_variable.h b/cpp/platform/impl/windows/condition_variable.h index 92a7f4a3..97f9025d 100644 --- a/cpp/platform/impl/windows/condition_variable.h +++ b/cpp/platform/impl/windows/condition_variable.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // 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/cpp/platform/impl/windows/condition_variable_test.cc b/cpp/platform/impl/windows/condition_variable_test.cc index e0a2a4c9..18ffff2a 100644 --- a/cpp/platform/impl/windows/condition_variable_test.cc +++ b/cpp/platform/impl/windows/condition_variable_test.cc @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.