https://github.com/deep5050/nonsense
All The Licenses In JSON Format with Description,Limitations,Permissions,Conditions.😛
https://github.com/deep5050/nonsense
license license-generator license-management licenses licensing
Last synced: 7 months ago
JSON representation
All The Licenses In JSON Format with Description,Limitations,Permissions,Conditions.😛
- Host: GitHub
- URL: https://github.com/deep5050/nonsense
- Owner: deep5050
- License: unlicense
- Created: 2020-05-27T17:33:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T03:09:02.000Z (about 2 years ago)
- Last Synced: 2025-07-09T03:04:26.931Z (12 months ago)
- Topics: license, license-generator, license-management, licenses, licensing
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nonsense-license
- Size: 615 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NONSENSE-LICENSE
Nonsense But Helpful
Exports All The Popular Licenses With Description,Limitations,Permissions And Conditions
## Example
```json
{
"MIT": {
"title": "MIT License",
"spdx-id": "MIT",
"description": "A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.",
"how": "Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.",
"permissions": ["commercial-use", "modifications", "distribution", "private-use"],
"conditions": ["include-copyright"],
"limitations": ["liability", "warranty"],
"text": ["", "", "MIT License", "", "Copyright (c) [year] [fullname]", "", "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 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."]
}
}
```
## Licenses
1. - [x] 0BSD
2. - [x] AFL-3.0
3. - [x] AGPL-3.0
4. - [x] Apache-2.0
5. - [x] Artistic-2.0
6. - [x] BSD-2-Clause
7. - [x] BSD-3-Clause-Clear
8. - [x] BSD-3-Clause
9. - [x] BSD-4-Clause
10. - [x] BSL-1.0
11. - [x] CC-BY-4.0
12. - [x] CC-BY-SA-4.0
13. - [x] CC0-1.0
14. - [x] CECILL-2.1
15. - [x] ECL-2.0
16. - [x] EPL-1.0
17. - [x] EPL-2.0
18. - [x] EUPL-1.1
19. - [x] EUPL-1.2
20. - [x] GPL-2.0
21. - [x] GPL-3.0
22. - [x] ISC
23. - [x] LGPL-2.1
24. - [x] LGPL-3.0
25. - [x] LPPL-1.3c
26. - [x] MIT
27. - [x] MPL-2.0
28. - [x] MS-PL
29. - [x] MS-RL
30. - [x] NCSA
31. - [x] Nostr
31. - [x] ODbL-1.0
32. - [x] OFL-1.1
33. - [x] OSL-3.0
34. - [x] PostgreSQL
35. - [x] Unlicense
36. - [x] UPL-1.0
37. - [x] Vim
38. - [x] WTFPL
39. - [x] Zlib
## Install
Simply run `npm install nonsense-license` And Add `const license = require('nonsense-license);` To Your Workfile. :)
## Warning
1. Don't Forget To Replace The Place Holders In many Licenses.
2. Concat Each Entry In the License Text Array With `\n`. Otherwise It Will Break The Original Format.
## Other
To Get All The Licenses In JSON Format, Visit My [GitHub Repo](https://github.com/deep5050/nonsense) :)
## My Other Works
1. [autobadge](https://www.npmjs.com/package/autobadge)
2. [qikQR](https://github.com/deep5050/qikQR)
3. [flawfinder-action](https://github.com/deep5050/flawfinder-action)
4. [autopy-lot](https://github.com/deep5050/autopy-lot)
## Thanks
1. Icons made by Those Icons from www.flaticon.com
2. [blob maker](https://blobmaker.app)
