From faae55d085e767b2fa628be26a18f1bd1e413d00 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 15 May 2019 16:58:59 -0400 Subject: [PATCH 1/2] Bump date. --- awx/templates/rest_framework/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index 373362a130..eba78531cc 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -55,7 +55,7 @@
From 681fe4865c9398bb53cd616202deb552eda88bee Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 15 May 2019 17:01:33 -0400 Subject: [PATCH 2/2] Some more dates. --- awx/ui/client/lib/components/components.strings.js | 2 +- awx/ui/client/src/about/about.partial.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/lib/components/components.strings.js b/awx/ui/client/lib/components/components.strings.js index e91a3ec5b2..8ca1e26115 100644 --- a/awx/ui/client/lib/components/components.strings.js +++ b/awx/ui/client/lib/components/components.strings.js @@ -85,7 +85,7 @@ function ComponentsStrings (BaseString) { APPLICATIONS: t.s('Applications'), SETTINGS: t.s('Settings'), 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'), RESOURCES_HEADER: t.s('Resources'), ACCESS_HEADER: t.s('Access'), diff --git a/awx/ui/client/src/about/about.partial.html b/awx/ui/client/src/about/about.partial.html index 3f49a15514..8f11c9eb97 100644 --- a/awx/ui/client/src/about/about.partial.html +++ b/awx/ui/client/src/about/about.partial.html @@ -25,7 +25,7 @@ Ansible {{ ansible_version }}
- Copyright © 2018 Red Hat, Inc.
+ Copyright © 2019 Red Hat, Inc.
Visit Ansible.com for more information.