diff --git a/src/app/blog/rss.xml/route.ts b/src/app/blog/rss.xml/route.ts index 2c03bb83ad..c4a21acdff 100644 --- a/src/app/blog/rss.xml/route.ts +++ b/src/app/blog/rss.xml/route.ts @@ -53,7 +53,7 @@ export async function GET() { site_url: SITE_URL, // managingEditor: "info@graphql.org", // webMaster: "info@graphql.org", - copyright: `Copyright © ${new Date().getFullYear()} The GraphQL Foundation. All rights reserved.`, + copyright: `Copyright © ${new Date().getFullYear()} The GraphQL Foundation.`, language: "en-US", // Published date as last blog post date pubDate: blogs[0].frontMatter.date.toUTCString(), diff --git a/src/app/conf/2025/components/footer/index.tsx b/src/app/conf/2025/components/footer/index.tsx index c2bd8fc3e1..1f8e15028c 100644 --- a/src/app/conf/2025/components/footer/index.tsx +++ b/src/app/conf/2025/components/footer/index.tsx @@ -45,10 +45,7 @@ export function Footer({
-

- Copyright © {new Date().getFullYear()} The GraphQL Foundation. All - rights reserved. -

+

Copyright © {new Date().getFullYear()} The GraphQL Foundation.

For web site terms of use, trademark policy and general project policies please see{" "} diff --git a/src/app/conf/_components/footer.tsx b/src/app/conf/_components/footer.tsx index c9a3748dd1..a4fbfe4cc4 100644 --- a/src/app/conf/_components/footer.tsx +++ b/src/app/conf/_components/footer.tsx @@ -44,10 +44,7 @@ export function Footer({

-

- Copyright © {new Date().getFullYear()} The GraphQL Foundation. All - rights reserved. -

+

Copyright © {new Date().getFullYear()} The GraphQL Foundation.

For web site terms of use, trademark policy and general project policies please see{" "} diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index bc61380eb9..e7d785a4a9 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -177,8 +177,7 @@ export function Footer() {

- Copyright © {new Date().getFullYear()} The GraphQL Foundation. All - rights reserved. + Copyright © {new Date().getFullYear()} The GraphQL Foundation.