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
+7 -7
View File
@@ -1,16 +1,16 @@
// MIT license
// MIT License
//
// copyright (c) 2022 advanced micro devices, inc. all rights reserved.
// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved.
//
// permission is hereby granted, free of charge, to any person obtaining a copy
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the software without restriction, including without limitation the rights
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the software, and to permit persons to whom the software is
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// the above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the software.
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,