summaryrefslogtreecommitdiff
path: root/COPYING.txt
blob: 68e2750f5d9c07c2b3f831b53851a413dd90b177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
lowmemjson - A streaming json library with minimal memory footprint
Copyright (C) 2022  Luke Shumaker <lukeshu@lukeshu.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

Along with this program, you should have received a copy of the GNU
General Public License (in the COPYING.gpl-2.0.txt file).  If not, see
<https://www.gnu.org/licenses/>.

Parts of the program (the files starting with "borrowed_") are adapted
from the Go standard library, and are subject to the terms of the
3-clause BSD license in COPYING.bsd3.txt.