* rocDecode: Updated Copyright message for 2024. (#160)

[ROCm/rocdecode commit: 04fe74f390]
This commit is contained in:
jeffqjiangNew
2024-01-09 20:47:16 -05:00
zatwierdzone przez GitHub
rodzic 539074fe04
commit 4c9a35a6a8
47 zmienionych plików z 50 dodań i 50 usunięć
+2 -2
Wyświetl plik
@@ -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"