From 2b391cb1133c6d6593ad159f54544e28a2cff010 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:25:22 +0000 Subject: [PATCH 1/2] Initial plan From 03e6cdaa8326873d205f3f72d3c4ef4c024d38cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:29:49 +0000 Subject: [PATCH 2/2] Add copyright header to edit page test file Co-authored-by: shashilo <362527+shashilo@users.noreply.github.com> --- app/gift-exchanges/[id]/edit/page.test.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/gift-exchanges/[id]/edit/page.test.tsx b/app/gift-exchanges/[id]/edit/page.test.tsx index 4147ae21..e7087a0b 100644 --- a/app/gift-exchanges/[id]/edit/page.test.tsx +++ b/app/gift-exchanges/[id]/edit/page.test.tsx @@ -1,3 +1,6 @@ +// Copyright (c) Gridiron Survivor. +// Licensed under the MIT License. + import { Calendar } from '@/components/Calendar/calendar'; import { render, screen } from '@testing-library/react'; import EditGroupPage from './page';