diff --git a/core/test/mpi/gtest/mpi_listener.cpp b/core/test/mpi/gtest/mpi_listener.cpp index 7dbe9238d63..7d8f75db7c5 100644 --- a/core/test/mpi/gtest/mpi_listener.cpp +++ b/core/test/mpi/gtest/mpi_listener.cpp @@ -6,6 +6,18 @@ * SPDX-License-Identifier: (Apache-2.0 OR MIT) * *******************************************************************************/ +// +/****************************************************************************** + * + * An example from Google Test was copied with minor modifications. The + * license of Google Test is below. + * + * SPDX-FileCopyrightText: 2005, Google Inc. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + * + *******************************************************************************/ + #include #include