Yearly license update (#538)

* Add license template designation

Signed-off-by: coleramos425 <colramos@amd.com>

* Update license year on *.py

Signed-off-by: coleramos425 <colramos@amd.com>

* Update license year on *.sh

Signed-off-by: coleramos425 <colramos@amd.com>

* Update license year on misc files

Signed-off-by: coleramos425 <colramos@amd.com>

---------

Signed-off-by: coleramos425 <colramos@amd.com>

[ROCm/rocprofiler-compute commit: 34760ff814]
This commit is contained in:
Cole Ramos
2025-01-23 13:09:32 -06:00
committed by GitHub
parent 4b097e6832
commit c5c44a9cba
41 changed files with 48 additions and 46 deletions
@@ -5,7 +5,7 @@
##############################################################################bl
# MIT License
#
# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved.
# Copyright (c) 2021 - 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
@@ -130,7 +130,7 @@ def verify_deps():
def main():
'''Main function for rocprofiler-compute'''
"""Main function for rocprofiler-compute"""
# verify required python dependencies
verify_deps()