Skip to content

Commit 4d1dd0a

Browse files
committed
Initial commit
0 parents  commit 4d1dd0a

15 files changed

+460
-0
lines changed

LICENSE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2022 Simon Meskens (https://github.com/SimonMeskens/)
2+
3+
To the extent permitted under applicable law, worldwide, all copyright holders
4+
fully waive their copyrights to this project and dedicate it to the public
5+
domain.
6+
7+
Permission to use, copy, modify, and/or distribute this project for any purpose
8+
with or without fee is hereby granted, provided that the above copyright notice
9+
and this permission notice appear in all copies.
10+
11+
This copy of the project and all other copies in whole or part, unless required
12+
by applicable law or agreed to in writing, are distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# The Simple License Collection
2+
3+
This repository contains a number of small license snippets that can be combined to form very compact licenses.
4+
5+
## Example
6+
7+
```
8+
Copyright <year> <contributors>
9+
10+
Permission to use, copy, modify, and/or distribute this work for any purpose
11+
with or without fee is hereby granted, provided that the above copyright notice
12+
and this permission notice appear in all copies. This work is offered as-is,
13+
without any warranty.
14+
```

full-disclaimer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
THIS WORK 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 WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

0 commit comments

Comments
 (0)