From 3a7078d0d05338020f34e1a2fb5d4a16d6927ef9 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sat, 26 Mar 2022 07:47:44 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20License=20paragrap?= =?UTF-8?q?h=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4a7a3dad8..6dcc500b7 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,12 @@ Typebot is a Monorepo powered by [Turborepo](https://turborepo.org/). It is comp - the viewer, where your user answer the typebot These apps are built with awesome web technologies including [Typescript](https://www.typescriptlang.org/), [Next.js](https://nextjs.org/), [Prisma](https://www.prisma.io/), [Chakra UI](https://chakra-ui.com/), [Tailwind CSS](https://tailwindcss.com/). + +## License + +Typebot is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it [here](./LICENSE). + +In a few words, it means that: + +- If you commercialize your version of Typebot. You need to be clear and provide a prominent mention and link to the original project so people that are considering using their version of the software can be aware of the original project +- If you modify the original software, you need to open source and publish your modifications