From b56c4ec369e15b5cac3886fa1f4b0b67d52fd286 Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Thu, 18 Apr 2024 13:33:28 -0400 Subject: [PATCH] Update copyrights --- orderbook/orderbook.c | 2 +- orderbook/orderbook.h | 2 +- orderbook/sorteddict.c | 2 +- orderbook/sorteddict.h | 2 +- orderbook/utils.c | 2 +- orderbook/utils.h | 2 +- perf/performance_test.py | 2 +- perf/profile_checksum.py | 2 +- perf/pyorderbook.py | 2 +- setup.py | 2 +- tests/test_checksums.py | 2 +- tests/test_orderbook.py | 2 +- tests/test_sorteddict.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/orderbook/orderbook.c b/orderbook/orderbook.c index 1dcc28a..e0606e8 100644 --- a/orderbook/orderbook.c +++ b/orderbook/orderbook.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/orderbook/orderbook.h b/orderbook/orderbook.h index d8f2c08..d99f322 100644 --- a/orderbook/orderbook.h +++ b/orderbook/orderbook.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/orderbook/sorteddict.c b/orderbook/sorteddict.c index 693bd03..3b79070 100644 --- a/orderbook/sorteddict.c +++ b/orderbook/sorteddict.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/orderbook/sorteddict.h b/orderbook/sorteddict.h index d93c184..7d51386 100644 --- a/orderbook/sorteddict.h +++ b/orderbook/sorteddict.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/orderbook/utils.c b/orderbook/utils.c index c3b11d4..3c4d28c 100644 --- a/orderbook/utils.c +++ b/orderbook/utils.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/orderbook/utils.h b/orderbook/utils.h index ca70cfe..ae96fa4 100644 --- a/orderbook/utils.h +++ b/orderbook/utils.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/perf/performance_test.py b/perf/performance_test.py index 894c9ec..d386fb3 100644 --- a/perf/performance_test.py +++ b/perf/performance_test.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/perf/profile_checksum.py b/perf/profile_checksum.py index 064e782..9d90e1c 100644 --- a/perf/profile_checksum.py +++ b/perf/profile_checksum.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. ''' diff --git a/perf/pyorderbook.py b/perf/pyorderbook.py index 199c292..0779cec 100644 --- a/perf/pyorderbook.py +++ b/perf/pyorderbook.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/setup.py b/setup.py index 3764d56..8cb8ccb 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/tests/test_checksums.py b/tests/test_checksums.py index 16d1bc3..e20051c 100644 --- a/tests/test_checksums.py +++ b/tests/test_checksums.py @@ -1,6 +1,6 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/tests/test_orderbook.py b/tests/test_orderbook.py index 93229e4..7ceea46 100644 --- a/tests/test_orderbook.py +++ b/tests/test_orderbook.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software. diff --git a/tests/test_sorteddict.py b/tests/test_sorteddict.py index eef0e5a..96ce133 100644 --- a/tests/test_sorteddict.py +++ b/tests/test_sorteddict.py @@ -1,5 +1,5 @@ ''' -Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com +Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com Please see the LICENSE file for the terms and conditions associated with this software.