Merge pull request #3904 from wenottingham/new-year-new-you

Bump date.

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-05-16 03:35:31 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
<div class="col-sm-6"> <div class="col-sm-6">
</div> </div>
<div class="col-sm-6 footer-copyright"> <div class="col-sm-6 footer-copyright">
Copyright &copy; 2017 <a href="http://www.redhat.com" target="_blank">Red Hat</a>, Inc. All Rights Reserved. Copyright &copy; 2019 <a href="http://www.redhat.com" target="_blank">Red Hat</a>, Inc. All Rights Reserved.
</div> </div>
</div> </div>
</div> </div>

View File

@@ -85,7 +85,7 @@ function ComponentsStrings (BaseString) {
APPLICATIONS: t.s('Applications'), APPLICATIONS: t.s('Applications'),
SETTINGS: t.s('Settings'), SETTINGS: t.s('Settings'),
ABOUT: t.s('About'), ABOUT: t.s('About'),
COPYRIGHT: t.s('Copyright © 2018 Red Hat, Inc.'), COPYRIGHT: t.s('Copyright © 2019 Red Hat, Inc.'),
VIEWS_HEADER: t.s('Views'), VIEWS_HEADER: t.s('Views'),
RESOURCES_HEADER: t.s('Resources'), RESOURCES_HEADER: t.s('Resources'),
ACCESS_HEADER: t.s('Access'), ACCESS_HEADER: t.s('Access'),

View File

@@ -25,7 +25,7 @@
Ansible {{ ansible_version }} Ansible {{ ansible_version }}
</span> <br> </span> <br>
<span class="Copyright-text" translate> <span class="Copyright-text" translate>
Copyright &copy; 2018 Red Hat, Inc. <br> Copyright &copy; 2019 Red Hat, Inc. <br>
Visit <a href="http://www.ansible.com/" target="_blank">Ansible.com</a> for more information.<br> Visit <a href="http://www.ansible.com/" target="_blank">Ansible.com</a> for more information.<br>
</span> </span>
</p> </p>