From 191778f071e19e8757a951935dbc3405aed4e980 Mon Sep 17 00:00:00 2001 From: "Trowbridge, Ian" Date: Tue, 17 Jun 2025 10:34:21 -0500 Subject: [PATCH] Add copyright disclaimer for new files (#16) [ROCm/rocprofiler-register commit: 19fe192e8fe64ec509962afe8f6e452680dcf739] --- .../tests/rocdecode/rocdecode.cpp | 22 +++++++++++++++++++ .../tests/rocdecode/rocdecode.hpp | 22 +++++++++++++++++++ .../tests/rocjpeg/rocjpeg.cpp | 22 +++++++++++++++++++ .../tests/rocjpeg/rocjpeg.hpp | 22 +++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/projects/rocprofiler-register/tests/rocdecode/rocdecode.cpp b/projects/rocprofiler-register/tests/rocdecode/rocdecode.cpp index 3a99fe04ff..ac28875d2b 100644 --- a/projects/rocprofiler-register/tests/rocdecode/rocdecode.cpp +++ b/projects/rocprofiler-register/tests/rocdecode/rocdecode.cpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. All rights reserved. +// +// 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 "rocdecode.hpp" #include diff --git a/projects/rocprofiler-register/tests/rocdecode/rocdecode.hpp b/projects/rocprofiler-register/tests/rocdecode/rocdecode.hpp index e1706e939d..37f499eb92 100644 --- a/projects/rocprofiler-register/tests/rocdecode/rocdecode.hpp +++ b/projects/rocprofiler-register/tests/rocdecode/rocdecode.hpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. All rights reserved. +// +// 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. + #pragma once #define ROCDECODE_RUNTIME_API_TABLE_MAJOR_VERSION 0 diff --git a/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.cpp b/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.cpp index e77944439a..a04a3052fd 100644 --- a/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.cpp +++ b/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.cpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. All rights reserved. +// +// 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 "rocjpeg.hpp" #include diff --git a/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.hpp b/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.hpp index dbd053b2ef..2dc6911bcc 100644 --- a/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.hpp +++ b/projects/rocprofiler-register/tests/rocjpeg/rocjpeg.hpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. All rights reserved. +// +// 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. + #pragma once #define ROCDECODE_RUNTIME_API_TABLE_MAJOR_VERSION 0