diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index fe83a2fb..3bbe87a9 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -92,7 +92,7 @@ credits = [
     'https://creativecommons.org/licenses/by/4.0/'
   ], [
     'Ansible',
-    '2012-2016 Michael DeHaan',
+    '2012-2016 Michael DeHaan<br>&copy; 2016 Red Hat, Inc.',
     'GPLv3',
     'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
   ], [
diff --git a/lib/docs/scrapers/ansible.rb b/lib/docs/scrapers/ansible.rb
index c8d44b9d..76cd62da 100644
--- a/lib/docs/scrapers/ansible.rb
+++ b/lib/docs/scrapers/ansible.rb
@@ -2,7 +2,7 @@ module Docs
   class Ansible < UrlScraper
     self.name = 'Ansible'
     self.type = 'sphinx'
-    self.release = '2.0.1'
+    self.release = '2.1.0'
     self.base_url = 'https://docs.ansible.com/ansible/'
     self.links = {
       home: 'https://www.ansible.com/',
@@ -21,6 +21,7 @@ module Docs
 
     options[:attribution] = <<-HTML
       &copy; 2012&ndash;2016 Michael DeHaan<br>
+      &copy; 2016 Red Hat, Inc.<br>
       Licensed under the GNU General Public License version 3.
     HTML
   end