diff --git a/CMakeLists.txt b/CMakeLists.txt index 89c46f13b6..bfc1ef8332 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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 f9fc664282..9bf2cf47bd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 - 2025 ROCm Software Platform +Copyright (c) 2024 - 2026 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 49d68fc2d0..a89815039d 100644 --- a/api/amd_detail/rocjpeg_api_trace.h +++ b/api/amd_detail/rocjpeg_api_trace.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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/rocjpeg.h b/api/rocjpeg/rocjpeg.h index cf491c8b1d..7939e07434 100644 --- a/api/rocjpeg/rocjpeg.h +++ b/api/rocjpeg/rocjpeg.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +/* Copyright (c) 2024 - 2026 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.in b/api/rocjpeg_version.h.in index ea07eb9ff8..b146ae52bd 100644 --- a/api/rocjpeg_version.h.in +++ b/api/rocjpeg_version.h.in @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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/FindLibdrm_amdgpu.cmake b/cmake/FindLibdrm_amdgpu.cmake index d5a52f7f04..b943604bcc 100644 --- a/cmake/FindLibdrm_amdgpu.cmake +++ b/cmake/FindLibdrm_amdgpu.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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/cmake/FindLibva.cmake b/cmake/FindLibva.cmake index f85fd48359..88cea8a28b 100644 --- a/cmake/FindLibva.cmake +++ b/cmake/FindLibva.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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 eeae75e34d..a913fac245 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 - 2025 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2024 - 2026 Advanced Micro Devices, Inc. All rights reserved." version = version_number release = version_number diff --git a/rocJPEG-setup.py b/rocJPEG-setup.py index 4fe00ece06..8428abd217 100644 --- a/rocJPEG-setup.py +++ b/rocJPEG-setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2024 - 2026 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 - 2025, AMD ROCm rocJPEG" +__copyright__ = "Copyright (c) 2024 - 2026, AMD ROCm rocJPEG" __version__ = "2.4.0" __email__ = "mivisionx.support@amd.com" __status__ = "Shipping" diff --git a/samples/jpegDecode/CMakeLists.txt b/samples/jpegDecode/CMakeLists.txt index 2161d3d59b..de427e45f8 100644 --- a/samples/jpegDecode/CMakeLists.txt +++ b/samples/jpegDecode/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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 b1d9567366..398f36e79c 100644 --- a/samples/jpegDecode/jpegdecode.cpp +++ b/samples/jpegDecode/jpegdecode.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 fbcb2e3604..f9d636ad59 100644 --- a/samples/jpegDecodeBatched/CMakeLists.txt +++ b/samples/jpegDecodeBatched/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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 5121b3200f..631d1815be 100644 --- a/samples/jpegDecodeBatched/jpegdecodebatched.cpp +++ b/samples/jpegDecodeBatched/jpegdecodebatched.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 4abaf56988..d87d3317cf 100644 --- a/samples/jpegDecodePerf/CMakeLists.txt +++ b/samples/jpegDecodePerf/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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 5f71fe3811..3a956a01cc 100644 --- a/samples/jpegDecodePerf/jpegdecodeperf.cpp +++ b/samples/jpegDecodePerf/jpegdecodeperf.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 6fe4d0afa1..22a184642d 100644 --- a/samples/rocjpeg_samples_utils.h +++ b/samples/rocjpeg_samples_utils.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 25890871d4..b0a433b922 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) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 0393ca28c8..2cc19ef1a5 100644 --- a/src/amd_detail/rocjpeg_api_trace.cpp +++ b/src/amd_detail/rocjpeg_api_trace.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 ad16919192..3b28e65d3b 100644 --- a/src/rocjpeg_api.cpp +++ b/src/rocjpeg_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 20c41dd076..5d2cdd678b 100644 --- a/src/rocjpeg_api_decoder_handle.h +++ b/src/rocjpeg_api_decoder_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 77732b68af..60a30d6ce3 100644 --- a/src/rocjpeg_api_stream_handle.h +++ b/src/rocjpeg_api_stream_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 c25025c680..978f07fe5a 100644 --- a/src/rocjpeg_commons.h +++ b/src/rocjpeg_commons.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 002deee736..352d01a8b8 100644 --- a/src/rocjpeg_decoder.cpp +++ b/src/rocjpeg_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 a1a1f2a827..675e790c8b 100644 --- a/src/rocjpeg_decoder.h +++ b/src/rocjpeg_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 67fd1a0113..81a86c53c0 100644 --- a/src/rocjpeg_hip_kernels.cpp +++ b/src/rocjpeg_hip_kernels.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 8e7b625365..5df1fac047 100644 --- a/src/rocjpeg_hip_kernels.h +++ b/src/rocjpeg_hip_kernels.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 e79a589a24..81a5e2d275 100644 --- a/src/rocjpeg_parser.cpp +++ b/src/rocjpeg_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 1413f73b8c..a35b3d355a 100644 --- a/src/rocjpeg_parser.h +++ b/src/rocjpeg_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 07db79da73..005d6d7a17 100644 --- a/src/rocjpeg_vaapi_decoder.cpp +++ b/src/rocjpeg_vaapi_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 019311bbdb..643c6f7271 100644 --- a/src/rocjpeg_vaapi_decoder.h +++ b/src/rocjpeg_vaapi_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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 a37d9021a3..c52144a6e3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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/test/rocjpeg_negative_api_tests/CMakeLists.txt b/test/rocjpeg_negative_api_tests/CMakeLists.txt index 819ecc9850..d183df9120 100644 --- a/test/rocjpeg_negative_api_tests/CMakeLists.txt +++ b/test/rocjpeg_negative_api_tests/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2026 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/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.cpp b/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.cpp index 6884e7b53d..84e869d13e 100644 --- a/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.cpp +++ b/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.h b/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.h index 09face55f4..13461189e7 100644 --- a/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.h +++ b/test/rocjpeg_negative_api_tests/rocjpeg_api_negative_tests.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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/rocjpeg_negative_api_tests/rocjpegnegativetest.cpp b/test/rocjpeg_negative_api_tests/rocjpegnegativetest.cpp index 16a1b7ac25..8ed3ebb57a 100644 --- a/test/rocjpeg_negative_api_tests/rocjpegnegativetest.cpp +++ b/test/rocjpeg_negative_api_tests/rocjpegnegativetest.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2026 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