<%= productName %>

<%= _('Version:').t() %>
<%- version %>
<%= _('Build:').t() %>
<%- build %>
<%= _('Server:').t() %>
<%- serverName %>
<% if (listOfProducts && !isLite) { %>
<%= _('Products:').t() %>
<%- listOfProducts %>
<% } %>
<%= _('Third-Party Software Credits and Attributions').t() %>

<%= _('Trademarks').t() %>

<%= _('Splunk®, Splunk>®, Listen to Your Data®, The Engine for Machine Data®, Splunk Cloud™, Splunk Light® and SPL™ are trademarks and registered trademarks of Splunk Inc. and/or its subsidiaries in the United States and other countries. All other brand names, product names, or trademarks belong to their respective owners.').t() %>

<%= _('Patents').t() %>

<% var patentLink = sprintf('%s', css.aboutLink, _('here').t()); %> <%= sprintf(_('Certain features and functionalities of this Software are or may be protected by patents owned by Splunk Inc. that are listed %s.').t(), patentLink) %>

© <%- copyrightYear %> <%= _('Splunk Inc. All rights reserved.').t()%>

<% if (isCloud) { %> <% var termsLink = sprintf('%s', css.aboutLink, _('Terms of Service').t()); %> <%= sprintf(_('All use of this service is subject to the Splunk Cloud %s.').t(), termsLink) %> <% } else { %> <% var licenseLink = sprintf('%s', css.aboutLink, _('Splunk Software License Agreement').t()); %> <% var termsLink = _('terms and conditions').t(); %> <%= sprintf(_('All use of this Software is subject to the %s of the %s.').t(), termsLink, licenseLink) %> <% } %>

Current Application

<%- currentApp %>

<% if (appVersion) { %>
<%= _('Version:').t() %>
<%- appVersion %>
<% } %> <% if (appBuild) { %>
<%= _('Build:').t() %>
<%- appBuild %>
<% } %>
<% if (appAttributionLink) { %> <%- _('Third-Party Software Credits and Attributions').t() %> <% } %>