From acac8e6b184846601123a9dc9eaba10077ca2567 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 15 Dec 2015 13:02:32 +0300 Subject: [PATCH] license added --- src/main/java/org/redisson/BaseConfig.java | 2 +- .../redisson/connection/ConnectionEventsHub.java | 15 +++++++++++++++ .../redisson/connection/ConnectionListener.java | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/redisson/BaseConfig.java b/src/main/java/org/redisson/BaseConfig.java index 5375b6805..95bd7ce88 100644 --- a/src/main/java/org/redisson/BaseConfig.java +++ b/src/main/java/org/redisson/BaseConfig.java @@ -252,7 +252,7 @@ class BaseConfig> { } /** - * Reconnection attempt timeout to Redis server then + * Reconnection attempt timeout to Redis server when * it has been excluded from internal list of available servers. * * On every such timeout event Redisson tries diff --git a/src/main/java/org/redisson/connection/ConnectionEventsHub.java b/src/main/java/org/redisson/connection/ConnectionEventsHub.java index 78135792f..a382f5dbd 100644 --- a/src/main/java/org/redisson/connection/ConnectionEventsHub.java +++ b/src/main/java/org/redisson/connection/ConnectionEventsHub.java @@ -1,3 +1,18 @@ +/** + * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.redisson.connection; import java.net.InetSocketAddress; diff --git a/src/main/java/org/redisson/connection/ConnectionListener.java b/src/main/java/org/redisson/connection/ConnectionListener.java index 1ffb7ee96..de424563f 100644 --- a/src/main/java/org/redisson/connection/ConnectionListener.java +++ b/src/main/java/org/redisson/connection/ConnectionListener.java @@ -1,3 +1,18 @@ +/** + * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.redisson.connection; import java.net.InetSocketAddress;