From ed095cad35bf861f1ebfbb1b5e106a0043fe68c5 Mon Sep 17 00:00:00 2001 From: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:54:39 -0600 Subject: [PATCH] Moved latency_profiler license into subdirs and updated NOTICES. (#1918) --- NOTICES.txt | 33 +++++++++++++++++-- .../include/latency_profiler/MIT-LICENSE.txt | 0 src/misc/latency_profiler/MIT-LICENSE.txt | 21 ++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) rename MIT-LICENSE.txt => src/include/latency_profiler/MIT-LICENSE.txt (100%) create mode 100644 src/misc/latency_profiler/MIT-LICENSE.txt diff --git a/NOTICES.txt b/NOTICES.txt index 9e8c86e51f..372651b2a7 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -1,9 +1,9 @@ Notices and Licenses file _______________________________________________________________ -Dependencies on nvidia-nccl v2.22.3-1 (BSD3) +Dependencies on nvidia-nccl v2.27.3-1 (BSD3) -Copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved. +Copyright (c) 2015-2025, NVIDIA CORPORATION. All rights reserved. Modifications Copyright (c) 2019-2024 Advanced Micro Devices, Inc. All rights reserved. Modifications Copyright (c) Microsoft Corporation. Licensed under the MIT License. @@ -97,3 +97,32 @@ See: https://github.com/microsoft/mscclpp for more information and license details. + +_______________________________________________________________ + +Dependencies on Latency Profiler (MIT License) + + Copyright (c) Meta Platforms, Inc. and affiliates. + + 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. + +See: + + src/include/latency_profiler + src/misc/latency_profiler diff --git a/MIT-LICENSE.txt b/src/include/latency_profiler/MIT-LICENSE.txt similarity index 100% rename from MIT-LICENSE.txt rename to src/include/latency_profiler/MIT-LICENSE.txt diff --git a/src/misc/latency_profiler/MIT-LICENSE.txt b/src/misc/latency_profiler/MIT-LICENSE.txt new file mode 100644 index 0000000000..b93be90515 --- /dev/null +++ b/src/misc/latency_profiler/MIT-LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +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.