Skip to content

Commit

Permalink
feature: ISC License (#117)
Browse files Browse the repository at this point in the history
# Changes

Adds ISC License. Based on discussions with @Siilwyn and @WesselSmit.
Decided CLA is too much of a hassle to protect Voorhoede IP. So
simplified to a permissive modern license.

# Associated issue

Resolves #69

# How to test

Review license and verify it [provides what we
want](https://choosealicense.com/licenses/isc/).

# Checklist

- [x] I have performed a self-review of my own code
- [x] I have made sure that my PR is easy to review (not too big,
includes comments)
- [x] I have made updated relevant documentation files (in project
README, docs/, etc)
- ~~I have added a decision log entry if the change affects the
architecture or changes a significant technology~~
- ~~I have notified a reviewer~~ (co-authored)

<!-- Please strike through and check off all items that do not apply
(rather than removing them) -->

Co-authored-by: @Siilwyn <5701149+Siilwyn@users.noreply.github.com>
Co-authored-by: @WesselSmit <45405413+WesselSmit@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 3e00e91 commit d7d4a6c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ISC License

Copyright (c) 2024 De Voorhoede

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ All commands are run from the root of the project, from a terminal:
## Contributing

Head Start welcomes contributions of any size and skill level. See [our contribution guidelines](./.github/CONTRIBUTING.md).

## License

Head Start is made with ❤️ by [De Voorhoede](https://www.voorhoede.nl/en/).
Released under [ISC License](./LICENSE.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "head-start",
"type": "module",
"version": "0.0.1",
"license": "ISC",
"scripts": {
"astro": "astro",
"prebuild": "run-s prep",
Expand All @@ -25,7 +26,6 @@
"prep:download-translations": "jiti scripts/download-translations.ts",
"prep:icons": "svg-sprite --symbol --symbol-dest='src/assets' --symbol-sprite=icon-sprite.svg src/assets/icons/*.svg && jiti scripts/icon-types.ts",
"preview": "wrangler pages dev ./dist",
"start": "astro dev",
"lint": "run-s lint:* --print-label",
"lint:astro": "astro check",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
Expand Down

0 comments on commit d7d4a6c

Please sign in to comment.