commit | 1bb1a50f79f696b28713d75cd30104c892c6c815 | [log] [tgz] |
---|---|---|
author | Oliver Brewka <oliver.brewka@9elements.com> | Wed May 14 12:33:14 2025 +0200 |
committer | Ed Tanous <ed@tanous.net> | Thu May 22 23:07:24 2025 +0000 |
tree | 7a3a5939498978f15ea02d7c6b9ffe567a6c3e0b | |
parent | d8f53b82dc6fe14a4bd2ff2b020e54321a22e8f4 [diff] |
Add copyright comment to systems_utils.hpp Added the missing copyright comment at top of the file. Tested: Code compiles. Change-Id: I7dfd32c9bb26223e7dafe5ab4da7aad6eabc116c Signed-off-by: Oliver Brewka <oliver.brewka@9elements.com>
diff --git a/redfish-core/include/utils/systems_utils.hpp b/redfish-core/include/utils/systems_utils.hpp index 5eec0b2..303e846 100644 --- a/redfish-core/include/utils/systems_utils.hpp +++ b/redfish-core/include/utils/systems_utils.hpp
@@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: Copyright OpenBMC Authors #pragma once #include "bmcweb_config.h"