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:
Jonathan R. Madsen
2023-11-14 10:58:33 -06:00
committed by GitHub
parent 3082288a25
commit 086218c2eb
175 changed files with 1338 additions and 450 deletions
+1 -1
View File
@@ -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()