-
Notifications
You must be signed in to change notification settings - Fork 91
/
REUSE.toml
94 lines (80 loc) · 4.06 KB
/
REUSE.toml
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
84
85
86
87
88
89
90
91
92
93
94
version = 1
SPDX-PackageName = "KDSoap"
SPDX-PackageSupplier = "<[email protected]>"
SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDSoap"
#misc source code
[[annotations]]
path = ["unittests/**/**.xsd", "unittests/**/**.wsdl", "unittests/**/**.XSD", "unittests/**/**.xml", "testtools/**.qrc", "examples/**/**.qrc", "examples/**/**.wsdl", "**.html", "**.css", "docs/manual/**.pdf", "**.bat", "**.pem"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#artwork
[[annotations]]
path = ["images/**.png", "docs/api/**.png", "docs/**.png", "docs/**.odg", "examples/**/**.mng", "examples/**/**.gif"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#misc documentation
[[annotations]]
path = ["**md", "**.txt", "**.html", "docs/manual/**.pdf"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
#misc config files
[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".cmake-format.py", ".clang-format", ".clang-tidy", ".clazy", ".codedocs", ".gitignore", ".gitmodules", ".mdlrc", ".mdlrc.rb", ".pep8", ".pylintrc", "docs/api/Doxyfile.cmake", "distro/**", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "kdwsdl2cpp/schemas/soapenc-1.1.xsd"
precedence = "aggregate"
SPDX-FileCopyrightText = "2001 DevelopMentor and 2001 W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved."
SPDX-License-Identifier = "W3C"
[[annotations]]
path = "kdwsdl2cpp/schemas/soapenc-1.2.xsd"
precedence = "aggregate"
SPDX-FileCopyrightText = "2003 W3C(R) (MIT, ERCIM, Keio), All Rights Reserved."
SPDX-License-Identifier = "W3C"
[[annotations]]
path = "kdwsdl2cpp/schemas/schemas.qrc"
precedence = "aggregate"
SPDX-FileCopyrightText = "2005 Tobias Koenig <[email protected]>"
SPDX-License-Identifier = "MIT"
#3rdparty
[[annotations]]
path = "cmake/ECM/modules/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "The KDE Project"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["unittests/groupwise_wsdl/**.xsd", "unittests/groupwise_wsdl/**.wsdl"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2005-2006 Novell, Inc All Rights reserved."
SPDX-License-Identifier = "GPL-2.0-only OR LicenseRef-Novell"
[[annotations]]
path = "unittests/salesforce_wsdl/**.wsdl"
precedence = "aggregate"
SPDX-FileCopyrightText = "1999-2010 salesforce.com, inc. All Rights reserved."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["unittests/soap_over_udp/**.wsdl", "unittests/soap_over_udp/docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-schema-os.xsd", "unittests/soap_over_udp/www.w3.org/2006/03/addressing/ws-addr.xsd"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2009 OASIS(r) All Rights reserved."
SPDX-License-Identifier = "LicenseRef-OASIS"
[[annotations]]
path = "unittests/webcalls_wsdl/**.wsdl"
precedence = "aggregate"
SPDX-FileCopyrightText = "2003-2004 The Sporting Exchange Limited. All rights reserved."
SPDX-License-Identifier = "LicenseRef-SportingExchange"
[[annotations]]
path = ["unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2005/04/discovery/ws-discovery.xsd", "unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2004/08/addressing", "unittests/ws_discovery_wsdl/**.wsdl"]
precedence = "aggregate"
SPDX-FileCopyrightText = "pyright © 2002-2004 BEA Systems Inc., International Business Machines Corporation, Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights reserved."
SPDX-License-Identifier = "LicenseRef-Microsoft"
# doxygen awesome
[[annotations]]
path = "docs/api/doxygen-awesome.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 - 2023 jothepro"
SPDX-License-Identifier = "MIT"