From de14139d09590bbfb404f126cbcc2d254093b704 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Thu, 2 Jan 2025 17:25:30 -0500 Subject: [PATCH] Update copyright year to 2025 (#103) --- CMakeLists.txt | 2 +- LICENSE | 2 +- api/amd_detail/rocjpeg_api_trace.h | 2 +- api/rocjpeg.h | 2 +- api/rocjpeg_version.h | 2 +- cmake/FindLibva.cmake | 2 +- docs/conf.py | 2 +- rocJPEG-setup.py | 4 ++-- samples/CMakeLists.txt | 2 +- samples/jpegDecode/CMakeLists.txt | 2 +- samples/jpegDecode/jpegdecode.cpp | 2 +- samples/jpegDecodeBatched/CMakeLists.txt | 2 +- samples/jpegDecodeBatched/jpegdecodebatched.cpp | 2 +- samples/jpegDecodePerf/CMakeLists.txt | 2 +- samples/jpegDecodePerf/jpegdecodeperf.cpp | 2 +- samples/rocjpeg_samples_utils.h | 2 +- src/amd_detail/rocjpeg_api_dispatch_interface.cpp | 2 +- src/amd_detail/rocjpeg_api_trace.cpp | 2 +- src/rocjpeg_api.cpp | 2 +- src/rocjpeg_api_decoder_handle.h | 2 +- src/rocjpeg_api_stream_handle.h | 2 +- src/rocjpeg_commons.h | 2 +- src/rocjpeg_decoder.cpp | 2 +- src/rocjpeg_decoder.h | 2 +- src/rocjpeg_hip_kernels.cpp | 2 +- src/rocjpeg_hip_kernels.h | 2 +- src/rocjpeg_parser.cpp | 2 +- src/rocjpeg_parser.h | 2 +- src/rocjpeg_vaapi_decoder.cpp | 2 +- src/rocjpeg_vaapi_decoder.h | 2 +- test/CMakeLists.txt | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d326d46ba4..13cd795fd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE index 0826de90bd..f9fc664282 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 ROCm Software Platform +Copyright (c) 2024 - 2025 ROCm Software Platform Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/api/amd_detail/rocjpeg_api_trace.h b/api/amd_detail/rocjpeg_api_trace.h index 80545c86f0..567c9954a2 100644 --- a/api/amd_detail/rocjpeg_api_trace.h +++ b/api/amd_detail/rocjpeg_api_trace.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/api/rocjpeg.h b/api/rocjpeg.h index 6ff8920e12..bf819fa7f3 100644 --- a/api/rocjpeg.h +++ b/api/rocjpeg.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +/* Copyright (c) 2024 - 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 diff --git a/api/rocjpeg_version.h b/api/rocjpeg_version.h index 8096cb1906..ac488f9539 100644 --- a/api/rocjpeg_version.h +++ b/api/rocjpeg_version.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/cmake/FindLibva.cmake b/cmake/FindLibva.cmake index 82070978df..96f81e9ab7 100644 --- a/cmake/FindLibva.cmake +++ b/cmake/FindLibva.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index cb3eb2c2d0..eeae75e34d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ left_nav_title = f"rocJPEG {version_number} Documentation" # for PDF output on Read the Docs project = "rocJPEG Documentation" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved." version = version_number release = version_number diff --git a/rocJPEG-setup.py b/rocJPEG-setup.py index 4f911ffe70..15358384b8 100644 --- a/rocJPEG-setup.py +++ b/rocJPEG-setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2024 - 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 @@ -28,7 +28,7 @@ if sys.version_info[0] < 3: else: import subprocess -__copyright__ = "Copyright (c) 2024, AMD ROCm rocJPEG" +__copyright__ = "Copyright (c) 2024 - 2025, AMD ROCm rocJPEG" __version__ = "2.3.0" __email__ = "mivisionx.support@amd.com" __status__ = "Shipping" diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index d9c3a09b92..fe8a7fb92d 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/samples/jpegDecode/CMakeLists.txt b/samples/jpegDecode/CMakeLists.txt index 1cfae98914..54ac1e714f 100644 --- a/samples/jpegDecode/CMakeLists.txt +++ b/samples/jpegDecode/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/samples/jpegDecode/jpegdecode.cpp b/samples/jpegDecode/jpegdecode.cpp index 20ed76ee09..9b60ec238b 100644 --- a/samples/jpegDecode/jpegdecode.cpp +++ b/samples/jpegDecode/jpegdecode.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/samples/jpegDecodeBatched/CMakeLists.txt b/samples/jpegDecodeBatched/CMakeLists.txt index cbb1bb4f58..fbe6d6f00c 100644 --- a/samples/jpegDecodeBatched/CMakeLists.txt +++ b/samples/jpegDecodeBatched/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/samples/jpegDecodeBatched/jpegdecodebatched.cpp b/samples/jpegDecodeBatched/jpegdecodebatched.cpp index 2d75662595..0b09bdfcd2 100644 --- a/samples/jpegDecodeBatched/jpegdecodebatched.cpp +++ b/samples/jpegDecodeBatched/jpegdecodebatched.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/samples/jpegDecodePerf/CMakeLists.txt b/samples/jpegDecodePerf/CMakeLists.txt index 04e2d860fd..a1c758dea5 100644 --- a/samples/jpegDecodePerf/CMakeLists.txt +++ b/samples/jpegDecodePerf/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/samples/jpegDecodePerf/jpegdecodeperf.cpp b/samples/jpegDecodePerf/jpegdecodeperf.cpp index b5fa60a515..c06fa37330 100644 --- a/samples/jpegDecodePerf/jpegdecodeperf.cpp +++ b/samples/jpegDecodePerf/jpegdecodeperf.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/samples/rocjpeg_samples_utils.h b/samples/rocjpeg_samples_utils.h index 1cddf76976..c0737b20e3 100644 --- a/samples/rocjpeg_samples_utils.h +++ b/samples/rocjpeg_samples_utils.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/amd_detail/rocjpeg_api_dispatch_interface.cpp b/src/amd_detail/rocjpeg_api_dispatch_interface.cpp index e02abae8ed..25890871d4 100644 --- a/src/amd_detail/rocjpeg_api_dispatch_interface.cpp +++ b/src/amd_detail/rocjpeg_api_dispatch_interface.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/amd_detail/rocjpeg_api_trace.cpp b/src/amd_detail/rocjpeg_api_trace.cpp index a234775bc0..008228bee6 100644 --- a/src/amd_detail/rocjpeg_api_trace.cpp +++ b/src/amd_detail/rocjpeg_api_trace.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_api.cpp b/src/rocjpeg_api.cpp index 38028e42f0..ad16919192 100644 --- a/src/rocjpeg_api.cpp +++ b/src/rocjpeg_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_api_decoder_handle.h b/src/rocjpeg_api_decoder_handle.h index cab9b0134c..20c41dd076 100644 --- a/src/rocjpeg_api_decoder_handle.h +++ b/src/rocjpeg_api_decoder_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_api_stream_handle.h b/src/rocjpeg_api_stream_handle.h index 5ccde83186..77732b68af 100644 --- a/src/rocjpeg_api_stream_handle.h +++ b/src/rocjpeg_api_stream_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_commons.h b/src/rocjpeg_commons.h index bcc0563fce..28a8403971 100644 --- a/src/rocjpeg_commons.h +++ b/src/rocjpeg_commons.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_decoder.cpp b/src/rocjpeg_decoder.cpp index b12be78eed..f764261402 100644 --- a/src/rocjpeg_decoder.cpp +++ b/src/rocjpeg_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_decoder.h b/src/rocjpeg_decoder.h index 443fae6729..92748ca58f 100644 --- a/src/rocjpeg_decoder.h +++ b/src/rocjpeg_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_hip_kernels.cpp b/src/rocjpeg_hip_kernels.cpp index 3cb89a3600..2f128f1101 100644 --- a/src/rocjpeg_hip_kernels.cpp +++ b/src/rocjpeg_hip_kernels.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_hip_kernels.h b/src/rocjpeg_hip_kernels.h index d3864e9e63..8e7b625365 100644 --- a/src/rocjpeg_hip_kernels.h +++ b/src/rocjpeg_hip_kernels.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_parser.cpp b/src/rocjpeg_parser.cpp index 8239d6d10c..08b7b29282 100644 --- a/src/rocjpeg_parser.cpp +++ b/src/rocjpeg_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_parser.h b/src/rocjpeg_parser.h index 0a827519c6..1413f73b8c 100644 --- a/src/rocjpeg_parser.h +++ b/src/rocjpeg_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_vaapi_decoder.cpp b/src/rocjpeg_vaapi_decoder.cpp index 76dbe39c6f..20d19513f6 100644 --- a/src/rocjpeg_vaapi_decoder.cpp +++ b/src/rocjpeg_vaapi_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/src/rocjpeg_vaapi_decoder.h b/src/rocjpeg_vaapi_decoder.h index 1792caa8ba..0ef065997e 100644 --- a/src/rocjpeg_vaapi_decoder.h +++ b/src/rocjpeg_vaapi_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 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 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2a07a10573..908cc9e535 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal