diff --git a/website/views/layouts/layout-customer.ejs b/website/views/layouts/layout-customer.ejs index 9fb31b1ef1..9b6080a0a8 100644 --- a/website/views/layouts/layout-customer.ejs +++ b/website/views/layouts/layout-customer.ejs @@ -164,7 +164,7 @@
Creative Commons Licence CC BY-SA 4.0
- © 2023 Fleet Device Management Inc. + © <%= (new Date()).getFullYear() %> Fleet Device Management Inc. Privacy
diff --git a/website/views/layouts/layout-email-newsletter.ejs b/website/views/layouts/layout-email-newsletter.ejs index 780ba931d1..89411b0eef 100644 --- a/website/views/layouts/layout-email-newsletter.ejs +++ b/website/views/layouts/layout-email-newsletter.ejs @@ -12,7 +12,7 @@ Join the osquery Slack community
-

© 2023 Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.

+

© <%= (new Date()).getFullYear() %> Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.

You received this email because you’re subscribed to the Fleet newsletter. Unsubscribe

diff --git a/website/views/layouts/layout-email.ejs b/website/views/layouts/layout-email.ejs index ef8e8541c7..d79fb6aa6d 100644 --- a/website/views/layouts/layout-email.ejs +++ b/website/views/layouts/layout-email.ejs @@ -13,7 +13,7 @@ Join the osquery Slack community
-

© 2023 Fleet Device Management Inc.
All trademarks, service marks, and company names are the property of their respective owners.

+

© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
All trademarks, service marks, and company names are the property of their respective owners.

diff --git a/website/views/layouts/layout-sandbox.ejs b/website/views/layouts/layout-sandbox.ejs index eecc1a1176..84db71bd01 100644 --- a/website/views/layouts/layout-sandbox.ejs +++ b/website/views/layouts/layout-sandbox.ejs @@ -269,7 +269,7 @@
Creative Commons Licence CC BY-SA 4.0
- © 2023 Fleet Device Management Inc. + © <%= (new Date()).getFullYear() %> Fleet Device Management Inc. Privacy
diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index a4c8b0cf59..79debc395e 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -305,7 +305,7 @@
Creative Commons Licence CC BY-SA 4.0
- © 2023 Fleet Device Management Inc. + © <%= (new Date()).getFullYear() %> Fleet Device Management Inc. Privacy What is osquery?