From 64db4dd9d23c16fbcba334d0db461540c9a01361 Mon Sep 17 00:00:00 2001 From: sss Date: Tue, 17 Jan 2023 00:45:13 +0300 Subject: submodules --- .gitmodules | 19 +++++++++++++++++++ 3rdparty/FreeRDP | 1 + 3rdparty/curl | 1 + 3rdparty/json.h | 1 + 3rdparty/libcb | 1 + 3rdparty/picohttpparser | 1 + 3rdparty/wslay | 1 + LICENSE | 11 +++++++++++ 8 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 160000 3rdparty/FreeRDP create mode 160000 3rdparty/curl create mode 160000 3rdparty/json.h create mode 160000 3rdparty/libcb create mode 160000 3rdparty/picohttpparser create mode 160000 3rdparty/wslay create mode 100644 LICENSE diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..df5d384 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,19 @@ +[submodule "3rdparty/FreeRDP"] + path = 3rdparty/FreeRDP + url = https://github.com/FreeRDP/FreeRDP/ + commit = a4f147683db7aa99a6075aeaf7c698bc6ba84d11 +[submodule "3rdparty/json.h"] + path = 3rdparty/json.h + url = https://github.com/sheredom/json.h +[submodule "3rdparty/wslay"] + path = 3rdparty/wslay + url = https://github.com/tatsuhiro-t/wslay/ +[submodule "3rdparty/picohttpparser"] + path = 3rdparty/picohttpparser + url = https://github.com/h2o/picohttpparser +[submodule "3rdparty/libcb"] + path = 3rdparty/libcb + url = https://github.com/rozhuk-im/liblcb +[submodule "3rdparty/curl"] + path = 3rdparty/curl + url = https://github.com/curl/curl/ diff --git a/3rdparty/FreeRDP b/3rdparty/FreeRDP new file mode 160000 index 0000000..4fc7a94 --- /dev/null +++ b/3rdparty/FreeRDP @@ -0,0 +1 @@ +Subproject commit 4fc7a9417de0f16fe2ade8d774e46413d62a38ba diff --git a/3rdparty/curl b/3rdparty/curl new file mode 160000 index 0000000..b7c0bd6 --- /dev/null +++ b/3rdparty/curl @@ -0,0 +1 @@ +Subproject commit b7c0bd68ffc0778ce0440439ac317da5a0765931 diff --git a/3rdparty/json.h b/3rdparty/json.h new file mode 160000 index 0000000..adf662d --- /dev/null +++ b/3rdparty/json.h @@ -0,0 +1 @@ +Subproject commit adf662d166f1890f456b1c86a6d923dbfe6c7397 diff --git a/3rdparty/libcb b/3rdparty/libcb new file mode 160000 index 0000000..6d4b75b --- /dev/null +++ b/3rdparty/libcb @@ -0,0 +1 @@ +Subproject commit 6d4b75b39cd4824cdb9b7bda0796156ef80f7c42 diff --git a/3rdparty/picohttpparser b/3rdparty/picohttpparser new file mode 160000 index 0000000..066d2b1 --- /dev/null +++ b/3rdparty/picohttpparser @@ -0,0 +1 @@ +Subproject commit 066d2b1e9ab820703db0837a7255d92d30f0c9f5 diff --git a/3rdparty/wslay b/3rdparty/wslay new file mode 160000 index 0000000..45d2258 --- /dev/null +++ b/3rdparty/wslay @@ -0,0 +1 @@ +Subproject commit 45d22583b488f79d5a4e598cc7675c191c5ab53f diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8c932df --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +BSD-2-Clause license + +Copyright (c) 2018-2023 NST . + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -- cgit v1.2.3