diff --git a/README.md b/README.md index d49aa711..25120453 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Projects: Requires: - Java 17 -- Gradle 8.0.1 +- Gradle 8.0.2 - Docker (to run some samples) Tested on Ubuntu 20 + macOS 13 diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/Constants.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/Constants.java index 611609f1..9636c9f3 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/Constants.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/Client.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/Client.java index 945a6d72..d5a2f7de 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/Client.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientAgent.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientAgent.java index d94c2b33..d794de2f 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientAgent.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientDemuxer.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientDemuxer.java index d989503c..5faca851 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientDemuxer.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/client/ClientDemuxer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/Server.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/Server.java index 54bed69a..50f221ec 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/Server.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/Server.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerAgent.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerAgent.java index 446ac72b..7ab55285 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerAgent.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerDemuxer.java b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerDemuxer.java index d37b4921..facaf7ed 100644 --- a/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerDemuxer.java +++ b/aeron-core/src/main/java/com/aeroncookbook/aeron/rpc/server/ServerDemuxer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Shaun Laurens. + * Copyright 2019-2023 Adaptive Financial Consulting Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aeron-core/src/main/resources/logback.xml b/aeron-core/src/main/resources/logback.xml index f202a32a..4aa2ee17 100644 --- a/aeron-core/src/main/resources/logback.xml +++ b/aeron-core/src/main/resources/logback.xml @@ -1,5 +1,5 @@