From d777329743d034c3332142e1c6a6c0fa791daea3 Mon Sep 17 00:00:00 2001 From: jackygurui Date: Fri, 10 Jun 2016 22:45:22 +0100 Subject: [PATCH] License header added --- .../org/redisson/liveobject/CodecProvider.java | 15 +++++++++++++++ .../redisson/liveobject/DefaultCodecProvider.java | 15 +++++++++++++++ .../redisson/liveobject/LiveObjectTemplate.java | 15 +++++++++++++++ .../liveobject/RAttachedLiveObjectService.java | 15 +++++++++++++++ .../liveobject/RDetachedLiveObjectService.java | 15 +++++++++++++++ .../java/org/redisson/liveobject/RLiveObject.java | 15 +++++++++++++++ .../redisson/liveobject/RLiveObjectService.java | 15 +++++++++++++++ .../redisson/liveobject/annotation/REntity.java | 15 +++++++++++++++ .../org/redisson/liveobject/annotation/RId.java | 15 +++++++++++++++ .../liveobject/core/AccessorInterceptor.java | 15 +++++++++++++++ .../liveobject/core/ExpirableInterceptor.java | 15 +++++++++++++++ .../liveobject/core/LiveObjectInterceptor.java | 15 +++++++++++++++ .../redisson/liveobject/misc/Introspectior.java | 15 +++++++++++++++ .../resolver/FieldValueAsIdGenerator.java | 15 +++++++++++++++ .../redisson/liveobject/resolver/Resolver.java | 15 +++++++++++++++ 15 files changed, 225 insertions(+) diff --git a/src/main/java/org/redisson/liveobject/CodecProvider.java b/src/main/java/org/redisson/liveobject/CodecProvider.java index 6428e1cf6..8e6fb7920 100644 --- a/src/main/java/org/redisson/liveobject/CodecProvider.java +++ b/src/main/java/org/redisson/liveobject/CodecProvider.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.liveobject; import org.redisson.client.codec.Codec; diff --git a/src/main/java/org/redisson/liveobject/DefaultCodecProvider.java b/src/main/java/org/redisson/liveobject/DefaultCodecProvider.java index 875ff2acc..7bb51a7d3 100644 --- a/src/main/java/org/redisson/liveobject/DefaultCodecProvider.java +++ b/src/main/java/org/redisson/liveobject/DefaultCodecProvider.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.liveobject; import io.netty.util.internal.PlatformDependent; diff --git a/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java b/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java index 21cae2144..261776bbb 100644 --- a/src/main/java/org/redisson/liveobject/LiveObjectTemplate.java +++ b/src/main/java/org/redisson/liveobject/LiveObjectTemplate.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.liveobject; import org.redisson.core.RMap; diff --git a/src/main/java/org/redisson/liveobject/RAttachedLiveObjectService.java b/src/main/java/org/redisson/liveobject/RAttachedLiveObjectService.java index 1393bf5a5..92efe7c77 100644 --- a/src/main/java/org/redisson/liveobject/RAttachedLiveObjectService.java +++ b/src/main/java/org/redisson/liveobject/RAttachedLiveObjectService.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.liveobject; //import java.util.concurrent.TimeUnit; diff --git a/src/main/java/org/redisson/liveobject/RDetachedLiveObjectService.java b/src/main/java/org/redisson/liveobject/RDetachedLiveObjectService.java index c79d6f38b..04329ff56 100644 --- a/src/main/java/org/redisson/liveobject/RDetachedLiveObjectService.java +++ b/src/main/java/org/redisson/liveobject/RDetachedLiveObjectService.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.liveobject; import io.netty.util.concurrent.Future; diff --git a/src/main/java/org/redisson/liveobject/RLiveObject.java b/src/main/java/org/redisson/liveobject/RLiveObject.java index 066fa1b81..4ae4b3a05 100644 --- a/src/main/java/org/redisson/liveobject/RLiveObject.java +++ b/src/main/java/org/redisson/liveobject/RLiveObject.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.liveobject; //import org.redisson.core.RMap; diff --git a/src/main/java/org/redisson/liveobject/RLiveObjectService.java b/src/main/java/org/redisson/liveobject/RLiveObjectService.java index 4751f5c33..a9a5f07af 100644 --- a/src/main/java/org/redisson/liveobject/RLiveObjectService.java +++ b/src/main/java/org/redisson/liveobject/RLiveObjectService.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.liveobject; /** diff --git a/src/main/java/org/redisson/liveobject/annotation/REntity.java b/src/main/java/org/redisson/liveobject/annotation/REntity.java index a4af9a4e9..1756d7288 100644 --- a/src/main/java/org/redisson/liveobject/annotation/REntity.java +++ b/src/main/java/org/redisson/liveobject/annotation/REntity.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.liveobject.annotation; import java.lang.annotation.ElementType; diff --git a/src/main/java/org/redisson/liveobject/annotation/RId.java b/src/main/java/org/redisson/liveobject/annotation/RId.java index 967ad2c8c..24b28c125 100644 --- a/src/main/java/org/redisson/liveobject/annotation/RId.java +++ b/src/main/java/org/redisson/liveobject/annotation/RId.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.liveobject.annotation; import java.lang.annotation.ElementType; diff --git a/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java b/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java index 0ae4db3fc..ea96700a4 100644 --- a/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/AccessorInterceptor.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.liveobject.core; import java.lang.reflect.Method; diff --git a/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java b/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java index d10f2d395..c5f7411b0 100644 --- a/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/ExpirableInterceptor.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.liveobject.core; import java.lang.reflect.Method; diff --git a/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java b/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java index 3ba3e65da..bc2c5688b 100644 --- a/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.java +++ b/src/main/java/org/redisson/liveobject/core/LiveObjectInterceptor.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.liveobject.core; import java.lang.reflect.Method; diff --git a/src/main/java/org/redisson/liveobject/misc/Introspectior.java b/src/main/java/org/redisson/liveobject/misc/Introspectior.java index 39a1a46f3..7bc80afc5 100644 --- a/src/main/java/org/redisson/liveobject/misc/Introspectior.java +++ b/src/main/java/org/redisson/liveobject/misc/Introspectior.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.liveobject.misc; import io.netty.util.internal.PlatformDependent; diff --git a/src/main/java/org/redisson/liveobject/resolver/FieldValueAsIdGenerator.java b/src/main/java/org/redisson/liveobject/resolver/FieldValueAsIdGenerator.java index 206e7abc5..0bb48a68b 100644 --- a/src/main/java/org/redisson/liveobject/resolver/FieldValueAsIdGenerator.java +++ b/src/main/java/org/redisson/liveobject/resolver/FieldValueAsIdGenerator.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.liveobject.resolver; import org.redisson.liveobject.annotation.RId; diff --git a/src/main/java/org/redisson/liveobject/resolver/Resolver.java b/src/main/java/org/redisson/liveobject/resolver/Resolver.java index 0cd7cf72e..a527f8b08 100644 --- a/src/main/java/org/redisson/liveobject/resolver/Resolver.java +++ b/src/main/java/org/redisson/liveobject/resolver/Resolver.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.liveobject.resolver; import java.lang.annotation.Annotation;