Browse Source

License header update: 2017 year added

pull/30/merge
Andrew Shvayka 10 years ago
parent
commit
1e6e82841f
  1. 3
      application/build.gradle
  2. 2
      application/pom.xml
  3. 2
      application/src/main/conf/logback.xml
  4. 2
      application/src/main/conf/thingsboard.conf
  5. 2
      application/src/main/java/org/thingsboard/server/ThingsboardServerApplication.java
  6. 2
      application/src/main/java/org/thingsboard/server/actors/ActorSystemContext.java
  7. 2
      application/src/main/java/org/thingsboard/server/actors/app/AppActor.java
  8. 2
      application/src/main/java/org/thingsboard/server/actors/device/DeviceActor.java
  9. 2
      application/src/main/java/org/thingsboard/server/actors/device/DeviceActorMessageProcessor.java
  10. 2
      application/src/main/java/org/thingsboard/server/actors/device/SessionInfo.java
  11. 2
      application/src/main/java/org/thingsboard/server/actors/device/ToDeviceRpcRequestMetadata.java
  12. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/PluginActor.java
  13. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/PluginActorMessageProcessor.java
  14. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/PluginCallbackMessage.java
  15. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/PluginProcessingContext.java
  16. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/PluginTerminationMsg.java
  17. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/RuleToPluginMsgWrapper.java
  18. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/SharedPluginProcessingContext.java
  19. 2
      application/src/main/java/org/thingsboard/server/actors/plugin/TimeoutScheduler.java
  20. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/BasicRpcSessionListener.java
  21. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcBroadcastMsg.java
  22. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcManagerActor.java
  23. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionActor.java
  24. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionClosedMsg.java
  25. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionConnectedMsg.java
  26. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionCreateRequestMsg.java
  27. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionDisconnectedMsg.java
  28. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionTellMsg.java
  29. 2
      application/src/main/java/org/thingsboard/server/actors/rpc/SessionActorInfo.java
  30. 2
      application/src/main/java/org/thingsboard/server/actors/rule/ChainProcessingContext.java
  31. 2
      application/src/main/java/org/thingsboard/server/actors/rule/ChainProcessingMetaData.java
  32. 2
      application/src/main/java/org/thingsboard/server/actors/rule/ComplexRuleActorChain.java
  33. 2
      application/src/main/java/org/thingsboard/server/actors/rule/CompoundRuleActorChain.java
  34. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleActor.java
  35. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleActorChain.java
  36. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleActorMessageProcessor.java
  37. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleActorMetaData.java
  38. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleContextAwareMsgProcessor.java
  39. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleProcessingContext.java
  40. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleProcessingMsg.java
  41. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleTerminationMsg.java
  42. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RuleToPluginTimeoutMsg.java
  43. 2
      application/src/main/java/org/thingsboard/server/actors/rule/RulesProcessedMsg.java
  44. 2
      application/src/main/java/org/thingsboard/server/actors/rule/SimpleRuleActorChain.java
  45. 2
      application/src/main/java/org/thingsboard/server/actors/service/ActorService.java
  46. 2
      application/src/main/java/org/thingsboard/server/actors/service/ComponentActor.java
  47. 2
      application/src/main/java/org/thingsboard/server/actors/service/ContextAwareActor.java
  48. 2
      application/src/main/java/org/thingsboard/server/actors/service/ContextBasedCreator.java
  49. 2
      application/src/main/java/org/thingsboard/server/actors/service/DefaultActorService.java
  50. 2
      application/src/main/java/org/thingsboard/server/actors/service/RestMsgProcessor.java
  51. 2
      application/src/main/java/org/thingsboard/server/actors/service/WebSocketMsgProcessor.java
  52. 2
      application/src/main/java/org/thingsboard/server/actors/session/ASyncMsgProcessor.java
  53. 2
      application/src/main/java/org/thingsboard/server/actors/session/AbstractSessionActorMsgProcessor.java
  54. 2
      application/src/main/java/org/thingsboard/server/actors/session/SessionActor.java
  55. 2
      application/src/main/java/org/thingsboard/server/actors/session/SessionManagerActor.java
  56. 2
      application/src/main/java/org/thingsboard/server/actors/session/SessionTerminationMsg.java
  57. 2
      application/src/main/java/org/thingsboard/server/actors/session/SyncMsgProcessor.java
  58. 2
      application/src/main/java/org/thingsboard/server/actors/shared/AbstractContextAwareMsgProcessor.java
  59. 2
      application/src/main/java/org/thingsboard/server/actors/shared/ActorTerminationMsg.java
  60. 2
      application/src/main/java/org/thingsboard/server/actors/shared/ComponentMsgProcessor.java
  61. 2
      application/src/main/java/org/thingsboard/server/actors/shared/SessionTimeoutMsg.java
  62. 2
      application/src/main/java/org/thingsboard/server/actors/shared/plugin/PluginManager.java
  63. 2
      application/src/main/java/org/thingsboard/server/actors/shared/plugin/SystemPluginManager.java
  64. 2
      application/src/main/java/org/thingsboard/server/actors/shared/plugin/TenantPluginManager.java
  65. 2
      application/src/main/java/org/thingsboard/server/actors/shared/rule/RuleManager.java
  66. 2
      application/src/main/java/org/thingsboard/server/actors/shared/rule/SystemRuleManager.java
  67. 2
      application/src/main/java/org/thingsboard/server/actors/shared/rule/TenantRuleManager.java
  68. 2
      application/src/main/java/org/thingsboard/server/actors/stats/StatsActor.java
  69. 2
      application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistMsg.java
  70. 2
      application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistTick.java
  71. 2
      application/src/main/java/org/thingsboard/server/actors/tenant/RuleChainDeviceMsg.java
  72. 2
      application/src/main/java/org/thingsboard/server/actors/tenant/TenantActor.java
  73. 2
      application/src/main/java/org/thingsboard/server/config/JwtSettings.java
  74. 2
      application/src/main/java/org/thingsboard/server/config/SwaggerConfiguration.java
  75. 2
      application/src/main/java/org/thingsboard/server/config/ThingsboardMessageConfiguration.java
  76. 2
      application/src/main/java/org/thingsboard/server/config/ThingsboardSecurityConfiguration.java
  77. 2
      application/src/main/java/org/thingsboard/server/config/WebConfig.java
  78. 2
      application/src/main/java/org/thingsboard/server/config/WebSocketConfiguration.java
  79. 2
      application/src/main/java/org/thingsboard/server/controller/AdminController.java
  80. 2
      application/src/main/java/org/thingsboard/server/controller/AuthController.java
  81. 2
      application/src/main/java/org/thingsboard/server/controller/BaseController.java
  82. 2
      application/src/main/java/org/thingsboard/server/controller/ComponentDescriptorController.java
  83. 2
      application/src/main/java/org/thingsboard/server/controller/CustomerController.java
  84. 2
      application/src/main/java/org/thingsboard/server/controller/DashboardController.java
  85. 2
      application/src/main/java/org/thingsboard/server/controller/DeviceController.java
  86. 2
      application/src/main/java/org/thingsboard/server/controller/EventController.java
  87. 2
      application/src/main/java/org/thingsboard/server/controller/PluginController.java
  88. 2
      application/src/main/java/org/thingsboard/server/controller/RuleController.java
  89. 2
      application/src/main/java/org/thingsboard/server/controller/TenantController.java
  90. 2
      application/src/main/java/org/thingsboard/server/controller/UserController.java
  91. 2
      application/src/main/java/org/thingsboard/server/controller/WidgetTypeController.java
  92. 2
      application/src/main/java/org/thingsboard/server/controller/WidgetsBundleController.java
  93. 2
      application/src/main/java/org/thingsboard/server/controller/plugin/PluginApiController.java
  94. 2
      application/src/main/java/org/thingsboard/server/controller/plugin/PluginNotFoundException.java
  95. 2
      application/src/main/java/org/thingsboard/server/controller/plugin/PluginWebSocketHandler.java
  96. 2
      application/src/main/java/org/thingsboard/server/controller/plugin/PluginWebSocketMsgEndpoint.java
  97. 2
      application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorCode.java
  98. 2
      application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorResponse.java
  99. 2
      application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorResponseHandler.java
  100. 2
      application/src/main/java/org/thingsboard/server/exception/ThingsboardException.java

3
application/build.gradle

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
buildscript {
ext {
osPackageVersion = "3.8.0"

2
application/pom.xml

@ -1,6 +1,6 @@
<!--
Copyright © 2016 The Thingsboard Authors
Copyright © 2016-2017 The Thingsboard Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

2
application/src/main/conf/logback.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright © 2016 The Thingsboard Authors
Copyright © 2016-2017 The Thingsboard Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

2
application/src/main/conf/thingsboard.conf

@ -1,5 +1,5 @@
#
# Copyright © 2016 The Thingsboard Authors
# Copyright © 2016-2017 The Thingsboard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/ThingsboardServerApplication.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/ActorSystemContext.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/app/AppActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/device/DeviceActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/device/DeviceActorMessageProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/device/SessionInfo.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/device/ToDeviceRpcRequestMetadata.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/PluginActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/PluginActorMessageProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/PluginCallbackMessage.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/PluginProcessingContext.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/PluginTerminationMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/RuleToPluginMsgWrapper.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/SharedPluginProcessingContext.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/plugin/TimeoutScheduler.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/BasicRpcSessionListener.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcBroadcastMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcManagerActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionClosedMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionConnectedMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionCreateRequestMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionDisconnectedMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/RpcSessionTellMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rpc/SessionActorInfo.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/ChainProcessingContext.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/ChainProcessingMetaData.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/ComplexRuleActorChain.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/CompoundRuleActorChain.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleActorChain.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleActorMessageProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleActorMetaData.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleContextAwareMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleProcessingContext.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleProcessingMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleTerminationMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RuleToPluginTimeoutMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/RulesProcessedMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/rule/SimpleRuleActorChain.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/ActorService.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/ComponentActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/ContextAwareActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/ContextBasedCreator.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/DefaultActorService.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/RestMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/service/WebSocketMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/ASyncMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/AbstractSessionActorMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/SessionActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/SessionManagerActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/SessionTerminationMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/session/SyncMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/AbstractContextAwareMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/ActorTerminationMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/ComponentMsgProcessor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/SessionTimeoutMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/plugin/PluginManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/plugin/SystemPluginManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/plugin/TenantPluginManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/rule/RuleManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/rule/SystemRuleManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/shared/rule/TenantRuleManager.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/stats/StatsActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistTick.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/tenant/RuleChainDeviceMsg.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/actors/tenant/TenantActor.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/JwtSettings.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/SwaggerConfiguration.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/ThingsboardMessageConfiguration.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/ThingsboardSecurityConfiguration.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/WebConfig.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/config/WebSocketConfiguration.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/AdminController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/AuthController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/BaseController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/ComponentDescriptorController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/CustomerController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/DashboardController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/DeviceController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/EventController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/PluginController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/RuleController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/TenantController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/UserController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/WidgetTypeController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/WidgetsBundleController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/plugin/PluginApiController.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/plugin/PluginNotFoundException.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/plugin/PluginWebSocketHandler.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/controller/plugin/PluginWebSocketMsgEndpoint.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorCode.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorResponse.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/exception/ThingsboardErrorResponseHandler.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/exception/ThingsboardException.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save