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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3082288a25
Коммит
086218c2eb
@@ -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()
|
||||
|
||||
@@ -215,7 +215,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
|
||||
DOCSET_FEEDURL =
|
||||
DOCSET_BUNDLE_ID = org.doxygen.rocprofiler
|
||||
DOCSET_PUBLISHER_ID = org.doxygen.amd
|
||||
DOCSET_PUBLISHER_NAME = "AMD ROCm Developer Tools"
|
||||
DOCSET_PUBLISHER_NAME = "Advanced Micro Devices, Inc."
|
||||
GENERATE_HTMLHELP = NO
|
||||
CHM_FILE =
|
||||
HHC_LOCATION =
|
||||
|
||||
Ссылка в новой задаче
Block a user