From 48189b95cded34fa6e25bf74b2cd43ad65d0f4b4 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 23 May 2019 14:55:46 -0400 Subject: [PATCH] Copyright fix for 2018 (#56860) (#56869) * update copyright in footer * remove extraneous copyright from cli commands (cherry picked from commit f9b43a0f6843bc8651c914b0b5619ac4f62fa241) --- docs/docsite/_themes/sphinx_rtd_theme/footer.html | 2 +- docs/templates/cli_rst.j2 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/docsite/_themes/sphinx_rtd_theme/footer.html b/docs/docsite/_themes/sphinx_rtd_theme/footer.html index 2aa10fe7808..18f81753886 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/footer.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/footer.html @@ -23,6 +23,6 @@

{%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{% endif %} - Copyright © 2018 Red Hat, Inc.
+ Copyright © 2019 Red Hat, Inc.

diff --git a/docs/templates/cli_rst.j2 b/docs/templates/cli_rst.j2 index 6b9d74f1826..ea1e0ecacc5 100644 --- a/docs/templates/cli_rst.j2 +++ b/docs/templates/cli_rst.j2 @@ -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 %} -