From f9b43a0f6843bc8651c914b0b5619ac4f62fa241 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 23 May 2019 14:10:22 -0400 Subject: [PATCH] Copyright fix for 2018 (#56860) * update copyright in footer * remove extraneous copyright from cli commands --- 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 2aa10fe780..18f8175388 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 3a107bf6e1..795ebade36 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 %} -