Update Copyright year to 2025 (#486)

* Update Copyright year to 2025

* update year to 2025
This commit is contained in:
Aryan Salmanpour
2025-01-05 16:25:39 -05:00
committed by GitHub
parent 913b6728f0
commit 3624040ce7
73 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved.
# 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
@@ -28,7 +28,7 @@ if sys.version_info[0] < 3:
else:
import subprocess
__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode"
__copyright__ = "Copyright (c) 2023 - 2025, AMD ROCm rocDecode"
__version__ = "2.5.0"
__email__ = "mivisionx.support@amd.com"
__status__ = "Shipping"