You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/07/29 14:10:37 UTC

[qpid-dispatch] 06/06: DISPATCH-1568 Add LICENSE.txt for doctest

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 2654cf1517a9d25b29e1e5c3cac5ff9d0a6985be
Author: Jiri Danek <jd...@redhat.com>
AuthorDate: Tue Jul 28 18:42:56 2020 +0200

    DISPATCH-1568 Add LICENSE.txt for doctest
---
 LICENSE                       |  7 +++++++
 tests/c_unittests/LICENSE.txt | 21 +++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/LICENSE b/LICENSE
index 261eeb9..8e15dae 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,3 +199,10 @@
    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.
+
+
+DISPATCH SUBCOMPONENTS:
+
+Dispatch test code includes copy of doctest, which is licensed with a separate
+MIT License. Use of the source code in the doctest.h file is subject to the terms
+and conditions in the license file tests/c_unittests/LICENSE.txt.
diff --git a/tests/c_unittests/LICENSE.txt b/tests/c_unittests/LICENSE.txt
new file mode 100644
index 0000000..a204721
--- /dev/null
+++ b/tests/c_unittests/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016-2019 Viktor Kirilov
+
+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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org