Skip to content

Commit b56c4ec

Browse files
committed
Update copyrights
1 parent 7513a1c commit b56c4ec

13 files changed

Lines changed: 13 additions & 13 deletions

orderbook/orderbook.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

orderbook/orderbook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

orderbook/sorteddict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

orderbook/sorteddict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

orderbook/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

orderbook/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

perf/performance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

perf/profile_checksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
Please see the LICENSE file for the terms and conditions
44
associated with this software.
55
'''

perf/pyorderbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright (C) 2020-2023 Bryant Moscon - bmoscon@gmail.com
2+
Copyright (C) 2020-2024 Bryant Moscon - bmoscon@gmail.com
33
44
Please see the LICENSE file for the terms and conditions
55
associated with this software.

0 commit comments

Comments
 (0)