Fix copyright messages in experimental/builder. (#3253)

Our copyright were were mostly correct, but we inconsistently used (C) instead of (c) like the rest of the CK code. This PR fixes that (using lowercase c) and adds a missing copyright header to one file.
This commit is contained in:
John Shumway
2025-11-20 17:40:55 -08:00
committed by GitHub
parent c8563f2101
commit f38c3de9f9
63 changed files with 65 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#include <gtest/gtest.h>