From a9ea812525c5cb8fd8cf5b491a095308d2a35119 Mon Sep 17 00:00:00 2001 From: Ralph Schaer Date: Sun, 30 Jun 2024 14:08:13 +0200 Subject: [PATCH] Upgrade --- header.txt | 8 ++++---- .../src/main/java/ch/rasc/wamp2spring/WampError.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/WampException.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/WampPublisher.java | 4 ++-- .../java/ch/rasc/wamp2spring/annotation/WampListener.java | 4 ++-- .../ch/rasc/wamp2spring/annotation/WampProcedure.java | 4 ++-- .../ch/rasc/wamp2spring/annotation/WampSessionId.java | 4 ++-- .../java/ch/rasc/wamp2spring/annotation/package-info.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/DestinationMatch.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/config/Feature.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/config/Features.java | 4 ++-- .../ch/rasc/wamp2spring/config/NoOpMessageHandler.java | 4 ++-- .../config/PrincipalMethodArgumentResolver.java | 4 ++-- .../ch/rasc/wamp2spring/config/WampConfiguration.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/WampConfigurer.java | 4 ++-- .../config/WampMessageMethodArgumentResolver.java | 4 ++-- .../config/WampSessionIdMethodArgumentResolver.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/package-info.java | 4 ++-- .../ch/rasc/wamp2spring/event/WampDisconnectEvent.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/event/WampEvent.java | 4 ++-- .../ch/rasc/wamp2spring/event/WampProcedureEvent.java | 4 ++-- .../wamp2spring/event/WampProcedureRegisteredEvent.java | 4 ++-- .../wamp2spring/event/WampProcedureUnregisteredEvent.java | 4 ++-- .../wamp2spring/event/WampSessionEstablishedEvent.java | 4 ++-- .../wamp2spring/event/WampSubscriptionCreatedEvent.java | 4 ++-- .../wamp2spring/event/WampSubscriptionDeletedEvent.java | 4 ++-- .../ch/rasc/wamp2spring/event/WampSubscriptionEvent.java | 4 ++-- .../event/WampSubscriptionSubscribedEvent.java | 4 ++-- .../event/WampSubscriptionUnsubscribedEvent.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/event/package-info.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/AbortMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/CallMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/ErrorMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/EventMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/GoodbyeMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/HelloMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/InternalCloseMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/InvocationMessage.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/message/ParserUtil.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/PublishMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/PublishedMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/RegisterMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/RegisteredMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/ResultMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/SubscribeMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/SubscribedMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/UnregisterMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/UnregisteredMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/UnsubscribeMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/UnsubscribedMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/WampMessage.java | 4 ++-- .../ch/rasc/wamp2spring/message/WampMessageHeader.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/message/WampRole.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/WelcomeMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/YieldMessage.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/package-info.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/package-info.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/EventListenerInfo.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/pubsub/EventStore.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/pubsub/MatchPolicy.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/MemoryEventStore.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/PubSubMessageHandler.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/SubscribeResult.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/pubsub/Subscriber.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/Subscription.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/SubscriptionDetail.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/SubscriptionRegistry.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/UnsubscribeResult.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/package-info.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/rpc/Procedure.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/ProcedureRegistry.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/RpcMessageHandler.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/UnregisterResult.java | 4 ++-- .../src/main/java/ch/rasc/wamp2spring/rpc/WampResult.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/rpc/package-info.java | 4 ++-- .../java/ch/rasc/wamp2spring/util/CollectionHelper.java | 4 ++-- .../ch/rasc/wamp2spring/util/HandlerMethodService.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/util/IdGenerator.java | 4 ++-- .../ch/rasc/wamp2spring/util/InvocableHandlerMethod.java | 4 ++-- .../main/java/ch/rasc/wamp2spring/util/package-info.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/WampPublisherTest.java | 4 ++-- .../ch/rasc/wamp2spring/config/DestinationMatchTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/FeaturesTest.java | 4 ++-- .../config/PrincipalMethodArgumentResolverTest.java | 4 ++-- .../config/WampMessageMethodArgumentResolverTest.java | 4 ++-- .../config/WampSessionIdMethodArgumentResolverTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/AbortMessageTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/BaseMessageTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/CallMessageTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/message/CommonTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/ErrorMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/EventMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/GoodbyeMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/HelloMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/InvocationMessageTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/message/ParserUtilTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/PublishMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/PublishedMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/RegisterMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/RegisteredMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/ResultMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/SubscribeMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/SubscribedMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/UnregisterMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/UnregisteredMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/UnsubscribeMessageTest.java | 4 ++-- .../rasc/wamp2spring/message/UnsubscribedMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/WelcomeMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/message/YieldMessageTest.java | 4 ++-- .../ch/rasc/wamp2spring/testsupport/TestPrincipal.java | 4 ++-- .../ch/rasc/wamp2spring/util/CollectionHelperTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/util/IdGeneratorTest.java | 4 ++-- .../rasc/wamp2spring/util/InvocableHandlerMethodTest.java | 4 ++-- .../ch/rasc/wamp2spring/reactive/EnableReactiveWamp.java | 4 ++-- .../wamp2spring/reactive/MessageChannelReactiveUtils.java | 4 ++-- .../wamp2spring/reactive/WampReactiveConfiguration.java | 4 ++-- .../rasc/wamp2spring/reactive/WampReactiveConfigurer.java | 4 ++-- .../rasc/wamp2spring/reactive/WampWebSocketHandler.java | 4 ++-- .../java/ch/rasc/wamp2spring/reactive/package-info.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/ConnectionTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/event/EventsBean.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/event/EventsTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToClientTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToServerService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToServerTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/RetentionService.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/RetentionTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToClientService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToClientTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToServerService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToServerTest.java | 4 ++-- .../rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/CallParameterTest.java | 4 ++-- .../ch/rasc/wamp2spring/rpc/CallParameterTestService.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/CallService.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java | 4 ++-- .../ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/WampResultService.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java | 4 ++-- .../ch/rasc/wamp2spring/testsupport/BaseWampTest.java | 4 ++-- .../testsupport/CompletableFutureWebSocketHandler.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/testsupport/Maps.java | 4 ++-- .../ch/rasc/wamp2spring/testsupport/TestPrincipal.java | 4 ++-- .../java/ch/rasc/wamp2spring/testsupport/WampClient.java | 4 ++-- .../WampMessageSecurityMetadataSourceRegistry.java | 4 ++-- .../security/matcher/WampCallMessageMatcher.java | 4 ++-- .../wamp2spring/security/matcher/WampMessageMatcher.java | 4 ++-- .../security/matcher/WampPublishMessageMatcher.java | 4 ++-- .../security/matcher/WampRegisterMessageMatcher.java | 4 ++-- .../security/matcher/WampSubscribeMessageMatcher.java | 4 ++-- .../java/ch/rasc/wamp2spring/security/package-info.java | 4 ++-- .../reactive/AbstractSecurityWampReactiveConfigurer.java | 4 ++-- .../rasc/wamp2spring/security/reactive/package-info.java | 4 ++-- .../servlet/AbstractSecurityWampServletConfigurer.java | 4 ++-- .../rasc/wamp2spring/security/servlet/package-info.java | 4 ++-- .../ch/rasc/wamp2spring/servlet/EnableServletWamp.java | 4 ++-- .../wamp2spring/servlet/PreferBinaryHandshakeHandler.java | 4 ++-- .../wamp2spring/servlet/PreferCborHandshakeHandler.java | 4 ++-- .../wamp2spring/servlet/PreferJsonHandshakeHandler.java | 4 ++-- .../servlet/PreferMsgpackHandshakeHandler.java | 4 ++-- .../wamp2spring/servlet/PreferSmileHandshakeHandler.java | 4 ++-- .../wamp2spring/servlet/WampServletConfiguration.java | 4 ++-- .../rasc/wamp2spring/servlet/WampServletConfigurer.java | 4 ++-- .../rasc/wamp2spring/servlet/WampSubProtocolHandler.java | 4 ++-- .../java/ch/rasc/wamp2spring/servlet/package-info.java | 4 ++-- .../java/ch/rasc/wamp2spring/config/ConnectionTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/event/EventsBean.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/event/EventsTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToClientTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToServerService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ClientToServerTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/RetentionService.java | 4 ++-- .../java/ch/rasc/wamp2spring/pubsub/RetentionTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToClientService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToClientTest.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToServerService.java | 4 ++-- .../ch/rasc/wamp2spring/pubsub/ServerToServerTest.java | 4 ++-- .../rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/CallParameterTest.java | 4 ++-- .../ch/rasc/wamp2spring/rpc/CallParameterTestService.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/CallService.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java | 4 ++-- .../ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java | 4 ++-- .../src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java | 4 ++-- .../java/ch/rasc/wamp2spring/rpc/WampResultService.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java | 4 ++-- .../ch/rasc/wamp2spring/testsupport/BaseWampTest.java | 4 ++-- .../testsupport/CompletableFutureWebSocketHandler.java | 4 ++-- .../test/java/ch/rasc/wamp2spring/testsupport/Maps.java | 4 ++-- .../ch/rasc/wamp2spring/testsupport/TestPrincipal.java | 4 ++-- .../java/ch/rasc/wamp2spring/testsupport/WampClient.java | 4 ++-- .../session/servlet/EnableWampServletSession.java | 4 ++-- .../servlet/SessionRepositoryMessageInterceptor.java | 4 ++-- .../session/servlet/SessionWampServletConfigurer.java | 4 ++-- .../ch/rasc/wamp2spring/session/servlet/package-info.java | 4 ++-- 202 files changed, 406 insertions(+), 406 deletions(-) diff --git a/header.txt b/header.txt index 04d6533..772de15 100644 --- a/header.txt +++ b/header.txt @@ -1,13 +1,13 @@ Copyright the original author or authors. - + 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 + + 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. +limitations under the License. \ No newline at end of file diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampError.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampError.java index d04a124..5cffc31 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampError.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampError.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampException.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampException.java index 41a2aa1..db0e5f9 100755 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampException.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampException.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampPublisher.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampPublisher.java index 09ee043..fde822c 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampPublisher.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/WampPublisher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampListener.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampListener.java index 39e0c23..6eefa04 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampListener.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampListener.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampProcedure.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampProcedure.java index 8463ceb..f44e4e7 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampProcedure.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampProcedure.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampSessionId.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampSessionId.java index 82ed5fc..3e2dbc3 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampSessionId.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/WampSessionId.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/package-info.java index 53fefa5..1770abd 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/annotation/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/DestinationMatch.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/DestinationMatch.java index cae380e..463e639 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/DestinationMatch.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/DestinationMatch.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Feature.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Feature.java index 55f404a..1d434d8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Feature.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Feature.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Features.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Features.java index 98e8c38..3f0f065 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Features.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/Features.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/NoOpMessageHandler.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/NoOpMessageHandler.java index 88b6c42..4afc099 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/NoOpMessageHandler.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/NoOpMessageHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolver.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolver.java index 9191b2d..cf69ae1 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolver.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolver.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfiguration.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfiguration.java index 6c85030..32cc1f6 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfiguration.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfiguration.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfigurer.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfigurer.java index 3f53732..2a4cbe6 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfigurer.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolver.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolver.java index 4c7b79f..3ae07f8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolver.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolver.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolver.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolver.java index 91c02da..ba7d35b 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolver.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolver.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/package-info.java index 5340472..b94c0ee 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/config/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampDisconnectEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampDisconnectEvent.java index 284f675..0a438c8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampDisconnectEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampDisconnectEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampEvent.java index 82da6ca..400ddf8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureEvent.java index 60413b8..abb432d 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureRegisteredEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureRegisteredEvent.java index 406dd70..15c4393 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureRegisteredEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureRegisteredEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureUnregisteredEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureUnregisteredEvent.java index 95a97c4..38df0d8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureUnregisteredEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampProcedureUnregisteredEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSessionEstablishedEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSessionEstablishedEvent.java index 8bf4e9b..bb3ff80 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSessionEstablishedEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSessionEstablishedEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionCreatedEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionCreatedEvent.java index 8b1c2fe..3d68b45 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionCreatedEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionCreatedEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionDeletedEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionDeletedEvent.java index ba54429..c7c4387 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionDeletedEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionDeletedEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionEvent.java index db09758..79e4d8c 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionSubscribedEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionSubscribedEvent.java index 8a54ac8..41b7c23 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionSubscribedEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionSubscribedEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionUnsubscribedEvent.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionUnsubscribedEvent.java index dd72012..4c640a8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionUnsubscribedEvent.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/WampSubscriptionUnsubscribedEvent.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/package-info.java index abf241d..1f5bdfc 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/event/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/AbortMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/AbortMessage.java index 872f680..e5d73b2 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/AbortMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/AbortMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/CallMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/CallMessage.java index 0c66d55..1ce3ffb 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/CallMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/CallMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ErrorMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ErrorMessage.java index 933addb..6a4ac9d 100755 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ErrorMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ErrorMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/EventMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/EventMessage.java index 2250d9b..0a611a0 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/EventMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/EventMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/GoodbyeMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/GoodbyeMessage.java index bb405fd..10e3d49 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/GoodbyeMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/GoodbyeMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/HelloMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/HelloMessage.java index 84fd8dd..93a6db4 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/HelloMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/HelloMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InternalCloseMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InternalCloseMessage.java index 0b64579..5349791 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InternalCloseMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InternalCloseMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InvocationMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InvocationMessage.java index 0007767..5358613 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InvocationMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/InvocationMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ParserUtil.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ParserUtil.java index c6d86cf..92db460 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ParserUtil.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ParserUtil.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishMessage.java index 8c6beea..cc3f668 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishedMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishedMessage.java index 01fef4d..15e4c3c 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishedMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/PublishedMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisterMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisterMessage.java index 4ab4900..74d3099 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisterMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisterMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisteredMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisteredMessage.java index cb597a7..48e2689 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisteredMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/RegisteredMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ResultMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ResultMessage.java index 4cccfa7..6d7a51b 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ResultMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/ResultMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribeMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribeMessage.java index 4340e86..18b92d8 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribeMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribeMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribedMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribedMessage.java index d081196..f7c9408 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribedMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/SubscribedMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisterMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisterMessage.java index 9d09b92..e5c9aa5 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisterMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisterMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisteredMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisteredMessage.java index bdc2c1c..e4915f2 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisteredMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnregisteredMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribeMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribeMessage.java index 7ebe6e4..4d6a7b3 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribeMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribeMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribedMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribedMessage.java index eb4cfc3..9340f50 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribedMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/UnsubscribedMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessage.java index de2bd1c..6b456d7 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessageHeader.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessageHeader.java index 8eec275..b6331b6 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessageHeader.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampMessageHeader.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampRole.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampRole.java index d61868d..9166d00 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampRole.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WampRole.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WelcomeMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WelcomeMessage.java index af4b346..0f56838 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WelcomeMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/WelcomeMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/YieldMessage.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/YieldMessage.java index e010c80..41d1a89 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/YieldMessage.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/YieldMessage.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/package-info.java index d96e786..103a13a 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/message/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/package-info.java index 5ecd2d4..2c34911 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventListenerInfo.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventListenerInfo.java index 5607c89..8365fb9 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventListenerInfo.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventListenerInfo.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventStore.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventStore.java index 5478f09..983dd08 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventStore.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/EventStore.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MatchPolicy.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MatchPolicy.java index 92f55c3..3350d06 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MatchPolicy.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MatchPolicy.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MemoryEventStore.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MemoryEventStore.java index a5e84ce..29e0d67 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MemoryEventStore.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/MemoryEventStore.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/PubSubMessageHandler.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/PubSubMessageHandler.java index 94a714c..77a5656 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/PubSubMessageHandler.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/PubSubMessageHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscribeResult.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscribeResult.java index 4f51a41..8ac86c2 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscribeResult.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscribeResult.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscriber.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscriber.java index c761ee7..ed42180 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscriber.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscriber.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscription.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscription.java index 84c5c9e..79d8b55 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscription.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/Subscription.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionDetail.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionDetail.java index 729cd51..9988def 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionDetail.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionDetail.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistry.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistry.java index d84f916..1122f3d 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistry.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistry.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/UnsubscribeResult.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/UnsubscribeResult.java index 103f63b..0e049b9 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/UnsubscribeResult.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/UnsubscribeResult.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/package-info.java index 88a32b2..f19593e 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/pubsub/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/Procedure.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/Procedure.java index aa54fa0..a70f7e2 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/Procedure.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/Procedure.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/ProcedureRegistry.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/ProcedureRegistry.java index 8b06693..1dbf3fd 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/ProcedureRegistry.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/ProcedureRegistry.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/RpcMessageHandler.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/RpcMessageHandler.java index 99c453e..c79a073 100755 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/RpcMessageHandler.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/RpcMessageHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/UnregisterResult.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/UnregisterResult.java index 7642d4b..0ee5dcc 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/UnregisterResult.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/UnregisterResult.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/WampResult.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/WampResult.java index 807cfa9..3a9091d 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/WampResult.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/WampResult.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/package-info.java index 8af5d4d..6bc3818 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/rpc/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/CollectionHelper.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/CollectionHelper.java index 896c8da..f3008e9 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/CollectionHelper.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/CollectionHelper.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/HandlerMethodService.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/HandlerMethodService.java index cd384bb..049cf43 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/HandlerMethodService.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/HandlerMethodService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/IdGenerator.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/IdGenerator.java index 3b48a98..1d1bc5b 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/IdGenerator.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/IdGenerator.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/InvocableHandlerMethod.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/InvocableHandlerMethod.java index bf45899..14449c6 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/InvocableHandlerMethod.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/InvocableHandlerMethod.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/package-info.java b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/package-info.java index cbc5922..4e5e6d7 100644 --- a/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/package-info.java +++ b/wamp2spring-core/src/main/java/ch/rasc/wamp2spring/util/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java index ba2d3f2..7da59d8 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/DestinationMatchTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/DestinationMatchTest.java index 47cac87..46267f7 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/DestinationMatchTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/DestinationMatchTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/FeaturesTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/FeaturesTest.java index 66cf5e3..0ff425d 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/FeaturesTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/FeaturesTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolverTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolverTest.java index 8efc419..2d6b167 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolverTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/PrincipalMethodArgumentResolverTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolverTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolverTest.java index 3152cad..c7c0a2e 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolverTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampMessageMethodArgumentResolverTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolverTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolverTest.java index 0769f7a..541a451 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolverTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/config/WampSessionIdMethodArgumentResolverTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/AbortMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/AbortMessageTest.java index fd93123..f95978f 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/AbortMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/AbortMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/BaseMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/BaseMessageTest.java index 7bbb858..cd49bce 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/BaseMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/BaseMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CallMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CallMessageTest.java index 4c2a1d8..bc87f42 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CallMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CallMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CommonTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CommonTest.java index 0ed9347..ab17fe1 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CommonTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/CommonTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ErrorMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ErrorMessageTest.java index 663280e..6a771fc 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ErrorMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ErrorMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/EventMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/EventMessageTest.java index 5d782d6..be7e674 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/EventMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/EventMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/GoodbyeMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/GoodbyeMessageTest.java index e58a408..1c087d9 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/GoodbyeMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/GoodbyeMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/HelloMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/HelloMessageTest.java index 62d8878..62edfa6 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/HelloMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/HelloMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/InvocationMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/InvocationMessageTest.java index dcc0599..ebcd9ee 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/InvocationMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/InvocationMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ParserUtilTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ParserUtilTest.java index 865df94..e8b4478 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ParserUtilTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ParserUtilTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishMessageTest.java index f155a4a..315d5ba 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishedMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishedMessageTest.java index 855a7c6..492ef0f 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishedMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/PublishedMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisterMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisterMessageTest.java index 2ab74fe..36abab8 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisterMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisterMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisteredMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisteredMessageTest.java index 488439d..a65217f 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisteredMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/RegisteredMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ResultMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ResultMessageTest.java index 853e890..481875a 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ResultMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/ResultMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribeMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribeMessageTest.java index e285ba7..67239bc 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribeMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribeMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribedMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribedMessageTest.java index 705f95a..6361d8b 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribedMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/SubscribedMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisterMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisterMessageTest.java index 030d9e9..a476890 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisterMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisterMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisteredMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisteredMessageTest.java index 85e3cff..f9ea7a4 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisteredMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnregisteredMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribeMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribeMessageTest.java index 21cba9e..359ec3e 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribeMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribeMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribedMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribedMessageTest.java index 8b891c8..c56cd20 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribedMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/UnsubscribedMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/WelcomeMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/WelcomeMessageTest.java index 0733f50..788d47b 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/WelcomeMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/WelcomeMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/YieldMessageTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/YieldMessageTest.java index 9777d3a..639020f 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/YieldMessageTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/message/YieldMessageTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java index 19b8225..82171a0 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/CollectionHelperTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/CollectionHelperTest.java index 79c0a24..30eca30 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/CollectionHelperTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/CollectionHelperTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/IdGeneratorTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/IdGeneratorTest.java index 28edd1a..c5330ea 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/IdGeneratorTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/IdGeneratorTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/InvocableHandlerMethodTest.java b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/InvocableHandlerMethodTest.java index a396d9c..5ff26ba 100644 --- a/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/InvocableHandlerMethodTest.java +++ b/wamp2spring-core/src/test/java/ch/rasc/wamp2spring/util/InvocableHandlerMethodTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/EnableReactiveWamp.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/EnableReactiveWamp.java index 4f01ff9..72f541c 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/EnableReactiveWamp.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/EnableReactiveWamp.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/MessageChannelReactiveUtils.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/MessageChannelReactiveUtils.java index 9730b30..96a059b 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/MessageChannelReactiveUtils.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/MessageChannelReactiveUtils.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfiguration.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfiguration.java index 5167456..6e4249c 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfiguration.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfiguration.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfigurer.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfigurer.java index ffd4793..38067e7 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfigurer.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampReactiveConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampWebSocketHandler.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampWebSocketHandler.java index d97ed1c..4501b7b 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampWebSocketHandler.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/WampWebSocketHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/package-info.java b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/package-info.java index 4774e4d..53c75bc 100644 --- a/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/package-info.java +++ b/wamp2spring-reactive/src/main/java/ch/rasc/wamp2spring/reactive/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java index 2ebdcff..b6a40ea 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java index 08ea551..ba89db4 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java index ce80613..c0f1270 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java index 9440239..bdf0200 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java index 3414d7a..e0c32f9 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java index 93450f2..c6db817 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java index a8eb787..4b20c62 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java index 8b2d966..a9d933f 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java index e528aff..9a57ca5 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java index 9a31918..f8b3be9 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java index eaf22b7..dabc441 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java index 9aad012..6793200 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java index 0862859..8621759 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java index 09b4ecc..69e1d53 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java index ec2fd9e..6db4196 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java index 3bc68f9..dbfa0b3 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java index a595376..30927d7 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java index 37c1650..c0e3f10 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java index 48d7c54..ce4197c 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java index 0e634d1..8a0dfcd 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java index d467076..e0090f7 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java index b85b4ba..c845de8 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java index 3a18c5a..17a5a74 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java index e140178..a6e1f8a 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java index fbeb0c1..c0acb65 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java index 6d0045d..a844996 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java index 4b4dced..4fc9d22 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java index 19b8225..82171a0 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java index 7e0878d..d5e7035 100644 --- a/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java +++ b/wamp2spring-reactive/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/WampMessageSecurityMetadataSourceRegistry.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/WampMessageSecurityMetadataSourceRegistry.java index d80cc68..9d6109e 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/WampMessageSecurityMetadataSourceRegistry.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/WampMessageSecurityMetadataSourceRegistry.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampCallMessageMatcher.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampCallMessageMatcher.java index d5da9e3..a5d49af 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampCallMessageMatcher.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampCallMessageMatcher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampMessageMatcher.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampMessageMatcher.java index 03b7c06..6976270 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampMessageMatcher.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampMessageMatcher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampPublishMessageMatcher.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampPublishMessageMatcher.java index 1e40510..d6339cd 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampPublishMessageMatcher.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampPublishMessageMatcher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampRegisterMessageMatcher.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampRegisterMessageMatcher.java index 9b7b9d3..f408cca 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampRegisterMessageMatcher.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampRegisterMessageMatcher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampSubscribeMessageMatcher.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampSubscribeMessageMatcher.java index 71e3e56..10bbe6b 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampSubscribeMessageMatcher.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/matcher/WampSubscribeMessageMatcher.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/package-info.java b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/package-info.java index fb702a2..ad61b8c 100644 --- a/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/package-info.java +++ b/wamp2spring-security-core/src/main/java/ch/rasc/wamp2spring/security/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/AbstractSecurityWampReactiveConfigurer.java b/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/AbstractSecurityWampReactiveConfigurer.java index 75a0f6b..17b4063 100644 --- a/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/AbstractSecurityWampReactiveConfigurer.java +++ b/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/AbstractSecurityWampReactiveConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/package-info.java b/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/package-info.java index b1a1a6b..748afe2 100644 --- a/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/package-info.java +++ b/wamp2spring-security-reactive/src/main/java/ch/rasc/wamp2spring/security/reactive/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/AbstractSecurityWampServletConfigurer.java b/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/AbstractSecurityWampServletConfigurer.java index e3b461c..0c58fcb 100644 --- a/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/AbstractSecurityWampServletConfigurer.java +++ b/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/AbstractSecurityWampServletConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/package-info.java b/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/package-info.java index 6096780..a0e84a1 100644 --- a/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/package-info.java +++ b/wamp2spring-security-servlet/src/main/java/ch/rasc/wamp2spring/security/servlet/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/EnableServletWamp.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/EnableServletWamp.java index f0b579c..d3cdac3 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/EnableServletWamp.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/EnableServletWamp.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferBinaryHandshakeHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferBinaryHandshakeHandler.java index 5f71ba9..4620da8 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferBinaryHandshakeHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferBinaryHandshakeHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferCborHandshakeHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferCborHandshakeHandler.java index 3519caa..05bf968 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferCborHandshakeHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferCborHandshakeHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferJsonHandshakeHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferJsonHandshakeHandler.java index b528f95..f6f3bef 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferJsonHandshakeHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferJsonHandshakeHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferMsgpackHandshakeHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferMsgpackHandshakeHandler.java index a9b791a..620feac 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferMsgpackHandshakeHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferMsgpackHandshakeHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferSmileHandshakeHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferSmileHandshakeHandler.java index 9a941a4..307491e 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferSmileHandshakeHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/PreferSmileHandshakeHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfiguration.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfiguration.java index e79222e..2703066 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfiguration.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfiguration.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfigurer.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfigurer.java index 92b17d7..358c956 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfigurer.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampServletConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampSubProtocolHandler.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampSubProtocolHandler.java index 5e3f0ed..1f05eeb 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampSubProtocolHandler.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/WampSubProtocolHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/package-info.java b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/package-info.java index a570391..24cb33e 100644 --- a/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/package-info.java +++ b/wamp2spring-servlet/src/main/java/ch/rasc/wamp2spring/servlet/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java index dda7e49..fb153af 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/config/ConnectionTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java index 08ea551..ba89db4 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsBean.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java index 63c2ad1..1a84d37 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/event/EventsTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java index 7e09cf7..a0ebcf5 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToClientTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java index 3414d7a..e0c32f9 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java index 340835c..af2becb 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ClientToServerTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java index a8eb787..4b20c62 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/CommonTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java index 8b2d966..a9d933f 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java index 3e4b54b..3eb3c16 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/RetentionTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java index 9a31918..f8b3be9 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java index 488d5f7..c73c898 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToClientTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java index 9aad012..6793200 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java index fdfb22e..435e31a 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/ServerToServerTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java index b0113a2..eefa745 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/pubsub/SubscriptionRegistryTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java index b6c7ec9..2921a97 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallKwTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java index 5261b5f..4f14631 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java index a595376..30927d7 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallParameterTestService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java index c60fadc..cd1d44d 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java index 1d4f98f..b0e6412 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/CallTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java index 0e634d1..8a0dfcd 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/ProcedureRegistryTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java index 1ece335..3facb59 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/RegisterTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java index b85b4ba..c845de8 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/TestDto.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java index 3a18c5a..17a5a74 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultService.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java index 89e4529..6945995 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/rpc/WampResultTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java index babb51f..474b3ed 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/BaseWampTest.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java index a34da4c..0a55ea6 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/CompletableFutureWebSocketHandler.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java index 4b4dced..4fc9d22 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/Maps.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java index 19b8225..82171a0 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/TestPrincipal.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java index c211068..d9cf237 100644 --- a/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java +++ b/wamp2spring-servlet/src/test/java/ch/rasc/wamp2spring/testsupport/WampClient.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/EnableWampServletSession.java b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/EnableWampServletSession.java index b9dfa44..deccf2a 100644 --- a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/EnableWampServletSession.java +++ b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/EnableWampServletSession.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionRepositoryMessageInterceptor.java b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionRepositoryMessageInterceptor.java index bf74951..0c0b32d 100644 --- a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionRepositoryMessageInterceptor.java +++ b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionRepositoryMessageInterceptor.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionWampServletConfigurer.java b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionWampServletConfigurer.java index d25b074..208cc45 100644 --- a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionWampServletConfigurer.java +++ b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/SessionWampServletConfigurer.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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, diff --git a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/package-info.java b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/package-info.java index 46f72d2..407c0ce 100644 --- a/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/package-info.java +++ b/wamp2spring-session-servlet/src/main/java/ch/rasc/wamp2spring/session/servlet/package-info.java @@ -1,11 +1,11 @@ -/** +/* * Copyright the original author or authors. * * 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 + * 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,