[CK_BUILDER] Update copyright messages. (#3150)

* Update copyright messages.

Copyright messages should no longer include a year. This PR updates all 38 source files to the new format.

* Switch to (C) from unicode copyright symbol.

The unicodein comments  was causing compilation errors.
This commit is contained in:
John Shumway
2025-11-04 06:35:16 -08:00
committed by GitHub
parent 6dbee64886
commit 0be0288f58
49 changed files with 71 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
#include "testing_utils.hpp"
#include <gtest/gtest.h>