Skip to content

Commit 4caa7f4

Browse files
committed
Update copyright.
1 parent a1bc244 commit 4caa7f4

File tree

212 files changed

+213
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+213
-213
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2013-2024 Real Logic Limited.
2+
# Copyright 2013-2025 Real Logic Limited.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -194,7 +194,7 @@ subprojects {
194194
javadoc {
195195
failOnError false
196196
title = '<h1>Simple Binary Encoding (SBE)</h1>'
197-
options.bottom = '<i>Copyright &#169; 2013-2024 Real Logic Limited. All Rights Reserved.</i>'
197+
options.bottom = '<i>Copyright &#169; 2013-2025 Real Logic Limited. All Rights Reserved.</i>'
198198
options.encoding = 'UTF-8'
199199
options.docEncoding = 'UTF-8'
200200
options.charSet = 'UTF-8'

sbe-benchmarks/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2013-2024 Real Logic Limited.
2+
# Copyright 2013-2025 Real Logic Limited.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

sbe-benchmarks/src/main/cpp/CarBench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

sbe-benchmarks/src/main/cpp/CodecBench.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

sbe-benchmarks/src/main/cpp/MarketDataBench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 Real Logic Limited.
2+
* Copyright 2013-2025 Real Logic Limited.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)