Fixes licensing in files (#206)
* Update LICENSE - fix inconsistencies * Revert lib/rocprofiler/counters/parser/scanner.cpp * Update lib/rocprofiler/counters/tests/dimension.cpp - revert ending curly brace * Revert missing curly braces - missing curly braces when file did not end with a new line
This commit is contained in:
committed by
GitHub
parent
3082288a25
commit
086218c2eb
+1
-1
@@ -34,7 +34,7 @@ read_the_docs_build = os.environ.get("READTHEDOCS", None) == "True"
|
||||
# -- Project information -----------------------------------------------------
|
||||
project = "rocprofiler"
|
||||
copyright = "2023, Advanced Micro Devices, Inc."
|
||||
author = "ROCm Developer Tools"
|
||||
author = "Advanced Micro Devices, Inc."
|
||||
|
||||
project_root = os.path.normpath(os.path.join(os.getcwd(), "..", ".."))
|
||||
version = open(os.path.join(project_root, "VERSION")).read().strip()
|
||||
|
||||
Reference in New Issue
Block a user