refactor: move licenses up

This commit is contained in:
wanhose 2024-10-15 11:51:07 +02:00
parent 0a9e0fa3a9
commit fd1c57996b
9 changed files with 19 additions and 50 deletions

View File

@ -12,6 +12,14 @@
Cookie Dialog Monster is a browser extension that hides cookie consent dialogs without changing user preferences. By default, we do NOT accept cookies (except in [a few cases](https://git.wanhose.dev/wanhose/cookie-dialog-monster/src/branch/main/database.json#L248) where the pages do not function without accepting them). You can report broken sites with a single click, which will create an issue in this repository to be fixed promptly. Cookie Dialog Monster is a browser extension that hides cookie consent dialogs without changing user preferences. By default, we do NOT accept cookies (except in [a few cases](https://git.wanhose.dev/wanhose/cookie-dialog-monster/src/branch/main/database.json#L248) where the pages do not function without accepting them). You can report broken sites with a single click, which will create an issue in this repository to be fixed promptly.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Repositories ## Repositories
- [API](/wanhose/cookie-dialog-monster/src/branch/main/packages/api) - [API](/wanhose/cookie-dialog-monster/src/branch/main/packages/api)

View File

@ -20,5 +20,6 @@
"engines": { "engines": {
"node": "20.x" "node": "20.x"
}, },
"packageManager": "yarn@4.2.1" "packageManager": "yarn@4.2.1",
"license": "MIT"
} }

View File

@ -25,11 +25,3 @@ Lints the codebase using ESLint.
### `yarn start` ### `yarn start`
Starts the API server instance in production mode. Starts the API server instance in production mode.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)

View File

@ -34,6 +34,5 @@
"engines": { "engines": {
"node": "20.x" "node": "20.x"
}, },
"packageManager": "yarn@4.1.0", "packageManager": "yarn@4.2.1"
"license": "MIT"
} }

View File

@ -1,21 +0,0 @@
MIT License Copyright (c) 2022 wanhose
Permission is hereby
granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice
(including the next paragraph) shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -1,11 +1,5 @@
# Cookie Dialog Monster Browser Extension # Cookie Dialog Monster Browser Extension
## Downloads
- [Chrome Web Store](https://chrome.google.com/webstore/detail/djcbfpkdhdkaflcigibkbpboflaplabg)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/hbogodfciblakeneadpcolhmfckmjcii)
- [Mozilla Firefox (.xpi)](https://www.cookie-dialog-monster.com/releases/latest.xpi)
## Compatibility ## Compatibility
- All browsers based on Chromium 127+ (Blisk, Brave, Colibri, Epic Browser, Iron Browser, Vivaldi and many more) - All browsers based on Chromium 127+ (Blisk, Brave, Colibri, Epic Browser, Iron Browser, Vivaldi and many more)
@ -14,14 +8,12 @@
- Mozilla Firefox 126+ - Mozilla Firefox 126+
- Mozilla Firefox Mobile 126+ - Mozilla Firefox Mobile 126+
## Downloads
- [Chrome Web Store](https://chrome.google.com/webstore/detail/djcbfpkdhdkaflcigibkbpboflaplabg)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/hbogodfciblakeneadpcolhmfckmjcii)
- [Mozilla Firefox (.xpi)](https://www.cookie-dialog-monster.com/releases/latest.xpi)
## Installation ## Installation
Follow one of [these guides](https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Welcome#guides). Follow one of [these guides](https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Welcome#guides).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)

View File

@ -16,6 +16,5 @@
"engines": { "engines": {
"node": "20.x" "node": "20.x"
}, },
"packageManager": "yarn@4.1.0", "packageManager": "yarn@4.2.1"
"license": "MIT"
} }

View File

@ -15,6 +15,5 @@
"engines": { "engines": {
"node": "20.x" "node": "20.x"
}, },
"packageManager": "yarn@4.1.0", "packageManager": "yarn@4.2.1"
"license": "MIT"
} }