Skip to content

Commit

Permalink
Copyright fix for 2018 (#56860) (#56869)
Browse files Browse the repository at this point in the history
* update copyright in footer

* remove extraneous copyright from cli commands

(cherry picked from commit f9b43a0)
  • Loading branch information
samccann authored and acozine committed May 23, 2019
1 parent 8881adc commit 48189b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docsite/_themes/sphinx_rtd_theme/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@

<p>
{%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>{% endif %}
Copyright © 2018 Red Hat, Inc. <br/>
Copyright © 2019 Red Hat, Inc. <br/>
</p>
</footer>
3 changes: 0 additions & 3 deletions docs/templates/cli_rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,9 @@ See the `AUTHORS` file for a complete list of contributors.
Copyright
=========

Copyright © 2017 Red Hat, Inc | Ansible.

Ansible is released under the terms of the GPLv3 License.

See also
========

{% for other in cli_bin_name_list|sort %}:manpage:`{{other}}(1)`, {% endfor %}

0 comments on commit 48189b9

Please sign in to comment.