From 3085bcbd0c3476dc3a2cc8fe56188606552cd786 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:32:58 +0000 Subject: [PATCH 1/2] Initial plan From 1653a030518d3e49363d263f063ffd07c7a028c1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:34:46 +0000 Subject: [PATCH 2/2] chore: change copyright from Solid Community Group to Solid Project Agent-Logs-Url: https://github.com/solid/dev/sessions/81254191-691e-4bd8-8faa-2765fa03192f Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> --- LICENSE.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 19726c6..5967060 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 - Present W3C Solid Community Group +Copyright (c) 2025 - Present Solid Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mkdocs.yml b/mkdocs.yml index dfe304e..7d9e414 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,13 @@ site_name: Solid Developers Documentation site_url: https://dev.solidproject.org/ site_description: How to build applications with Solid. -site_author: W3C Solid Community Group +site_author: Solid Project repo_name: solid/dev repo_url: https://github.com/solid/dev/ edit_uri: blob/main/docs/ -copyright: Copyright © - Present W3C Solid Community Group +copyright: Copyright © - Present Solid Project theme: name: material