Skip to content

Commit 786cce0

Browse files
committed
fix: Update license
1 parent 1de2ae7 commit 786cce0

6 files changed

Lines changed: 32 additions & 5 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 BootNode
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,7 @@ For more details about supported databases and handling migrations, check the [P
253253
# Deployment
254254

255255
For production, do not use the `dev` script as it is intended for development purposes only. Instead, run `pnpm prisma migrate deploy` to apply migrations and, the run `pnpm build` followed by `pnpm start` to start the server.
256+
257+
## License
258+
259+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/BootNodeDev/dme-monorepo/blob/main/LICENSE) file for details.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format:fix": "pnpm -r format:fix"
1313
},
1414
"keywords": [],
15-
"author": "",
16-
"license": "ISC",
15+
"author": "BootNode",
16+
"license": "MIT",
1717
"packageManager": "pnpm@10.17.1"
1818
}

packages/onboarding-modal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default App;
113113

114114
## License
115115

116-
MIT
116+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/BootNodeDev/dme-monorepo/blob/main/LICENSE) file for details.
117117

118118
## Part of DMe Framework
119119

packages/onboarding-modal/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"dependencies": {
4949
"react-qr-code": "^2.0.18"
5050
},
51+
"author": "BootNode",
52+
"license": "MIT",
5153
"prettier": {
5254
"tabWidth": 2,
5355
"printWidth": 100

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"format:fix": "prettier . --write"
1515
},
1616
"keywords": [],
17-
"author": "",
18-
"license": "ISC",
17+
"author": "BootNode",
18+
"license": "MIT",
1919
"packageManager": "pnpm@10.17.1",
2020
"devDependencies": {
2121
"@eslint/js": "^9.36.0",

0 commit comments

Comments
 (0)