summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-08-15 16:19:07 -0700
committerEd Tanous <ed.tanous@intel.com>2019-08-16 22:34:36 +0000
commita8169ef902b4b8a3d89867155e3d43d8404a6cfd (patch)
tree928ac9bf7ef1d70cbaaaacf25d1220877a1068f3
parent368b1d4a52c1742d3952ddba850cf3c01303220f (diff)
downloadbmcweb-a8169ef902b4b8a3d89867155e3d43d8404a6cfd.tar.gz
bmcweb-a8169ef902b4b8a3d89867155e3d43d8404a6cfd.zip
Fix an Intel copyright that was missed in CR
There's lots of companies implementing OpenBMC, and we don't want the main MessageRegistry to be Copyright Intel, given its namespace and heritage. It looks like this snuck in when we moved it to the std::array based stuff. Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I18c0705dc7fea8566bd2627f1d6a8fc0ec7ccd51
-rw-r--r--redfish-core/include/registries/openbmc_message_registry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
index 5e61a96..18386ee 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
@@ -19,7 +19,7 @@
namespace redfish::message_registries::openbmc
{
const Header header = {
- .copyright = "Copyright 2018 Intel. All rights reserved.",
+ .copyright = "Copyright 2018 OpenBMC. All rights reserved.",
.type = "#MessageRegistry.v1_0_0.MessageRegistry",
.id = "OpenBMC.0.1.0",
.name = "OpenBMC Message Registry",
OpenPOWER on IntegriCloud