From f5bb3a26da99e968f31d8cb525e61ab27d64139e Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 25 Jul 2016 13:57:56 +0300 Subject: [PATCH] license changed --- src/main/java/org/redisson/RedissonLiveObjectService.java | 2 +- src/main/java/org/redisson/RedissonReference.java | 2 +- src/main/java/org/redisson/api/RLiveObject.java | 2 +- src/main/java/org/redisson/api/RLiveObjectService.java | 2 +- src/main/java/org/redisson/liveobject/LiveObjectTemplate.java | 2 +- src/main/java/org/redisson/liveobject/annotation/REntity.java | 2 +- src/main/java/org/redisson/liveobject/annotation/RId.java | 2 +- .../java/org/redisson/liveobject/annotation/RObjectField.java | 2 +- .../java/org/redisson/liveobject/core/AccessorInterceptor.java | 2 +- .../java/org/redisson/liveobject/core/ExpirableInterceptor.java | 2 +- .../org/redisson/liveobject/core/LiveObjectInterceptor.java | 2 +- src/main/java/org/redisson/liveobject/misc/Introspectior.java | 2 +- .../org/redisson/liveobject/misc/RedissonObjectFactory.java | 2 +- .../java/org/redisson/liveobject/provider/CodecProvider.java | 2 +- .../org/redisson/liveobject/provider/DefaultCodecProvider.java | 2 +- .../redisson/liveobject/provider/DefaultResolverProvider.java | 2 +- .../java/org/redisson/liveobject/provider/ResolverProvider.java | 2 +- .../org/redisson/liveobject/resolver/AbstractNamingScheme.java | 2 +- .../org/redisson/liveobject/resolver/DefaultNamingScheme.java | 2 +- .../liveobject/resolver/DistributedAtomicLongIdGenerator.java | 2 +- .../java/org/redisson/liveobject/resolver/NamingScheme.java | 2 +- src/main/java/org/redisson/liveobject/resolver/RIdResolver.java | 2 +- .../liveobject/resolver/RandomUUIDIdStringGenerator.java | 2 +- src/main/java/org/redisson/liveobject/resolver/Resolver.java | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/java/org/redisson/RedissonLiveObjectService.java b/src/main/java/org/redisson/RedissonLiveObjectService.java index 1f8a9d426..7d951fa03 100644 --- a/src/main/java/org/redisson/RedissonLiveObjectService.java +++ b/src/main/java/org/redisson/RedissonLiveObjectService.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/RedissonReference.java b/src/main/java/org/redisson/RedissonReference.java index d8a811c31..e130e1f35 100644 --- a/src/main/java/org/redisson/RedissonReference.java +++ b/src/main/java/org/redisson/RedissonReference.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/api/RLiveObject.java b/src/main/java/org/redisson/api/RLiveObject.java index 0e549c6fb..d496fd9dd 100644 --- a/src/main/java/org/redisson/api/RLiveObject.java +++ b/src/main/java/org/redisson/api/RLiveObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/api/RLiveObjectService.java b/src/main/java/org/redisson/api/RLiveObjectService.java index ed73e9c63..9d301675a 100644 --- a/src/main/java/org/redisson/api/RLiveObjectService.java +++ b/src/main/java/org/redisson/api/RLiveObjectService.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java b/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java index 261776bbb..99370f2a3 100644 --- a/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java +++ b/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/annotation/REntity.java b/src/main/java/org/redisson/liveobject/annotation/REntity.java index 13a248fa9..b19a5a29b 100644 --- a/src/main/java/org/redisson/liveobject/annotation/REntity.java +++ b/src/main/java/org/redisson/liveobject/annotation/REntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/annotation/RId.java b/src/main/java/org/redisson/liveobject/annotation/RId.java index f963e5566..10b686de6 100644 --- a/src/main/java/org/redisson/liveobject/annotation/RId.java +++ b/src/main/java/org/redisson/liveobject/annotation/RId.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/annotation/RObjectField.java b/src/main/java/org/redisson/liveobject/annotation/RObjectField.java index 2b0ca1227..88a6d017f 100644 --- a/src/main/java/org/redisson/liveobject/annotation/RObjectField.java +++ b/src/main/java/org/redisson/liveobject/annotation/RObjectField.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java b/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java index 83b8323c2..52e1f7217 100644 --- a/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java b/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java index c5f7411b0..b7adabed7 100644 --- a/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java b/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java index bcc2ea1a2..7852d9da4 100644 --- a/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/misc/Introspectior.java b/src/main/java/org/redisson/liveobject/misc/Introspectior.java index be4b9598e..c13c398ff 100644 --- a/src/main/java/org/redisson/liveobject/misc/Introspectior.java +++ b/src/main/java/org/redisson/liveobject/misc/Introspectior.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/misc/RedissonObjectFactory.java b/src/main/java/org/redisson/liveobject/misc/RedissonObjectFactory.java index 9f7c7f0ad..fb61385ad 100644 --- a/src/main/java/org/redisson/liveobject/misc/RedissonObjectFactory.java +++ b/src/main/java/org/redisson/liveobject/misc/RedissonObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/provider/CodecProvider.java b/src/main/java/org/redisson/liveobject/provider/CodecProvider.java index d9ea2807d..8b732576c 100644 --- a/src/main/java/org/redisson/liveobject/provider/CodecProvider.java +++ b/src/main/java/org/redisson/liveobject/provider/CodecProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/provider/DefaultCodecProvider.java b/src/main/java/org/redisson/liveobject/provider/DefaultCodecProvider.java index 5061b36a9..32ceb4b8d 100644 --- a/src/main/java/org/redisson/liveobject/provider/DefaultCodecProvider.java +++ b/src/main/java/org/redisson/liveobject/provider/DefaultCodecProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/provider/DefaultResolverProvider.java b/src/main/java/org/redisson/liveobject/provider/DefaultResolverProvider.java index bb2be1185..12cec345f 100644 --- a/src/main/java/org/redisson/liveobject/provider/DefaultResolverProvider.java +++ b/src/main/java/org/redisson/liveobject/provider/DefaultResolverProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/provider/ResolverProvider.java b/src/main/java/org/redisson/liveobject/provider/ResolverProvider.java index 41442956a..248f62960 100644 --- a/src/main/java/org/redisson/liveobject/provider/ResolverProvider.java +++ b/src/main/java/org/redisson/liveobject/provider/ResolverProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/AbstractNamingScheme.java b/src/main/java/org/redisson/liveobject/resolver/AbstractNamingScheme.java index 4d8e8ba8e..41bcc1f08 100644 --- a/src/main/java/org/redisson/liveobject/resolver/AbstractNamingScheme.java +++ b/src/main/java/org/redisson/liveobject/resolver/AbstractNamingScheme.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/DefaultNamingScheme.java b/src/main/java/org/redisson/liveobject/resolver/DefaultNamingScheme.java index 6a5848f4e..52b303a78 100644 --- a/src/main/java/org/redisson/liveobject/resolver/DefaultNamingScheme.java +++ b/src/main/java/org/redisson/liveobject/resolver/DefaultNamingScheme.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/DistributedAtomicLongIdGenerator.java b/src/main/java/org/redisson/liveobject/resolver/DistributedAtomicLongIdGenerator.java index ffe5fcd71..14f7e210a 100644 --- a/src/main/java/org/redisson/liveobject/resolver/DistributedAtomicLongIdGenerator.java +++ b/src/main/java/org/redisson/liveobject/resolver/DistributedAtomicLongIdGenerator.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/NamingScheme.java b/src/main/java/org/redisson/liveobject/resolver/NamingScheme.java index abfbb04e2..198a8f9ce 100644 --- a/src/main/java/org/redisson/liveobject/resolver/NamingScheme.java +++ b/src/main/java/org/redisson/liveobject/resolver/NamingScheme.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/RIdResolver.java b/src/main/java/org/redisson/liveobject/resolver/RIdResolver.java index e6fa0eae3..9e54b1f61 100644 --- a/src/main/java/org/redisson/liveobject/resolver/RIdResolver.java +++ b/src/main/java/org/redisson/liveobject/resolver/RIdResolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/RandomUUIDIdStringGenerator.java b/src/main/java/org/redisson/liveobject/resolver/RandomUUIDIdStringGenerator.java index 9164853bf..148c77293 100644 --- a/src/main/java/org/redisson/liveobject/resolver/RandomUUIDIdStringGenerator.java +++ b/src/main/java/org/redisson/liveobject/resolver/RandomUUIDIdStringGenerator.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * 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/src/main/java/org/redisson/liveobject/resolver/Resolver.java b/src/main/java/org/redisson/liveobject/resolver/Resolver.java index fd391a64e..4f303fb4c 100644 --- a/src/main/java/org/redisson/liveobject/resolver/Resolver.java +++ b/src/main/java/org/redisson/liveobject/resolver/Resolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2014 Nikita Koksharov, Nickolay Borbit + * Copyright 2016 Nikita Koksharov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.