Skip to content

Commit 8fdd7ef

Browse files
committed
Add short section about installation, add license file
1 parent f390349 commit 8fdd7ef

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

license.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2022 Adrian Sieber
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15+
PERFORMANCE OF THIS SOFTWARE.

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ a leading digit is encoded as `XXZ[0-9]`.
5757

5858
If the optional double underscore encoding is enabled,
5959
double underscores are encoded as `XXRXXR`.
60+
61+
62+
## Installation
63+
64+
The code is not yet available via common package managers.
65+
Please copy the code into your project for the time being.

0 commit comments

Comments
 (0)