https://github.com/chbrown/licenses
A copy of the licenses I use in my work; an exercise in parity
https://github.com/chbrown/licenses
license-management licenses
Last synced: 3 months ago
JSON representation
A copy of the licenses I use in my work; an exercise in parity
- Host: GitHub
- URL: https://github.com/chbrown/licenses
- Owner: chbrown
- Created: 2015-06-20T17:44:26.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-10-01T19:33:24.000Z (about 5 years ago)
- Last Synced: 2024-12-31T12:18:56.460Z (10 months ago)
- Topics: license-management, licenses
- Language: HTML
- Homepage: https://chbrown.github.io/licenses/MIT/#2015
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `licenses`
A collection of licenses I use in my work.
### Parity
Most of my open source projects are published on GitHub, so by publishing the license on GitHub, too, I've established parity between projects and license.
If GitHub disappears, then these licenses will disappear, but so will my projects to which these licenses apply.As of 2016-06-08, [GitHub pages officially supports SSL/TLS](https://github.com/blog/2186-https-for-github-pages), so these URLs all specify the secure `https://` protocol, though the `http://` alternatives still work.
### Examples
As an example of use, see this project's own License, below, or use one of these:
Single year:
Copyright (c) 2017 Christopher Brown. [MIT Licensed](https://chbrown.github.io/licenses/MIT/#2017).
Span of years:
Copyright 2013–2017 Christopher Brown. [MIT Licensed](https://chbrown.github.io/licenses/MIT/#2013-2017).
Multiple discrete years:
Copyright © 2012, 2017 Christopher Brown. [MIT Licensed](https://chbrown.github.io/licenses/MIT/#2012,2017).
Eclipse Public License v1.0:
Copyright © 2017 Christopher Brown. [Eclipse Public License](https://chbrown.github.io/licenses/EPL/).
## License
Copyright (c) 2015-2017 Christopher Brown. [MIT Licensed](https://chbrown.github.io/licenses/MIT/#2015-2017).