Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Update legals with current year 2023 #1464

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/partials/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="container">
<div class="contact">
<ul>
<li><span>©2020 Rackspace US, Inc.</span></li>
<li><span>©2023 Rackspace US, Inc.</span></li>
<!-- <li class="text-link"><a href="https://www.rackspace.com/about/">About Rackspace</a></li>
<li class="text-link"><a href="http://www.rackspace.com/information/legal/privacystatement">Privacy Statement</a></li>
<li class="text-link"><a href="http://www.rackspace.com/information/legal/websiteterms">Website Terms</a></li>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/components/legal-footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="legal-container">
<div class="row">
<div class="col-sm-12">
<p>©2020 Rackspace US, Inc.</p>
<p>©2023 Rackspace US, Inc.</p>
<p>Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</p>
<img src="https://licensebuttons.net/l/by-nc-nd/3.0/88x31.png" alt="">
<p><a href="/support/how-to/legal/">See license specifics and DISCLAIMER</a></p>
</div>
</div>
</div>
</div>