From cf31b62e0ce8ce2c92d12d9b52fd7ca3150a6507 Mon Sep 17 00:00:00 2001 From: Ivan Koveshnikov Date: Thu, 13 Dec 2018 15:29:48 +0500 Subject: [PATCH] Update copyrights of changed files --- tempesta_db/core/main.c | 2 +- tempesta_db/core/tdb_if.h | 2 +- tempesta_db/libtdb/exception.h | 2 +- tempesta_db/libtdb/handler.cc | 2 +- tempesta_fw/addr.c | 2 +- tempesta_fw/connection.h | 2 +- tempesta_fw/http_sess.h | 2 +- tempesta_fw/log.h | 2 +- tempesta_fw/stress.h | 2 +- tempesta_fw/t/bomber.c | 2 +- tempesta_fw/t/sync_sockets/kernel/kserver.c | 1 + tempesta_fw/t/sync_sockets/kernel/sync_kclient.c | 2 +- tempesta_fw/t/sync_sockets/kernel/sync_kserver.c | 2 +- tempesta_fw/t/sync_sockets/server.cc | 1 + tempesta_fw/t/unit/helpers.c | 2 +- tempesta_fw/t/unit/test_hash.c | 2 +- tempesta_fw/t/unit/test_http_parser.c | 2 +- tempesta_fw/t/unit/user_space/alb.c | 2 +- tempesta_fw/t/unit/user_space/percentiles.c | 2 +- tempesta_fw/t/unit/user_space/slr.cc | 2 +- 20 files changed, 20 insertions(+), 18 deletions(-) diff --git a/tempesta_db/core/main.c b/tempesta_db/core/main.c index 19c0766d14..e4511b0590 100644 --- a/tempesta_db/core/main.c +++ b/tempesta_db/core/main.c @@ -4,7 +4,7 @@ * This is the entry point: initialization functions and public interfaces. * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015 - 2017 Tempesta Technologies, Inc. + * Copyright (C) 2015 - 2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_db/core/tdb_if.h b/tempesta_db/core/tdb_if.h index c4a22ad50f..e56ce107f9 100644 --- a/tempesta_db/core/tdb_if.h +++ b/tempesta_db/core/tdb_if.h @@ -3,7 +3,7 @@ * * User-space communication interfaces. * - * Copyright (C) 2015 Tempesta Technologies. + * Copyright (C) 2015-2018 Tempesta Technologies. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_db/libtdb/exception.h b/tempesta_db/libtdb/exception.h index 33079680f6..5931dc6706 100644 --- a/tempesta_db/libtdb/exception.h +++ b/tempesta_db/libtdb/exception.h @@ -3,7 +3,7 @@ * * Error/exceptions handling. * - * Copyright (C) 2015 Tempesta Technologies. + * Copyright (C) 2015-2018 Tempesta Technologies. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_db/libtdb/handler.cc b/tempesta_db/libtdb/handler.cc index dc74185af6..4d7ecc4d08 100644 --- a/tempesta_db/libtdb/handler.cc +++ b/tempesta_db/libtdb/handler.cc @@ -7,7 +7,7 @@ * Update the code when the library support the feature, * track status of https://github.com/thom311/libnl/issues/33. * - * Copyright (C) 2015 Tempesta Technologies. + * Copyright (C) 2015-2018 Tempesta Technologies. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/addr.c b/tempesta_fw/addr.c index 49e0f6f159..d5189e9513 100644 --- a/tempesta_fw/addr.c +++ b/tempesta_fw/addr.c @@ -4,7 +4,7 @@ * IP address related functions. * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2016 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/connection.h b/tempesta_fw/connection.h index 8078bb71a8..68f515cbdc 100644 --- a/tempesta_fw/connection.h +++ b/tempesta_fw/connection.h @@ -4,7 +4,7 @@ * Definitions for generic connection management at OSI level 6 (presentation). * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2017 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/http_sess.h b/tempesta_fw/http_sess.h index a8be296f02..a01063e262 100644 --- a/tempesta_fw/http_sess.h +++ b/tempesta_fw/http_sess.h @@ -1,7 +1,7 @@ /* * Tempesta FW * - * Copyright (C) 2017 Tempesta Technologies, Inc. + * Copyright (C) 2017-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/log.h b/tempesta_fw/log.h index 42127acb65..d4f2beb113 100644 --- a/tempesta_fw/log.h +++ b/tempesta_fw/log.h @@ -2,7 +2,7 @@ * Tempesta FW * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2017 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/stress.h b/tempesta_fw/stress.h index 376f5977a8..51dc64e5e7 100644 --- a/tempesta_fw/stress.h +++ b/tempesta_fw/stress.h @@ -2,7 +2,7 @@ * Tempesta FW * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/bomber.c b/tempesta_fw/t/bomber.c index 28b860d698..17d8ccc69f 100644 --- a/tempesta_fw/t/bomber.c +++ b/tempesta_fw/t/bomber.c @@ -3,7 +3,7 @@ * * Tempesta Bomber: a tool for HTTP servers stress testing. * - * Copyright (C) 2015-2017 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/sync_sockets/kernel/kserver.c b/tempesta_fw/t/sync_sockets/kernel/kserver.c index 60f2b68372..8dab1f501d 100644 --- a/tempesta_fw/t/sync_sockets/kernel/kserver.c +++ b/tempesta_fw/t/sync_sockets/kernel/kserver.c @@ -4,6 +4,7 @@ * The code is mostly inspired by Oracle RDS (linux/net/rds). * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). + * Copyright (C) 2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/sync_sockets/kernel/sync_kclient.c b/tempesta_fw/t/sync_sockets/kernel/sync_kclient.c index 6d1840780a..fb04661a78 100644 --- a/tempesta_fw/t/sync_sockets/kernel/sync_kclient.c +++ b/tempesta_fw/t/sync_sockets/kernel/sync_kclient.c @@ -2,7 +2,7 @@ * A client for testing Synchronous Sockets connect() that does not sleep. * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/sync_sockets/kernel/sync_kserver.c b/tempesta_fw/t/sync_sockets/kernel/sync_kserver.c index 0423a4af9a..08afc4accb 100644 --- a/tempesta_fw/t/sync_sockets/kernel/sync_kserver.c +++ b/tempesta_fw/t/sync_sockets/kernel/sync_kserver.c @@ -6,7 +6,7 @@ * kworker threads. * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2016 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/sync_sockets/server.cc b/tempesta_fw/t/sync_sockets/server.cc index 4a150f7bc3..55971a9131 100644 --- a/tempesta_fw/t/sync_sockets/server.cc +++ b/tempesta_fw/t/sync_sockets/server.cc @@ -3,6 +3,7 @@ * Synchronous Socket API. * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). + * Copyright (C) 2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/helpers.c b/tempesta_fw/t/unit/helpers.c index c5b11f0b25..286542f270 100644 --- a/tempesta_fw/t/unit/helpers.c +++ b/tempesta_fw/t/unit/helpers.c @@ -15,7 +15,7 @@ * and generic testing functions/macros are located in test.c/test.h * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2017 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/test_hash.c b/tempesta_fw/t/unit/test_hash.c index 7f44a35cb4..cc6963b243 100644 --- a/tempesta_fw/t/unit/test_hash.c +++ b/tempesta_fw/t/unit/test_hash.c @@ -2,7 +2,7 @@ * Tempesta FW * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/test_http_parser.c b/tempesta_fw/t/unit/test_http_parser.c index 515f1fef89..b6e5519a9d 100644 --- a/tempesta_fw/t/unit/test_http_parser.c +++ b/tempesta_fw/t/unit/test_http_parser.c @@ -2,7 +2,7 @@ * Tempesta FW * * Copyright (C) 2014 NatSys Lab. (info@natsys-lab.com). - * Copyright (C) 2015-2016 Tempesta Technologies, Inc. + * Copyright (C) 2015-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/user_space/alb.c b/tempesta_fw/t/unit/user_space/alb.c index 50496a14dc..bb9aac9a1c 100644 --- a/tempesta_fw/t/unit/user_space/alb.c +++ b/tempesta_fw/t/unit/user_space/alb.c @@ -4,7 +4,7 @@ * Algorithm for ratio scheduler with as uniform as possible requests * distribution. * - * Copyright (C) 2017 Tempesta Technologies, Inc. + * Copyright (C) 2017-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/user_space/percentiles.c b/tempesta_fw/t/unit/user_space/percentiles.c index 6bc85a5194..17e4679d84 100644 --- a/tempesta_fw/t/unit/user_space/percentiles.c +++ b/tempesta_fw/t/unit/user_space/percentiles.c @@ -24,7 +24,7 @@ * value for different percentile, e.g. 81st. This is very possible if we * don't have enough data for accurate percentiles calculation. * - * Copyright (C) 2016-2017 Tempesta Technologies, Inc. + * Copyright (C) 2016-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/tempesta_fw/t/unit/user_space/slr.cc b/tempesta_fw/t/unit/user_space/slr.cc index 700e032636..d8e5929a80 100644 --- a/tempesta_fw/t/unit/user_space/slr.cc +++ b/tempesta_fw/t/unit/user_space/slr.cc @@ -4,7 +4,7 @@ * Simple linear regression calculation on sliding data window. * This model assumes time as explanatory variable @x. * - * Copyright (C) 2017 Tempesta Technologies, Inc. + * Copyright (C) 2017-2018 Tempesta Technologies, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by