Skip to content

Commit 23bb3e5

Browse files
authored
Added copyright notice (#72)
2 parents 553a6ca + 850ce5c commit 23bb3e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ const parsed: Multipart = Multipart.parse(data);
104104

105105
console.log(new TextDecoder().decode(parsed.parts[0].body)); // Hello world!
106106
```
107+
108+
## Licence
109+
110+
111+
Copyright © 2024–2025 Zefir Kirilov.
112+
113+
This project is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0). A copy of the licence text is
114+
included in this repository. If not, see https://www.gnu.org/licenses/.

0 commit comments

Comments
 (0)