From 3069724c96e7182892df49777a0df01c1246dce0 Mon Sep 17 00:00:00 2001 From: Md Azizul Hakim Date: Wed, 30 Oct 2024 20:55:42 +0600 Subject: [PATCH] Added CC0 License --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac94c5d..3c3cab4 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,6 @@ This project includes a custom command to generate a new NestJS module with a we ## License -This project is brought to you by [Innovix Matrix System](https://innovixmatrixsystem.com/) and is released as open-source software under the [MIT license](https://opensource.org/licenses/MIT). +This project is brought to you by [Innovix Matrix System](https://innovixmatrixsystem.com/) and is released as open-source software under the [CC0 1.0 License](https://github.com/Innovix-Matrix-Systems/ims-nest-api-starter/blob/main/LICENSE). -Feel free to use, modify, and distribute this starter project under the MIT license terms. Contributions are welcome to improve this template! +Feel free to use, modify, and distribute this starter project under the CC0 1.0 license terms. Contributions are welcome to improve this template! diff --git a/package.json b/package.json index c3c7212..b22d206 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "the Nest API starter of innovix Matrix System", "author": "Azizul Hakim ", "private": true, - "license": "MIT", + "license": "CC0-1.0", "scripts": { "build": "nest build && copyfiles -u 1 src/**/*.hbs dist", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",