diff --git a/projects/rocdecode/CMakeLists.txt b/projects/rocdecode/CMakeLists.txt index cdb5b86e06..205b07a2b9 100644 --- a/projects/rocdecode/CMakeLists.txt +++ b/projects/rocdecode/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/LICENSE b/projects/rocdecode/LICENSE index 679198d529..a97e6755b0 100644 --- a/projects/rocdecode/LICENSE +++ b/projects/rocdecode/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved +Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved NOTICE REGARDING STANDARDS diff --git a/projects/rocdecode/api/rocdecode.h b/projects/rocdecode/api/rocdecode.h index 50cee1e47a..98ca69494e 100644 --- a/projects/rocdecode/api/rocdecode.h +++ b/projects/rocdecode/api/rocdecode.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/api/rocparser.h b/projects/rocdecode/api/rocparser.h index 1228c10f44..3847fa4cc9 100644 --- a/projects/rocdecode/api/rocparser.h +++ b/projects/rocdecode/api/rocparser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/cmake/FindFFmpeg.cmake b/projects/rocdecode/cmake/FindFFmpeg.cmake index 16eb9365ef..9ee14099d6 100644 --- a/projects/rocdecode/cmake/FindFFmpeg.cmake +++ b/projects/rocdecode/cmake/FindFFmpeg.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/cmake/FindLibdrm.cmake b/projects/rocdecode/cmake/FindLibdrm.cmake index 4234b82cde..d5e68e4096 100644 --- a/projects/rocdecode/cmake/FindLibdrm.cmake +++ b/projects/rocdecode/cmake/FindLibdrm.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/cmake/FindLibva.cmake b/projects/rocdecode/cmake/FindLibva.cmake index 852db5aec7..47249fd363 100644 --- a/projects/rocdecode/cmake/FindLibva.cmake +++ b/projects/rocdecode/cmake/FindLibva.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/docs/conf.py b/projects/rocdecode/docs/conf.py index bb1515459f..7fe7a309ba 100644 --- a/projects/rocdecode/docs/conf.py +++ b/projects/rocdecode/docs/conf.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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 @@ -40,7 +40,7 @@ left_nav_title = f"rocDecode {version_number} Documentation" # for PDF output on Read the Docs project = "rocDecode Documentation" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved." version = version_number release = version_number diff --git a/projects/rocdecode/rocDecode-setup.py b/projects/rocdecode/rocDecode-setup.py index 2a98234876..0f17351ba0 100644 --- a/projects/rocdecode/rocDecode-setup.py +++ b/projects/rocdecode/rocDecode-setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2024 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 @@ -27,7 +27,7 @@ if sys.version_info[0] < 3: else: import subprocess -__copyright__ = "Copyright 2023, AMD ROCm rocDecode" +__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode" __version__ = "1.4" __email__ = "mivisionx.support@amd.com" __status__ = "Shipping" diff --git a/projects/rocdecode/samples/CMakeLists.txt b/projects/rocdecode/samples/CMakeLists.txt index f899ebd3c5..092f6cd152 100644 --- a/projects/rocdecode/samples/CMakeLists.txt +++ b/projects/rocdecode/samples/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/common.h b/projects/rocdecode/samples/common.h index da22badfb1..f3e3bcf3dc 100644 --- a/projects/rocdecode/samples/common.h +++ b/projects/rocdecode/samples/common.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/testScripts/run_rocDecodeSamples.py b/projects/rocdecode/samples/testScripts/run_rocDecodeSamples.py index af38a69f5e..afbcba7f18 100644 --- a/projects/rocdecode/samples/testScripts/run_rocDecodeSamples.py +++ b/projects/rocdecode/samples/testScripts/run_rocDecodeSamples.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2024 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 @@ -230,7 +230,7 @@ with open(reportFilename, 'w') as f: f.write("\n") f.write( - "\n\n---\n**Copyright AMD ROCm rocDecode app 2023 -- run_rocDecode_tests.py V-"+__version__+"**\n") + "\n\n---\n**Copyright (c) 2023 - 2024 AMD ROCm rocDecode app -- run_rocDecode_tests.py V-"+__version__+"**\n") f.write("\n") # report file reportFileDir = os.path.abspath(reportFilename) diff --git a/projects/rocdecode/samples/testScripts/run_rocDecode_Conformance.py b/projects/rocdecode/samples/testScripts/run_rocDecode_Conformance.py index 949be8282e..e3a0a4dc4a 100644 --- a/projects/rocdecode/samples/testScripts/run_rocDecode_Conformance.py +++ b/projects/rocdecode/samples/testScripts/run_rocDecode_Conformance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecode/CMakeLists.txt b/projects/rocdecode/samples/videoDecode/CMakeLists.txt index 03581c87c3..2cf75d3d0f 100644 --- a/projects/rocdecode/samples/videoDecode/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecode/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecode/videodecode.cpp b/projects/rocdecode/samples/videoDecode/videodecode.cpp index e5fe2d0f44..01a605dc76 100644 --- a/projects/rocdecode/samples/videoDecode/videodecode.cpp +++ b/projects/rocdecode/samples/videoDecode/videodecode.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeFork/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeFork/CMakeLists.txt index cd1ca2a6ff..1d7447c365 100644 --- a/projects/rocdecode/samples/videoDecodeFork/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeFork/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeFork/videodecodefork.cpp b/projects/rocdecode/samples/videoDecodeFork/videodecodefork.cpp index 95c014bb00..be1534d0aa 100644 --- a/projects/rocdecode/samples/videoDecodeFork/videodecodefork.cpp +++ b/projects/rocdecode/samples/videoDecodeFork/videodecodefork.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt index 101d886caf..1492fc8023 100644 --- a/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp b/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp index 4856af4863..5e628159b7 100644 --- a/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp +++ b/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt index 74d902e8b5..874a1d20ba 100644 --- a/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp b/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp index 717dc1c9bc..03ddb3d2fb 100644 --- a/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp +++ b/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt b/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt index 9fadc90257..f6dc5e3cb3 100644 --- a/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp b/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp index 2d8cacdf4e..dd3d723939 100644 --- a/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp +++ b/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt index 06f5911dc2..a7729e0cb0 100644 --- a/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp index 616f52a2c7..644a679fec 100644 --- a/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp +++ b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/commons.h b/projects/rocdecode/src/commons.h index 9340aca535..08f8c38fd6 100644 --- a/projects/rocdecode/src/commons.h +++ b/projects/rocdecode/src/commons.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/h264_parser.cpp b/projects/rocdecode/src/parser/h264_parser.cpp index ed4bc28850..ae78cee0e5 100644 --- a/projects/rocdecode/src/parser/h264_parser.cpp +++ b/projects/rocdecode/src/parser/h264_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/h264_parser.h b/projects/rocdecode/src/parser/h264_parser.h index 8c27826ea5..30133e7791 100644 --- a/projects/rocdecode/src/parser/h264_parser.h +++ b/projects/rocdecode/src/parser/h264_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/hevc_parser.cpp b/projects/rocdecode/src/parser/hevc_parser.cpp index a5aa87d571..4379b4c8df 100644 --- a/projects/rocdecode/src/parser/hevc_parser.cpp +++ b/projects/rocdecode/src/parser/hevc_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/hevc_parser.h b/projects/rocdecode/src/parser/hevc_parser.h index e2dcaf8dc1..306c8ca2e5 100644 --- a/projects/rocdecode/src/parser/hevc_parser.h +++ b/projects/rocdecode/src/parser/hevc_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/parser_handle.h b/projects/rocdecode/src/parser/parser_handle.h index 953704e3b7..5f694ef994 100644 --- a/projects/rocdecode/src/parser/parser_handle.h +++ b/projects/rocdecode/src/parser/parser_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/roc_video_parser.cpp b/projects/rocdecode/src/parser/roc_video_parser.cpp index 4bd555499a..4a7cfbcb42 100644 --- a/projects/rocdecode/src/parser/roc_video_parser.cpp +++ b/projects/rocdecode/src/parser/roc_video_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/roc_video_parser.h b/projects/rocdecode/src/parser/roc_video_parser.h index 967e09435d..f87b3282ae 100644 --- a/projects/rocdecode/src/parser/roc_video_parser.h +++ b/projects/rocdecode/src/parser/roc_video_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/parser/rocparser_api.cpp b/projects/rocdecode/src/parser/rocparser_api.cpp index e07436844d..1628439609 100644 --- a/projects/rocdecode/src/parser/rocparser_api.cpp +++ b/projects/rocdecode/src/parser/rocparser_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/dec_handle.h b/projects/rocdecode/src/rocdecode/dec_handle.h index 4ac33941d1..de1bb06fa8 100644 --- a/projects/rocdecode/src/rocdecode/dec_handle.h +++ b/projects/rocdecode/src/rocdecode/dec_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/roc_decoder.cpp b/projects/rocdecode/src/rocdecode/roc_decoder.cpp index 14001619d9..8bc85510a0 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder.cpp +++ b/projects/rocdecode/src/rocdecode/roc_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/roc_decoder.h b/projects/rocdecode/src/rocdecode/roc_decoder.h index cf86a58ee5..532dcc3214 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder.h +++ b/projects/rocdecode/src/rocdecode/roc_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/roc_decoder_caps.h b/projects/rocdecode/src/rocdecode/roc_decoder_caps.h index 0e9031a34b..73971ac355 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder_caps.h +++ b/projects/rocdecode/src/rocdecode/roc_decoder_caps.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/rocdecode_api.cpp b/projects/rocdecode/src/rocdecode/rocdecode_api.cpp index 335db0b18b..840d700903 100644 --- a/projects/rocdecode/src/rocdecode/rocdecode_api.cpp +++ b/projects/rocdecode/src/rocdecode/rocdecode_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp index 040ada053f..1a43e082d0 100644 --- a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp +++ b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h index e3cf7b48fa..d17f9f8aa8 100644 --- a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h +++ b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/test/CMakeLists.txt b/projects/rocdecode/test/CMakeLists.txt index 7543f38764..9aed89f669 100644 --- a/projects/rocdecode/test/CMakeLists.txt +++ b/projects/rocdecode/test/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2024 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/projects/rocdecode/utils/colorspace_kernels.cpp b/projects/rocdecode/utils/colorspace_kernels.cpp index fbd1ad63bf..c08ecad5ef 100644 --- a/projects/rocdecode/utils/colorspace_kernels.cpp +++ b/projects/rocdecode/utils/colorspace_kernels.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/utils/colorspace_kernels.h b/projects/rocdecode/utils/colorspace_kernels.h index 49ad9cdfb5..63a81a9564 100644 --- a/projects/rocdecode/utils/colorspace_kernels.h +++ b/projects/rocdecode/utils/colorspace_kernels.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp index 9b52fba661..247a077dbf 100644 --- a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp +++ b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h index 17b434107c..51fde44ae6 100644 --- a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h +++ b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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/projects/rocdecode/utils/video_demuxer.h b/projects/rocdecode/utils/video_demuxer.h index 0058c7012d..c51dfb041e 100644 --- a/projects/rocdecode/utils/video_demuxer.h +++ b/projects/rocdecode/utils/video_demuxer.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2024 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