From 07fc061008a1fe0988b94ade859c358628a7ff32 Mon Sep 17 00:00:00 2001 From: Omri Mor Date: Wed, 10 Sep 2025 10:11:06 -0700 Subject: [PATCH] add missing copyright header to rocshmem_info.cpp (#245) [ROCm/rocshmem commit: 0fd966611d3049c7770505a3da559dd8dba3daf0] --- projects/rocshmem/src/tools/rocshmem_info.cpp | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/projects/rocshmem/src/tools/rocshmem_info.cpp b/projects/rocshmem/src/tools/rocshmem_info.cpp index 73040b6451..5d12e187ca 100644 --- a/projects/rocshmem/src/tools/rocshmem_info.cpp +++ b/projects/rocshmem/src/tools/rocshmem_info.cpp @@ -1,3 +1,26 @@ +/****************************************************************************** + * Copyright (c) Advanced Micro Devices, Inc. All rights reserved. + * + * SPDX-License-Identifier: MIT + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + *****************************************************************************/ #include "util.hpp"