Website: © 2023 => © 2024 (#15978)

Thanks @JarenGlover for the heads up!
This commit is contained in:
Mike McNeil 2024-01-09 10:09:10 -06:00 committed by GitHub
parent 9e4aeb3e7e
commit 0de715bd35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -164,7 +164,7 @@
<div style="font-size: 11px; line-height: 18px;" class="d-sm-flex d-block flex-sm-row justify-content-center mr-4 mr-md-auto">
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" style="width: 80px; height: 15px;" class="mr-2 mb-2 mb-sm-0"/>
<div class="d-flex">
© 2023 Fleet Device Management Inc.
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
<a style="font-size: 12px; font-weight: 700; text-underline-offset: 5px; text-decoration: underline; color: #515774" class="ml-2" href="/legal/privacy">Privacy</a>
</div>
</div>

View file

@ -12,7 +12,7 @@
<a href="https://fleetdm.com/slack"><img style="height: 20px; width: 20px;" alt="Join the osquery Slack community" src="<%= url.resolve(sails.config.custom.baseUrl,'images/logo-slack-24x24@2x.png')%>"></a>
</div>
<div style="text-align: left; padding-top: 15px; font-size: 12px; color: #3E4771;">
<p>© 2023 Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.</p>
<p>© <%= (new Date()).getFullYear() %> Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.</p>
</div>
<div>
<p style="font-size: 12px; color: #3E4771;">You received this email because youre subscribed to the Fleet newsletter. <a href="<%= url.resolve(sails.config.custom.baseUrl, '/unsubscribe?emailAddress='+encodeURIComponent(emailAddress)) %>">Unsubscribe</a></p>

View file

@ -13,7 +13,7 @@
<a href="https://fleetdm.com/slack"><img style="height: 20px; width: 20px;" alt="Join the osquery Slack community" src="<%= url.resolve(sails.config.custom.baseUrl,'images/logo-slack-24x24@2x.png')%>"></a>
</div>
<div style="text-align: left; padding-top: 15px; font-size: 12px; color: #3E4771;">
<p>© 2023 Fleet Device Management Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
<p>© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
</div>
</div>
</div>

View file

@ -269,7 +269,7 @@
<div style="font-size: 11px; line-height: 18px;" class="d-sm-flex d-block flex-sm-row justify-content-center mr-4 mr-md-auto">
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" style="width: 80px; height: 15px;" class="mr-2 mb-2 mb-sm-0"/>
<div class="d-flex">
© 2023 Fleet Device Management Inc.
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
<a style="font-size: 12px; font-weight: 700; text-underline-offset: 5px; text-decoration: underline; color: #515774" class="ml-2" href="/legal/privacy">Privacy</a>
</div>
</div>

View file

@ -305,7 +305,7 @@
<div purpose="legal-section" class="d-flex flex-column justify-content-start flex-sm-row pr-sm-0">
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" />
<div class="pl-sm-3 pt-sm-0 pt-1 pl-0 text-sm-nowrap d-block d-sm-inline">
© 2023 Fleet Device Management Inc.
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
<span purpose="legal-links">
<a href="/legal/privacy">Privacy</a>
<a class="pl-3" target="_blank" href="https://osquery.io">What is osquery?</a>