From 4060096ed78f92eb1e7617505ac40ae51696cc1f Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Mon, 15 Jul 2024 09:14:07 +0200 Subject: [PATCH] Update README.md with license information --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c403366..5651147 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,8 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. -## Learn More +## License -To learn more about Next.js, take a look at the following resources: +Copyright © 2024 Andreas Bauer -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. +This work (source code) is licensed under [MIT](./LICENSE).