Skip to content

Commit 15e2c1f

Browse files
committed
docs: added MIT attribution disclaimer to self-hosting docs
- added license field to package.json for proper npm/GitHub detection - added attribution section at bottom of self-hosting deployment page
1 parent 9f0cd15 commit 15e2c1f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/src/content/docs/self-hosting/deployment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ After deploying to Vercel:
7777
2. Add your domain
7878
3. Follow the DNS instructions
7979
4. SSL is automatic
80+
81+
---
82+
83+
## Attribution
84+
85+
ATS Screener is MIT licensed. You're free to self-host, fork, and modify it. The only requirement is that you keep the original copyright notice and license file intact in your copy. If you build something on top of it, a visible credit linking back to the [original project](https://github.com/sunnypatell/ats-screener) is appreciated. Removing attribution and passing it off as your own work isn't cool.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ats-screener",
33
"version": "0.1.0",
44
"private": true,
5+
"license": "MIT",
56
"type": "module",
67
"scripts": {
78
"dev": "vite dev",

0 commit comments

Comments
 (0)