We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 553a6ca + 850ce5c commit 23bb3e5Copy full SHA for 23bb3e5
README.md
@@ -104,3 +104,11 @@ const parsed: Multipart = Multipart.parse(data);
104
105
console.log(new TextDecoder().decode(parsed.parts[0].body)); // Hello world!
106
```
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