Skip to content

Commit

Permalink
Added CC0 License
Browse files Browse the repository at this point in the history
  • Loading branch information
AHS12 committed Oct 30, 2024
1 parent 6f5cdc2 commit 3069724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 3069724

Please sign in to comment.