Remove reference to IBM in phosphor-webui
As phosphor webui is supposed to be the reference implementation, it
should not reference IBM, nor have IBM copywritten logos contained
within it. If these are neccesary for IBM platforms, they should be
done in a bbappend in the bitbake layer, or in a way that doesn't put
copywritten materials on BMCs that may not have permission to use and
release it.
I'm hoping to generate ddiscussion on how the best way to handle this
from a build perspective would be, but for now, references should be to
the OpenBmc project, not IBM to avoid copyright issues.
Change-Id: I73efda399e967ca4446b8df403e94e14ab24aff8
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/app/common/directives/app-header.html b/app/common/directives/app-header.html
index e5071e4..9ae4283 100644
--- a/app/common/directives/app-header.html
+++ b/app/common/directives/app-header.html
@@ -1,7 +1,7 @@
<div id="header__wrapper">
<!-- HEADER -->
<header id="header">
- <span class="app__version float-left">OpenBMC for IBM Power Systems {{dataService.app_version}}</span>
+ <span class="app__version float-left">OpenBMC {{dataService.app_version}}</span>
<a href="" class="header__logout" ng-click="logout()">Log out</a>
</header>
<div class="header__functions-wrapper" role="heading">