-
Notifications
You must be signed in to change notification settings - Fork 3
/
NOTICE.txt
83 lines (59 loc) · 2.7 KB
/
NOTICE.txt
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
This project includes software developed by
Continental Corporation (https://www.continental-automotive.com)
Licensed under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
This project has dependencies - list with dependency name and license follows.
1. Used Licenses (overall)
- Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0
- Boost Software License - http://www.boost.org/LICENSE_1_0.txt
- BSD 3-Clause License - https://opensource.org/licenses/BSD-3-Clause
- GNU Lesser General Public License v2.1 - https://www.gnu.org/licenses/old-licenses/lgpl-2.1.de.html
- GNU Lesser General Public License v3 - https://www.gnu.org/licenses/lgpl-3.0.de.html
- MIT License - https://opensource.org/licenses/MIT
- LGPL v3 - http://www.gnu.org/licenses/lgpl-3.0.html
- Some libraries like Google Protobuf define their own license model, see Details section
2. Details
2.1 Networking / Transport
2.1.1 ASIO
- Copyright © 2003-2018 Christopher M. Kohlhoff
- URL: https://think-async.com
- License: Boost Software License - http://www.boost.org/LICENSE_1_0.txt
2.1.2 NPCAP
- Copyright 2013-2016 by Insecure.Com LLC
- URL: https://nmap.org/npcap/
- License: Npcap License - https://github.com/nmap/npcap/blob/master/LICENSE
2.2 Serialization
2.2.1 Google Protouf
- Copyright 2008 Google Inc.
- URL: https://developers.google.com/protocol-buffers
- License: https://github.com/google/protobuf/blob/master/LICENSE
2.3 Utilities
2.3.1 SimpleIni
- Copyright (c) 2006-2013 Brodie Thiesfield
- URL: https://github.com/brofield/simpleini
- License: MIT License - https://github.com/brofield/simpleini/blob/master/LICENCE.txt
2.3.2 TCLAP
- Copyright (c) 2003 Michael E. Smoot
- Copyright (c) 2004 Daniel Aarno
- Copyright (c) 2017 Google Inc.
- URL: http://tclap.sourceforge.net
- License: MIT License - https://opensource.org/licenses/mit-license.php
2.3.3 convert_utf.cpp/.h
- Copyright 2001-2004 Unicode, Inc.
2.3.4 modpath.iss
- Copyright (c) Jared Breland
- URL: http://www.legroom.net/software
- License: LGPL 3
2.4 Testing
2.4.1 GoogleTest
- Copyright 2008 Google Inc.
- URL: https://github.com/google/googletest
- License: BSD 3-Clause License - https://github.com/google/googletest/blob/master/LICENSE.txt