From 2411f089d7b4b318918027069584b7a2074a0ae9 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Mon, 19 Jan 2026 12:43:12 +0100 Subject: [PATCH 1/2] Remove "all rights reserved" The foundations holds the copyright and the CLA has a copyright grant clause so I think it's correct to have the foundation as a copyright owner (disclaimer: not a lawyer!). But I don't think it's correct to say "all rights reserved". This repo is licensed under MIT and anyone has rights to use it/distribute it according to the terms of the license (again: not a lawyer!). Also looks like this sentence is slowly becoming obsolete (see https://en.wikipedia.org/wiki/All_rights_reserved) --- src/app/blog/rss.xml/route.ts | 2 +- src/app/conf/2025/components/footer/index.tsx | 3 +-- src/app/conf/_components/footer.tsx | 3 +-- src/components/footer/index.tsx | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) 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..a5129d7e37 100644 --- a/src/app/conf/2025/components/footer/index.tsx +++ b/src/app/conf/2025/components/footer/index.tsx @@ -46,8 +46,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 diff --git a/src/app/conf/_components/footer.tsx b/src/app/conf/_components/footer.tsx index c9a3748dd1..136525f253 100644 --- a/src/app/conf/_components/footer.tsx +++ b/src/app/conf/_components/footer.tsx @@ -45,8 +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 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.

From fd4b5010fe140ae0e1bec7d08db177b2f6cd98cf Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Mon, 19 Jan 2026 12:55:50 +0100 Subject: [PATCH 2/2] format --- src/app/conf/2025/components/footer/index.tsx | 4 +--- src/app/conf/_components/footer.tsx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/conf/2025/components/footer/index.tsx b/src/app/conf/2025/components/footer/index.tsx index a5129d7e37..1f8e15028c 100644 --- a/src/app/conf/2025/components/footer/index.tsx +++ b/src/app/conf/2025/components/footer/index.tsx @@ -45,9 +45,7 @@ export function Footer({
-

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

+

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 136525f253..a4fbfe4cc4 100644 --- a/src/app/conf/_components/footer.tsx +++ b/src/app/conf/_components/footer.tsx @@ -44,9 +44,7 @@ export function Footer({

-

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

+

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

For web site terms of use, trademark policy and general project policies please see{" "}