diff options
author | sss <sss@dark-alexandr.net> | 2023-01-17 00:45:13 +0300 |
---|---|---|
committer | sss <sss@dark-alexandr.net> | 2023-01-17 01:10:11 +0300 |
commit | 64db4dd9d23c16fbcba334d0db461540c9a01361 (patch) | |
tree | 7a7f6ac72178a8481e65579059080a3277c753d7 | |
parent | cc3f33db7a8d3c4ad373e646b199808e01bc5d9b (diff) |
submodules
-rw-r--r-- | .gitmodules | 19 | ||||
m--------- | 3rdparty/FreeRDP | 0 | ||||
m--------- | 3rdparty/curl | 0 | ||||
m--------- | 3rdparty/json.h | 0 | ||||
m--------- | 3rdparty/libcb | 0 | ||||
m--------- | 3rdparty/picohttpparser | 0 | ||||
m--------- | 3rdparty/wslay | 0 | ||||
-rw-r--r-- | LICENSE | 11 |
8 files changed, 30 insertions, 0 deletions
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 +Subproject 4fc7a9417de0f16fe2ade8d774e46413d62a38b diff --git a/3rdparty/curl b/3rdparty/curl new file mode 160000 +Subproject b7c0bd68ffc0778ce0440439ac317da5a076593 diff --git a/3rdparty/json.h b/3rdparty/json.h new file mode 160000 +Subproject adf662d166f1890f456b1c86a6d923dbfe6c739 diff --git a/3rdparty/libcb b/3rdparty/libcb new file mode 160000 +Subproject 6d4b75b39cd4824cdb9b7bda0796156ef80f7c4 diff --git a/3rdparty/picohttpparser b/3rdparty/picohttpparser new file mode 160000 +Subproject 066d2b1e9ab820703db0837a7255d92d30f0c9f diff --git a/3rdparty/wslay b/3rdparty/wslay new file mode 160000 +Subproject 45d22583b488f79d5a4e598cc7675c191c5ab53 @@ -0,0 +1,11 @@ +BSD-2-Clause license + +Copyright (c) 2018-2023 NST <www.newinfosec.ru>. + +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. + |