<%= _('Splunk Version').t() %>
<%- version %>
<%= _('Splunk Build').t() %>
<%- build %>
<% if (!isLite) { %>
<%= _('Current App').t() %>
<%- currentApp %>
<% if (appVersion) { %>
<%= _('App Version').t() %>
<%- appVersion %>
<% } %> <% if (appBuild) { %>
<%= _('App Build').t() %>
<%- appBuild %>
<% } %>
<% } %> <% if (listOfProducts && !isLite) { %>
<%= _('List of Products:').t() %>
<%- listOfProducts %>
<% } %>
<%= _('Server Name').t() %>
<%- serverName %>

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

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

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

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

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

<% var patentLink = sprintf('%s', _('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) %>

<%= _('Third-Party Software Credits and Attributions').t() %>