diff --git a/LICENSE.md b/LICENSE.md index b3c9902..40c7f29 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Copilot Platforms Inc. +Copyright (c) 2024 - 2025 Copilot Platforms Inc. 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/src/app/layout.tsx b/src/app/layout.tsx index e9fea17..86fa85b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { title: 'Custom App', - description: 'Copilot Custom App Example', + description: 'Assembly Message Autoresponder app', }; export default function RootLayout({ children }: { children: React.ReactNode }) {