diff --git a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/CDIChat.java b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/CDIChat.java index 309d9e45..4812e82c 100644 --- a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/CDIChat.java +++ b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/CDIChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java index d16e2057..940aa8f5 100644 --- a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java +++ b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java index cc348c89..ecbcfc8e 100644 --- a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java +++ b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/Message.java b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/Message.java index 43fc2184..4090fbff 100644 --- a/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/Message.java +++ b/extensions-samples/chat-cdi/src/main/java/org/atmosphere/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatConfig.java b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatConfig.java index 426af027..d2231c3c 100755 --- a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatConfig.java +++ b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatModule.java b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatModule.java index 6837b4c8..f2e6df6d 100755 --- a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatModule.java +++ b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/GuiceChatModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Message.java b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Message.java index be36af6c..d2028277 100644 --- a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Message.java +++ b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/ResourceChat.java b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/ResourceChat.java index 404c21e4..0e23a558 100644 --- a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/ResourceChat.java +++ b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/ResourceChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Response.java b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Response.java index 12a725c8..2e52238b 100644 --- a/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Response.java +++ b/extensions-samples/guice/chat-guice/src/main/java/org/atmosphere/samples/guice/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/GwtJerseyDemo.java b/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/GwtJerseyDemo.java index 953deb31..e91b3303 100644 --- a/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/GwtJerseyDemo.java +++ b/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/GwtJerseyDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java b/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java index 787c0475..89c67aec 100644 --- a/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java +++ b/extensions-samples/gwt/gwt20-jersey-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/Event.java b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/Event.java index 9c323d9f..8a129f2a 100644 --- a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/Event.java +++ b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/GwtJsonDemo.java b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/GwtJsonDemo.java index 67abde79..2f01d77f 100644 --- a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/GwtJsonDemo.java +++ b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/client/GwtJsonDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/server/JsonAtmosphereHandler.java b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/server/JsonAtmosphereHandler.java index d7bfa494..c3cad8ba 100644 --- a/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/server/JsonAtmosphereHandler.java +++ b/extensions-samples/gwt/gwt20-json/src/main/java/org/atmosphere/samples/server/JsonAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java b/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java index 2f9dad4e..145a1742 100644 --- a/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java +++ b/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/server/ManagedGWTResource.java b/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/server/ManagedGWTResource.java index b428eb74..072897f0 100644 --- a/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/server/ManagedGWTResource.java +++ b/extensions-samples/gwt/gwt20-managed-rpc/src/main/java/org/atmosphere/samples/server/ManagedGWTResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java index 903f1797..ea35be39 100644 --- a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java +++ b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/GwtRpcDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java index aafcef5d..4244a5c2 100644 --- a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java +++ b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/client/RPCSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/server/GwtRpcAtmosphereHandler.java b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/server/GwtRpcAtmosphereHandler.java index 6b99bf88..50a92219 100644 --- a/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/server/GwtRpcAtmosphereHandler.java +++ b/extensions-samples/gwt/gwt20-rpc/src/main/java/org/atmosphere/samples/server/GwtRpcAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/ChatJSONObject.java b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/ChatJSONObject.java index fd982d84..a3ef719f 100755 --- a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/ChatJSONObject.java +++ b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/ChatJSONObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Sebastien Dionne + * Copyright 2017 Sebastien Dionne * * 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 diff --git a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/NativeSocketIOAtmosphereHandler.java b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/NativeSocketIOAtmosphereHandler.java index 50ade969..5bb7453b 100755 --- a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/NativeSocketIOAtmosphereHandler.java +++ b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/NativeSocketIOAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Sebastien Dionne + * Copyright 2017 Sebastien Dionne * * 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 diff --git a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOBroadcaster.java b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOBroadcaster.java index cc507eed..e1596bf6 100755 --- a/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOBroadcaster.java +++ b/extensions-samples/socketio/native-socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Sebastien Dionne + * Copyright 2017 Sebastien Dionne * * 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 diff --git a/extensions-samples/socketio/socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOChatAtmosphereHandler.java b/extensions-samples/socketio/socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOChatAtmosphereHandler.java index 28e85b64..0a9b0b57 100755 --- a/extensions-samples/socketio/socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOChatAtmosphereHandler.java +++ b/extensions-samples/socketio/socketio-chat/src/main/java/org/atmosphere/samples/chat/SocketIOChatAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Sebastien Dionne + * Copyright 2017 Sebastien Dionne * * 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 diff --git a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java index e10ec451..7e6f0c81 100644 --- a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java +++ b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java index 8b136995..1f88c833 100644 --- a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java +++ b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/Message.java b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/Message.java index 43fc2184..4090fbff 100644 --- a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/Message.java +++ b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/SockjsChat.java b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/SockjsChat.java index f2c92b71..b15b6e1e 100644 --- a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/SockjsChat.java +++ b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/SockjsChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java index f0a916a5..df52b83d 100644 --- a/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java +++ b/extensions-samples/sockjs/sockjs-chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/ChatController.java b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/ChatController.java index d66e6571..d1271fff 100644 --- a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/ChatController.java +++ b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/ChatController.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/SpringContext.java b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/SpringContext.java index fa0ff706..4ff831a5 100644 --- a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/SpringContext.java +++ b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/SpringContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/WebAppInitializer.java b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/WebAppInitializer.java index ca91253b..f42cbe5b 100644 --- a/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/WebAppInitializer.java +++ b/extensions-samples/spring/spring-echo/src/main/java/org/atmosphere/samples/WebAppInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java index d16e2057..940aa8f5 100644 --- a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java +++ b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java index cc348c89..ecbcfc8e 100644 --- a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java +++ b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/Message.java b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/Message.java index 43fc2184..4090fbff 100644 --- a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/Message.java +++ b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/SpringInjectChat.java b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/SpringInjectChat.java index 9e615ace..c188fac8 100644 --- a/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/SpringInjectChat.java +++ b/extensions-samples/spring/spring-inject/src/main/java/org/atmosphere/samples/chat/SpringInjectChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/ComponentConfiguration.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/ComponentConfiguration.java index a6e81b1d..a7ecf07e 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/ComponentConfiguration.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/ComponentConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/SpringApplicationContext.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/SpringApplicationContext.java index 73be6f92..7822ade1 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/SpringApplicationContext.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/SpringApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/WebAppConfiguration.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/WebAppConfiguration.java index 3e9cb57e..07ba2c2a 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/WebAppConfiguration.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/WebAppConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/protocol/DelegatingWebSocketProtocol.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/protocol/DelegatingWebSocketProtocol.java index 48547762..afe98ef9 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/protocol/DelegatingWebSocketProtocol.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/protocol/DelegatingWebSocketProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/AtmosphereArgumentResolver.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/AtmosphereArgumentResolver.java index 265eb342..025c2c4d 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/AtmosphereArgumentResolver.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/AtmosphereArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/MeteorArgumentResolver.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/MeteorArgumentResolver.java index 54ba8a64..5909d063 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/MeteorArgumentResolver.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/config/resolvers/MeteorArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/controllers/ChatController.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/controllers/ChatController.java index ec3f01c9..5da11bfa 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/controllers/ChatController.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/controllers/ChatController.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/BaseCommand.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/BaseCommand.java index 3e085f2e..ebf0f7d7 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/BaseCommand.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/BaseCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/Command.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/Command.java index 1a3998c6..7b1637a9 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/Command.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/Command.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/EmptyCommand.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/EmptyCommand.java index 32e06deb..71f610eb 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/EmptyCommand.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/EmptyCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/SubscribeCommand.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/SubscribeCommand.java index d680254e..ba29da8b 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/SubscribeCommand.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/SubscribeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/UnsubscribeCommand.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/UnsubscribeCommand.java index 30744aaf..2d5ebb49 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/UnsubscribeCommand.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/dto/UnsubscribeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/services/ChatService.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/services/ChatService.java index 99ab661c..28e49002 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/services/ChatService.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/services/ChatService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/utils/AtmosphereUtils.java b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/utils/AtmosphereUtils.java index 7c863399..a6f9e1f8 100644 --- a/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/utils/AtmosphereUtils.java +++ b/extensions-samples/spring/spring-websocket/src/main/java/org/atmosphere/samples/pubsub/utils/AtmosphereUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/Chat.java b/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/Chat.java index 545239a5..d264cf88 100644 --- a/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/Chat.java +++ b/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/Chat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java b/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java index 4f0e5a64..2482fe2f 100644 --- a/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java +++ b/nettosphere-samples/chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Direction.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Direction.java index 6cea1321..d03f2c56 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Direction.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Direction.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Location.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Location.java index 3c7ab6c1..c42b0d77 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Location.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Location.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/NettoSphereGamesServer.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/NettoSphereGamesServer.java index 1c6b771d..49d363cc 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/NettoSphereGamesServer.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/NettoSphereGamesServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Snake.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Snake.java index 52c8ced0..269ff3aa 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Snake.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/Snake.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeBroadcaster.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeBroadcaster.java index 2db2351c..12cf788e 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeBroadcaster.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeGame.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeGame.java index 5c1dcbdf..8389efe6 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeGame.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeGame.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 @@ -14,7 +14,7 @@ * the License. */ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeManagedService.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeManagedService.java index c10cb110..5143afdd 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeManagedService.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeManagedService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeWebSocket.java b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeWebSocket.java index 82688d1a..e396bb86 100644 --- a/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeWebSocket.java +++ b/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/SnakeWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Message.java b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Message.java index d41313cf..006a596f 100644 --- a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Message.java +++ b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/NettosphereJerseyChat.java b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/NettosphereJerseyChat.java index 3263239e..a0142971 100644 --- a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/NettosphereJerseyChat.java +++ b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/NettosphereJerseyChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/ResourceChat.java b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/ResourceChat.java index 9ad30c9e..511ae7f4 100644 --- a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/ResourceChat.java +++ b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/ResourceChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Response.java b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Response.java index 7cf8eea5..7ff14474 100644 --- a/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Response.java +++ b/nettosphere-samples/jersey-chat/src/main/java/org/nettosphere/samples/chat/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java b/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java index 61975780..66c73024 100644 --- a/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java +++ b/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/NettosphereChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/SocketIOChatAtmosphereHandler.java b/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/SocketIOChatAtmosphereHandler.java index 4a1b5529..923807ec 100755 --- a/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/SocketIOChatAtmosphereHandler.java +++ b/nettosphere-samples/socketio-chat/src/main/java/org/nettosphere/samples/chat/SocketIOChatAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Sebastien Dionne + * Copyright 2017 Sebastien Dionne * * 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 diff --git a/play-samples/chat/app/Global.java b/play-samples/chat/app/Global.java index a6a2495d..7416515c 100644 --- a/play-samples/chat/app/Global.java +++ b/play-samples/chat/app/Global.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/chat/app/controllers/Application.java b/play-samples/chat/app/controllers/Application.java index 5457b27c..41f7c85d 100644 --- a/play-samples/chat/app/controllers/Application.java +++ b/play-samples/chat/app/controllers/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/chat/app/org.atmosphere.samples.play/Chat.java b/play-samples/chat/app/org.atmosphere.samples.play/Chat.java index 604390a4..245c20c7 100644 --- a/play-samples/chat/app/org.atmosphere.samples.play/Chat.java +++ b/play-samples/chat/app/org.atmosphere.samples.play/Chat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/chat/app/org.atmosphere.samples.play/JacksonDecoder.java b/play-samples/chat/app/org.atmosphere.samples.play/JacksonDecoder.java index 764c74a5..b8789fb0 100644 --- a/play-samples/chat/app/org.atmosphere.samples.play/JacksonDecoder.java +++ b/play-samples/chat/app/org.atmosphere.samples.play/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/chat/app/org.atmosphere.samples.play/JacksonEncoder.java b/play-samples/chat/app/org.atmosphere.samples.play/JacksonEncoder.java index 780af6a2..5aa8a141 100644 --- a/play-samples/chat/app/org.atmosphere.samples.play/JacksonEncoder.java +++ b/play-samples/chat/app/org.atmosphere.samples.play/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/chat/app/org.atmosphere.samples.play/Message.java b/play-samples/chat/app/org.atmosphere.samples.play/Message.java index 876e12e8..097658b0 100644 --- a/play-samples/chat/app/org.atmosphere.samples.play/Message.java +++ b/play-samples/chat/app/org.atmosphere.samples.play/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/jersey-chat/app/Global.java b/play-samples/jersey-chat/app/Global.java index 6b70bfb3..955334ca 100644 --- a/play-samples/jersey-chat/app/Global.java +++ b/play-samples/jersey-chat/app/Global.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/jersey-chat/app/controllers/Application.java b/play-samples/jersey-chat/app/controllers/Application.java index 5457b27c..41f7c85d 100644 --- a/play-samples/jersey-chat/app/controllers/Application.java +++ b/play-samples/jersey-chat/app/controllers/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/jersey-chat/app/org.atmosphere.samples.play/ChatResource.java b/play-samples/jersey-chat/app/org.atmosphere.samples.play/ChatResource.java index a769b144..7e6f6a96 100644 --- a/play-samples/jersey-chat/app/org.atmosphere.samples.play/ChatResource.java +++ b/play-samples/jersey-chat/app/org.atmosphere.samples.play/ChatResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/jersey-chat/app/org.atmosphere.samples.play/Message.java b/play-samples/jersey-chat/app/org.atmosphere.samples.play/Message.java index f7abca91..3b25fcb8 100644 --- a/play-samples/jersey-chat/app/org.atmosphere.samples.play/Message.java +++ b/play-samples/jersey-chat/app/org.atmosphere.samples.play/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/play-samples/jersey-chat/app/org.atmosphere.samples.play/Response.java b/play-samples/jersey-chat/app/org.atmosphere.samples.play/Response.java index 613cac7b..35c4f482 100644 --- a/play-samples/jersey-chat/app/org.atmosphere.samples.play/Response.java +++ b/play-samples/jersey-chat/app/org.atmosphere.samples.play/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/AsynchronousExecution.java b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/AsynchronousExecution.java index f56dd170..5113d44c 100644 --- a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/AsynchronousExecution.java +++ b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/AsynchronousExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java index a1871b95..f8e4ddbd 100644 --- a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java +++ b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Message.java b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Message.java index 5f6e67d8..dda9639d 100644 --- a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Message.java +++ b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Response.java b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Response.java index cea4f328..1d1e5f7b 100644 --- a/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Response.java +++ b/samples/async-annotation-pubsub/src/main/java/org/atmosphere/samples/pubsub/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/atmosphere-ee6/src/main/java/org/jersey/devoxx/samples/ee6/atmosphere/TimerResource.java b/samples/atmosphere-ee6/src/main/java/org/jersey/devoxx/samples/ee6/atmosphere/TimerResource.java index af928c31..066e2466 100644 --- a/samples/atmosphere-ee6/src/main/java/org/jersey/devoxx/samples/ee6/atmosphere/TimerResource.java +++ b/samples/atmosphere-ee6/src/main/java/org/jersey/devoxx/samples/ee6/atmosphere/TimerResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/atmospherehandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/AtmosphereHandlerPubSub.java b/samples/atmospherehandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/AtmosphereHandlerPubSub.java index 38d4b31c..cb26e88d 100644 --- a/samples/atmospherehandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/AtmosphereHandlerPubSub.java +++ b/samples/atmospherehandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/AtmosphereHandlerPubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/channel/src/main/java/org/atmosphere/samples/pubsub/TypedChannel.java b/samples/channel/src/main/java/org/atmosphere/samples/pubsub/TypedChannel.java index 86e447e7..5738d918 100755 --- a/samples/channel/src/main/java/org/atmosphere/samples/pubsub/TypedChannel.java +++ b/samples/channel/src/main/java/org/atmosphere/samples/pubsub/TypedChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatProtocol.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatProtocol.java index 336c4867..b20f2d63 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatProtocol.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatRoom.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatRoom.java index 864623b8..7eb8b26c 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatRoom.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ChatRoom.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java index 5832838d..b8926d05 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java index a56c75b6..e2400734 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ProtocolDecoder.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ProtocolDecoder.java index df2a2f33..b6a39735 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ProtocolDecoder.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/ProtocolDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserDecoder.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserDecoder.java index a4629232..cfc41b82 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserDecoder.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserMessage.java b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserMessage.java index 6a445dec..ecfd0adf 100644 --- a/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserMessage.java +++ b/samples/chat-multiroom/src/main/java/org/atmosphere/samples/chat/UserMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/Chat.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/Chat.java index 9354f66f..d488adff 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/Chat.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/Chat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java index 8a8b7fce..e3f7a5e8 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java index 05eff64f..ab770e5e 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/Message.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/Message.java index 43fc2184..4090fbff 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/Message.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java index a56c75b6..e2400734 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/ObjectMapperInjectable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java b/samples/chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java index f0a916a5..df52b83d 100644 --- a/samples/chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java +++ b/samples/chat/src/main/java/org/atmosphere/samples/chat/custom/SampleConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/commons/src/main/java/org/atmosphere/commons/util/EventsLogger.java b/samples/commons/src/main/java/org/atmosphere/commons/util/EventsLogger.java index 31035cc2..5ba91a46 100644 --- a/samples/commons/src/main/java/org/atmosphere/commons/util/EventsLogger.java +++ b/samples/commons/src/main/java/org/atmosphere/commons/util/EventsLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java index 637d1eba..8f8a1351 100644 --- a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java +++ b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Message.java b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Message.java index 871b061b..025ad44b 100644 --- a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Message.java +++ b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Response.java b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Response.java index 443d110e..910ed9e5 100644 --- a/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Response.java +++ b/samples/cxf-chat-osgi/src/main/java/org/atmosphere/samples/chat/cxf/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java index 637d1eba..8f8a1351 100644 --- a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java +++ b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/ChatResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Message.java b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Message.java index e5907802..0af27530 100644 --- a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Message.java +++ b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Response.java b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Response.java index 443d110e..910ed9e5 100644 --- a/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Response.java +++ b/samples/cxf-chat/src/main/java/org/atmosphere/samples/chat/cxf/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/Main.java b/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/Main.java index 8289ba3b..b3de9cef 100644 --- a/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/Main.java +++ b/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java b/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java index 43a14f78..73083076 100644 --- a/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java +++ b/samples/embedded-jetty-websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java index 6c411fc0..e1403989 100644 --- a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java +++ b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java index 5965c4c4..53281350 100644 --- a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java +++ b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/FileResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/JerseyPubSub.java b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/JerseyPubSub.java index bfc8495e..786df684 100644 --- a/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/JerseyPubSub.java +++ b/samples/jersey-pubsub/src/main/java/org/atmosphere/samples/pubsub/JerseyPubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/jersey2-chat/src/main/java/org/atmosphere/samples/chat/jersey/Jersey2Resource.java b/samples/jersey2-chat/src/main/java/org/atmosphere/samples/chat/jersey/Jersey2Resource.java index 809d736b..f7c62d91 100644 --- a/samples/jersey2-chat/src/main/java/org/atmosphere/samples/chat/jersey/Jersey2Resource.java +++ b/samples/jersey2-chat/src/main/java/org/atmosphere/samples/chat/jersey/Jersey2Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/meteor-chat/src/main/java/org/atmosphere/samples/chat/MeteorChat.java b/samples/meteor-chat/src/main/java/org/atmosphere/samples/chat/MeteorChat.java index d381b5a4..083e37ff 100755 --- a/samples/meteor-chat/src/main/java/org/atmosphere/samples/chat/MeteorChat.java +++ b/samples/meteor-chat/src/main/java/org/atmosphere/samples/chat/MeteorChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/meteor-pubsub/src/main/java/org/atmosphere/samples/pubsub/MeteorPubSub.java b/samples/meteor-pubsub/src/main/java/org/atmosphere/samples/pubsub/MeteorPubSub.java index 454b2851..1d25c0ce 100644 --- a/samples/meteor-pubsub/src/main/java/org/atmosphere/samples/pubsub/MeteorPubSub.java +++ b/samples/meteor-pubsub/src/main/java/org/atmosphere/samples/pubsub/MeteorPubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java index 5f108781..4c75b3d8 100644 --- a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java +++ b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/EventsLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/JAXBBean.java b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/JAXBBean.java index d09d999d..e2ca46f4 100644 --- a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/JAXBBean.java +++ b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/JAXBBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSub.java b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSub.java index 019a34c7..632c235d 100755 --- a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSub.java +++ b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSubBroadcaster.java b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSubBroadcaster.java index cbf52529..d2dbcfa0 100644 --- a/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSubBroadcaster.java +++ b/samples/pubsub/src/main/java/org/atmosphere/samples/pubsub/PubSubBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ChatResource.java b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ChatResource.java index c8b1c239..905ad0de 100644 --- a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ChatResource.java +++ b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ChatResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java index 3977cf94..56fe850b 100644 --- a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java +++ b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java index bd69f526..f592a123 100644 --- a/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java +++ b/samples/rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/AtmosphereApplication.java b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/AtmosphereApplication.java index 491b156c..fda03c57 100644 --- a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/AtmosphereApplication.java +++ b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/AtmosphereApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2017 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. diff --git a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/ChatService.java b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/ChatService.java index 5248676c..3b43ad34 100644 --- a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/ChatService.java +++ b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/ChatService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2017 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. diff --git a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/Message.java b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/Message.java index a32d6130..8783555a 100644 --- a/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/Message.java +++ b/samples/spring-boot-sample-atmosphere/src/main/java/org/atmosphere/samples/springboot/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2017 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. diff --git a/samples/spring-boot-sample-atmosphere/src/test/java/sample/SampleAtmosphereApplicationTests.java b/samples/spring-boot-sample-atmosphere/src/test/java/sample/SampleAtmosphereApplicationTests.java index 221fa1f9..f6105816 100644 --- a/samples/spring-boot-sample-atmosphere/src/test/java/sample/SampleAtmosphereApplicationTests.java +++ b/samples/spring-boot-sample-atmosphere/src/test/java/sample/SampleAtmosphereApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2017 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. diff --git a/samples/sse-chat/src/main/java/org/atmosphere/samples/chat/SSEAtmosphereHandler.java b/samples/sse-chat/src/main/java/org/atmosphere/samples/chat/SSEAtmosphereHandler.java index fd1b1d0d..764a22e6 100644 --- a/samples/sse-chat/src/main/java/org/atmosphere/samples/chat/SSEAtmosphereHandler.java +++ b/samples/sse-chat/src/main/java/org/atmosphere/samples/chat/SSEAtmosphereHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java index 3977cf94..56fe850b 100644 --- a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java +++ b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ResourceChat.java b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ResourceChat.java index df0ebbbd..b769cad3 100644 --- a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ResourceChat.java +++ b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/ResourceChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java index bd69f526..f592a123 100644 --- a/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java +++ b/samples/sse-rest-chat/src/main/java/org/atmosphere/samples/chat/jersey/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/EventsLogger.java b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/EventsLogger.java index 81b28420..f47a6809 100644 --- a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/EventsLogger.java +++ b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/EventsLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/FileResource.java b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/FileResource.java index 5d978a5f..c1b6450a 100644 --- a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/FileResource.java +++ b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/FileResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/TwitterFeed.java b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/TwitterFeed.java index 9cb0836f..93ca4312 100644 --- a/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/TwitterFeed.java +++ b/samples/twitter-live-feed/src/main/java/org/atmosphere/samples/twitter/TwitterFeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/webrtc-atmospherehandler/src/main/java/org/atmosphere/samples/webrtc/AtmosphereHandlerPubSub.java b/samples/webrtc-atmospherehandler/src/main/java/org/atmosphere/samples/webrtc/AtmosphereHandlerPubSub.java index f7cf8a01..9fa76830 100644 --- a/samples/webrtc-atmospherehandler/src/main/java/org/atmosphere/samples/webrtc/AtmosphereHandlerPubSub.java +++ b/samples/webrtc-atmospherehandler/src/main/java/org/atmosphere/samples/webrtc/AtmosphereHandlerPubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/EventsLogger.java b/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/EventsLogger.java index effde844..24e017fc 100644 --- a/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/EventsLogger.java +++ b/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/EventsLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/Subscriber.java b/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/Subscriber.java index 330aa35b..2334ecf5 100644 --- a/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/Subscriber.java +++ b/samples/webrtc-jersey/src/main/java/org/atmosphere/samples/webrtc/Subscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java b/samples/websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java index 43a14f78..73083076 100644 --- a/samples/websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java +++ b/samples/websocket-chat/src/main/java/org/atmosphere/samples/chat/WebSocketChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/websocket-stream/src/main/java/org/atmosphere/samples/stream/WebSocketStream.java b/samples/websocket-stream/src/main/java/org/atmosphere/samples/stream/WebSocketStream.java index 2517bbf1..8475ff6b 100644 --- a/samples/websocket-stream/src/main/java/org/atmosphere/samples/stream/WebSocketStream.java +++ b/samples/websocket-stream/src/main/java/org/atmosphere/samples/stream/WebSocketStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/samples/websockethandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/WebSocketPubSub.java b/samples/websockethandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/WebSocketPubSub.java index 0aa2577f..a6e9b0b6 100644 --- a/samples/websockethandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/WebSocketPubSub.java +++ b/samples/websockethandler-pubsub/src/main/java/org/atmosphere/samples/pubsub/WebSocketPubSub.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/stomp/pubsub/src/main/java/org/atmosphere/samples/stomp/pubsub/StompEndpointSample.java b/stomp/pubsub/src/main/java/org/atmosphere/samples/stomp/pubsub/StompEndpointSample.java index e40dfe24..51e49863 100644 --- a/stomp/pubsub/src/main/java/org/atmosphere/samples/stomp/pubsub/StompEndpointSample.java +++ b/stomp/pubsub/src/main/java/org/atmosphere/samples/stomp/pubsub/StompEndpointSample.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatProtocol.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatProtocol.java index f5db4d48..0119b7c6 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatProtocol.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatRoom.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatRoom.java index 0493f548..4dbc3e14 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatRoom.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ChatRoom.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/JacksonEncoder.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/JacksonEncoder.java index 9dedc62d..22afc047 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/JacksonEncoder.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ProtocolDecoder.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ProtocolDecoder.java index 5309c223..5b6900c2 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ProtocolDecoder.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/ProtocolDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserDecoder.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserDecoder.java index 9c4972e7..2339e314 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserDecoder.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserMessage.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserMessage.java index 5fb5f51a..a77f3b72 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserMessage.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/UserMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxChatServer.java b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxChatServer.java index c857c1c0..52f9db5f 100644 --- a/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxChatServer.java +++ b/vertx-samples/chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxChatServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Message.java b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Message.java index 20a7114d..bd944038 100644 --- a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Message.java +++ b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/ResourceChat.java b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/ResourceChat.java index 9353d48d..364ea5e1 100644 --- a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/ResourceChat.java +++ b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/ResourceChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Response.java b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Response.java index b216d15e..e92062f4 100644 --- a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Response.java +++ b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxJerseyChat.java b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxJerseyChat.java index a5351fa6..1ca952c9 100644 --- a/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxJerseyChat.java +++ b/vertx-samples/jersey-chat/src/main/java/org/atmosphere/vertx/samples/chat/VertxJerseyChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/Message.java b/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/Message.java index 90586820..82627548 100644 --- a/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/Message.java +++ b/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/wAsyncChat.java b/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/wAsyncChat.java index a704c8d1..1d86d177 100644 --- a/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/wAsyncChat.java +++ b/wasync-samples/android-chat/src/main/java/org/atmosphere/wasync/andoid/wAsyncChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Chat.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Chat.java index 98db1682..cd496b90 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Chat.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Chat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonDecoder.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonDecoder.java index c1c208cc..43dc4064 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonDecoder.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonEncoder.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonEncoder.java index 316119a3..1dadcfe3 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonEncoder.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/JacksonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Message.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Message.java index e9e77195..71c4fe8a 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Message.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/NettosphereChat.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/NettosphereChat.java index 6396221c..a9a089ca 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/NettosphereChat.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/NettosphereChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/wAsyncChat.java b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/wAsyncChat.java index 6f9e90ae..57273a51 100644 --- a/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/wAsyncChat.java +++ b/wasync-samples/chat/src/main/java/org/atmosphere/wasync/samples/wAsyncChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/Message.java b/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/Message.java index 720ba8c6..9dfed040 100644 --- a/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/Message.java +++ b/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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 diff --git a/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/wAsyncNodeChat.java b/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/wAsyncNodeChat.java index 31d82a7c..2c4be88b 100644 --- a/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/wAsyncNodeChat.java +++ b/wasync-samples/node.js/src/main/java/org/atmosphere/wasync/samples/node/wAsyncNodeChat.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Async-IO.org + * Copyright 2017 Async-IO.org * * 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