From cce1b04df0b80d78554d16d6b390cfcf32aa68fd Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Wed, 20 Sep 2023 21:29:52 +0300 Subject: [PATCH] Update license --- attack.go | 7 ------- attack_test.go | 7 ------- chart_test.go | 7 ------- cmd/dummy_http/main.go | 7 ------- cmd/dummy_test/main.go | 7 ------- config.go | 7 ------- control_attacker_mock.go | 7 ------- default_http_client.go | 7 ------- dummy_http_service.go | 7 ------- errors.go | 7 ------- examples/attackers/attacker.go | 7 ------- examples/attackers/attacker_with_data.go | 7 ------- examples/tests/open/main.go | 7 ------- examples/tests/private/main.go | 7 ------- examples/tests/shared_data/main.go | 7 ------- fasthttp_attacker_mock.go | 7 ------- fasthttp_client.go | 7 ------- graph_report.go | 7 ------- http_attacker_mock.go | 7 ------- logging.go | 7 ------- manual_test.go | 7 ------- metrics.go | 7 ------- pprof.go | 7 ------- prometheus_metrics.go | 7 ------- report.go | 7 ------- result.go | 7 ------- runner.go | 7 ------- runner_test.go | 7 ------- shared.go | 7 ------- slack_report.go | 7 ------- type_registry.go | 7 ------- typed_attacker_mocks.go | 7 ------- utils.go | 7 ------- utils_test.go | 7 ------- 34 files changed, 238 deletions(-) diff --git a/attack.go b/attack.go index 2a5655a..b1cc28a 100644 --- a/attack.go +++ b/attack.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/attack_test.go b/attack_test.go index 381b46b..2fc59ce 100644 --- a/attack_test.go +++ b/attack_test.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/chart_test.go b/chart_test.go index be8b1ee..490e3bf 100644 --- a/chart_test.go +++ b/chart_test.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/cmd/dummy_http/main.go b/cmd/dummy_http/main.go index 86896bf..a0d6c6c 100644 --- a/cmd/dummy_http/main.go +++ b/cmd/dummy_http/main.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package main import ( diff --git a/cmd/dummy_test/main.go b/cmd/dummy_test/main.go index 7b494d2..874980f 100644 --- a/cmd/dummy_test/main.go +++ b/cmd/dummy_test/main.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package main import ( diff --git a/config.go b/config.go index c838d25..a7479cd 100644 --- a/config.go +++ b/config.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - //go:generate stringer -type=SystemMode package loaderbot diff --git a/control_attacker_mock.go b/control_attacker_mock.go index 9692d07..7ef5a0e 100644 --- a/control_attacker_mock.go +++ b/control_attacker_mock.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/default_http_client.go b/default_http_client.go index 3853948..bd559f8 100644 --- a/default_http_client.go +++ b/default_http_client.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/dummy_http_service.go b/dummy_http_service.go index 5d153f1..8557764 100644 --- a/dummy_http_service.go +++ b/dummy_http_service.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/errors.go b/errors.go index 83b5223..8f50efd 100644 --- a/errors.go +++ b/errors.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/examples/attackers/attacker.go b/examples/attackers/attacker.go index 6f77785..d1b5049 100644 --- a/examples/attackers/attacker.go +++ b/examples/attackers/attacker.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package attackers import ( diff --git a/examples/attackers/attacker_with_data.go b/examples/attackers/attacker_with_data.go index c8568f8..44925a2 100644 --- a/examples/attackers/attacker_with_data.go +++ b/examples/attackers/attacker_with_data.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package attackers import ( diff --git a/examples/tests/open/main.go b/examples/tests/open/main.go index 71a01e4..e16fc6d 100644 --- a/examples/tests/open/main.go +++ b/examples/tests/open/main.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package main import ( diff --git a/examples/tests/private/main.go b/examples/tests/private/main.go index 1c750e4..b8778a6 100644 --- a/examples/tests/private/main.go +++ b/examples/tests/private/main.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package main import ( diff --git a/examples/tests/shared_data/main.go b/examples/tests/shared_data/main.go index aba2afe..3bbbb6c 100644 --- a/examples/tests/shared_data/main.go +++ b/examples/tests/shared_data/main.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package main import ( diff --git a/fasthttp_attacker_mock.go b/fasthttp_attacker_mock.go index 88a2199..c660449 100644 --- a/fasthttp_attacker_mock.go +++ b/fasthttp_attacker_mock.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/fasthttp_client.go b/fasthttp_client.go index 208ff1b..870d0fd 100644 --- a/fasthttp_client.go +++ b/fasthttp_client.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/graph_report.go b/graph_report.go index e5587ef..ff10572 100644 --- a/graph_report.go +++ b/graph_report.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/http_attacker_mock.go b/http_attacker_mock.go index 0a10675..66f5b37 100644 --- a/http_attacker_mock.go +++ b/http_attacker_mock.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/logging.go b/logging.go index af6e9b2..a59407d 100644 --- a/logging.go +++ b/logging.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/manual_test.go b/manual_test.go index 2928d2f..0290e62 100644 --- a/manual_test.go +++ b/manual_test.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/metrics.go b/metrics.go index 7369daf..d4cf7e2 100644 --- a/metrics.go +++ b/metrics.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/pprof.go b/pprof.go index 36ac311..aeb0536 100644 --- a/pprof.go +++ b/pprof.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/prometheus_metrics.go b/prometheus_metrics.go index 04ebcc8..2527954 100644 --- a/prometheus_metrics.go +++ b/prometheus_metrics.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/report.go b/report.go index 4e5dba1..7d5f1f7 100644 --- a/report.go +++ b/report.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/result.go b/result.go index fc035e1..51f8bc1 100644 --- a/result.go +++ b/result.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/runner.go b/runner.go index f7c72b5..e7365ea 100644 --- a/runner.go +++ b/runner.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/runner_test.go b/runner_test.go index 229c96f..ef1c62e 100644 --- a/runner_test.go +++ b/runner_test.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/shared.go b/shared.go index b472977..d79cb71 100644 --- a/shared.go +++ b/shared.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/slack_report.go b/slack_report.go index dd9df63..fbd51de 100644 --- a/slack_report.go +++ b/slack_report.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/type_registry.go b/type_registry.go index c77cf75..6fb03d8 100644 --- a/type_registry.go +++ b/type_registry.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot var atkRegistry = make(map[string]Attack) diff --git a/typed_attacker_mocks.go b/typed_attacker_mocks.go index b926a8b..635ba65 100644 --- a/typed_attacker_mocks.go +++ b/typed_attacker_mocks.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/utils.go b/utils.go index f0bad45..5a3192c 100644 --- a/utils.go +++ b/utils.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import ( diff --git a/utils_test.go b/utils_test.go index c456b43..a6b4d50 100644 --- a/utils_test.go +++ b/utils_test.go @@ -1,10 +1,3 @@ -/* - * // Copyright 2020 Insolar Network Ltd. - * // All rights reserved. - * // This material is licensed under the Insolar License version 1.0, - * // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md. - */ - package loaderbot import (