diff --git a/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemService.java b/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemService.java index fdf2bdb74..4ab25dec5 100644 --- a/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemService.java +++ b/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2013-2021 Nikita Koksharov + * + * 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.quarkus.client.it; /** diff --git a/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemoteServiceImpl.java b/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemoteServiceImpl.java index 3f30a88d5..c7df4c2ca 100644 --- a/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemoteServiceImpl.java +++ b/redisson-quarkus/redisson-quarkus-16/integration-tests/src/main/java/org/redisson/quarkus/client/it/RemoteServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2013-2021 Nikita Koksharov + * + * 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.quarkus.client.it; import org.redisson.connection.ConnectionListener;