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
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",