File: copyright

package info (click to toggle)
cpp-httplib 0.25.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,708 kB
  • sloc: cpp: 19,322; makefile: 176; python: 50; sh: 50
file content (64 lines) | stat: -rw-r--r-- 2,332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cpp-httplib
Upstream-Contact: Yuji Hirose <yuji.hirose.bug@gmail.com>
Source: https://github.com/yhirose/cpp-httplib.git
License: Expat
Copyright: 2012 Yuji Hirose <yuji.hirose.bug@gmail.com>
Files-Excluded: benchmark
                test/gtest
                test/fuzzing
Comment: Contains large bundled files
         Bundled GoogleTest library
         Contains files with different licenses, unused

Files: *
License: Expat
Copyright: 2012 Yuji Hirose <yuji.hirose.bug@gmail.com>

Files: CMakeLists.txt
       cmake/FindBrotli.cmake
       cmake/httplibConfig.cmake.in
License: Expat
Copyright: 2020 KTGH <sum01@protonmail.com>

Files: test/CMakeLists.txt
License: Expat
Copyright: 2023 Jiwoo Park <jiwoo_90@naver.com>

Files: meson.build
       */meson.build
License: Expat
Copyright: 2021 Andrea Pappacoda <andrea@pappacoda.it>

Files: split.py
License: Expat
Copyright: 2019 Yuji Hirose <yuji.hirose.bug@gmail.com>
           2021 Joel Rosdahl <joel@rosdahl.net>

Files: test/test.conf
       test/test.rootCA.conf
License: Expat
Copyright: 2018 David Guillen Fandos <david@davidgf.net>

Files: debian/*
License: Expat
Copyright: 2021-2025 Andrea Pappacoda <tachi@debian.org>

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.