aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/poco
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco')
-rw-r--r--contrib/libs/poco/Crypto/ya.make2
-rw-r--r--contrib/libs/poco/Foundation/include/Poco/Bugcheck.h6
-rw-r--r--contrib/libs/poco/Foundation/ya.make2
-rw-r--r--contrib/libs/poco/JSON/ya.make2
-rw-r--r--contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h2
-rw-r--r--contrib/libs/poco/Net/ya.make2
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/ya.make2
-rw-r--r--contrib/libs/poco/Util/ya.make2
-rw-r--r--contrib/libs/poco/XML/ya.make4
-rw-r--r--contrib/libs/poco/ya.make4
10 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/poco/Crypto/ya.make b/contrib/libs/poco/Crypto/ya.make
index cf58950785..4cdb2ee152 100644
--- a/contrib/libs/poco/Crypto/ya.make
+++ b/contrib/libs/poco/Crypto/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0
diff --git a/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h b/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h
index e97cd7cd80..7f16364751 100644
--- a/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h
+++ b/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h
@@ -173,9 +173,9 @@ protected:
template <bool x>
-struct POCO_STATIC_ASSERTION_FAILURE
-{
-};
+struct POCO_STATIC_ASSERTION_FAILURE
+{
+};
template <>
struct POCO_STATIC_ASSERTION_FAILURE<true>
diff --git a/contrib/libs/poco/Foundation/ya.make b/contrib/libs/poco/Foundation/ya.make
index 9b22a79979..6ba1b2de11 100644
--- a/contrib/libs/poco/Foundation/ya.make
+++ b/contrib/libs/poco/Foundation/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0 AND
diff --git a/contrib/libs/poco/JSON/ya.make b/contrib/libs/poco/JSON/ya.make
index 11e0ff72b1..82b5341523 100644
--- a/contrib/libs/poco/JSON/ya.make
+++ b/contrib/libs/poco/JSON/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0
diff --git a/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h b/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
index ef62155389..b4ea573772 100644
--- a/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
+++ b/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
@@ -239,7 +239,7 @@
#define POCO_HAVE_ADDRINFO_A 1
#endif
-
+
/// Without this option, Poco library will restart recv after EINTR,
/// but it doesn't update socket receive timeout that leads to infinite wait
/// when query profiler is activated. The issue persisted in delayed_replica_failover
diff --git a/contrib/libs/poco/Net/ya.make b/contrib/libs/poco/Net/ya.make
index 9feadc7027..9fb46980dd 100644
--- a/contrib/libs/poco/Net/ya.make
+++ b/contrib/libs/poco/Net/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0 AND
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/ya.make b/contrib/libs/poco/NetSSL_OpenSSL/ya.make
index ba6f99d872..910de40537 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/ya.make
+++ b/contrib/libs/poco/NetSSL_OpenSSL/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0
diff --git a/contrib/libs/poco/Util/ya.make b/contrib/libs/poco/Util/ya.make
index 3a295763c6..8ea468d825 100644
--- a/contrib/libs/poco/Util/ya.make
+++ b/contrib/libs/poco/Util/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0
diff --git a/contrib/libs/poco/XML/ya.make b/contrib/libs/poco/XML/ya.make
index ffa0227a18..42b28d0e94 100644
--- a/contrib/libs/poco/XML/ya.make
+++ b/contrib/libs/poco/XML/ya.make
@@ -6,7 +6,7 @@ OWNER(
orivej
g:cpp-contrib
)
-
+
LICENSE(
BSD-3-Clause AND
BSL-1.0
@@ -20,7 +20,7 @@ PEERDIR(
)
ADDINCL(
- GLOBAL contrib/libs/expat
+ GLOBAL contrib/libs/expat
GLOBAL contrib/libs/poco/XML/include
contrib/libs/poco/Foundation/include
contrib/libs/poco/XML/src
diff --git a/contrib/libs/poco/ya.make b/contrib/libs/poco/ya.make
index a42a9360f5..2eb8389a7b 100644
--- a/contrib/libs/poco/ya.make
+++ b/contrib/libs/poco/ya.make
@@ -1,6 +1,6 @@
-# Generated by devtools/yamaker from nixpkgs 84cf00f98031e93f389f1eb93c4a7374a33cc0a9.
+# Generated by devtools/yamaker from nixpkgs 84cf00f98031e93f389f1eb93c4a7374a33cc0a9.
-OWNER(orivej g:cpp-contrib)
+OWNER(orivej g:cpp-contrib)
VERSION(1.9.4)