This is an automated email from the ASF dual-hosted git repository.
kdowney pushed a change to branch migrate-cpp-client
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 1c74bd5c Remove GitHub Actions workflows; add license headers
add 2bf26c47 Additional license headers
No new revisions were added by this update.
Summary of changes:
foreign/cpp/.devcontainer/post-install.sh | 18 ++++++++++++++++++
foreign/cpp/.pre-commit-config.yaml | 16 ++++++++++++++++
foreign/cpp/CMakeLists.txt | 16 ++++++++++++++++
foreign/cpp/sdk/net/address.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/address.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/conn.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/conn.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/http/conn.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/http/conn.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/iggy.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/iggy.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/protocol.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/protocol.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/quic/address.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/quic/conn.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/quic/stream.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/ssl/crypto.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/ssl/crypto.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/ssl/ssl.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/ssl/ssl.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/ssl/ssl_engine.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/tcp/conn.cc | 16 ++++++++++++++++
foreign/cpp/sdk/net/tcp/conn.h | 16 ++++++++++++++++
foreign/cpp/sdk/net/transport.h | 16 ++++++++++++++++
24 files changed, 386 insertions(+)