Browse Source

Merge branch 'chore/spdx-license-headers' into chore/spdx-license-headers-lts-4.3

# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/cf/ctx/state/HasLatestTs.java
#	application/src/main/java/org/thingsboard/server/service/security/auth/extractor/AbstractHeaderTokenExtractor.java
#	application/src/main/java/org/thingsboard/server/service/security/auth/extractor/JwtQueryTokenExtractor.java
#	application/src/main/java/org/thingsboard/server/service/security/auth/extractor/TokenExtractor.java
#	application/src/test/java/org/thingsboard/server/service/install/update/DefaultDataUpdateServiceTest.java
#	application/src/test/java/org/thingsboard/server/transport/lwm2m/security/cid/serverDtlsCidLength_16/NoSecLwM2MIntegrationDtlsCidLengthTest.java
#	application/src/test/java/org/thingsboard/server/transport/lwm2m/security/cid/serverDtlsCidLength_2/PskLwm2mIntegrationDtlsCidLengthTest.java
#	common/data/src/main/java/org/thingsboard/server/common/data/cf/configuration/CurrentOwnerDynamicSourceConfiguration.java
#	common/data/src/main/java/org/thingsboard/server/exception/DataValidationException.java
#	common/data/src/main/java/org/thingsboard/server/exception/EntitiesLimitExceededException.java
#	dao/src/main/java/org/thingsboard/server/dao/model/sql/CalculatedFieldLinkEntity.java
#	dao/src/main/java/org/thingsboard/server/dao/pat/ApiKeyDao.java
#	dao/src/main/java/org/thingsboard/server/dao/service/validator/CalculatedFieldLinkDataValidator.java
#	dao/src/main/java/org/thingsboard/server/dao/sql/cf/JpaCalculatedFieldLinkDao.java
#	dao/src/main/java/org/thingsboard/server/dao/sql/pat/ApiKeyInfoRepository.java
#	dao/src/test/java/org/thingsboard/server/dao/service/validator/CalculatedFieldLinkDataValidatorTest.java
#	ui-ngx/src/app/modules/home/components/api-key/api-keys-table-dialog.component.scss
#	ui-ngx/src/app/modules/home/components/audit-log/audit-log-details-dialog.component.scss
#	ui-ngx/src/app/modules/home/components/audit-log/audit-log-header.component.scss
#	ui-ngx/src/app/modules/home/components/calculated-fields/components/calculated-field-arguments/calculated-field-argument-panel.component.ts
#	ui-ngx/src/app/modules/home/components/calculated-fields/components/debug-dialog/calculated-field-debug-dialog.component.ts
#	ui-ngx/src/app/modules/home/components/calculated-fields/components/panel/calculated-field-argument-panel.component.html
#	ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-settings-dialog.component.ts
#	ui-ngx/src/app/modules/home/components/device/device-credentials-lwm2m.component.ts
#	ui-ngx/src/app/modules/home/components/event/event-content-dialog.component.scss
#	ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.ts
#	ui-ngx/src/app/modules/home/pages/admin/two-factor-auth-settings.component.ts
#	ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts
#	ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-alarm-rules-unavailable-page.component.html
#	ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-alarm-rules-unavailable-page.component.scss
#	ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-alarm-rules-unavailable-page.component.ts
#	ui-ngx/src/app/modules/login/login-routing.module.ts
#	ui-ngx/src/app/modules/login/pages/login/create-password.component.ts
#	ui-ngx/src/app/modules/login/pages/login/reset-password.component.ts
#	ui-ngx/src/app/shared/components/entity/entity-key-autocomplete.component.ts
#	ui-ngx/src/app/shared/components/entity/entity-select.component.ts
#	ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.ts
#	ui-ngx/src/app/shared/components/logo.component.scss
#	ui-ngx/src/app/shared/components/logo.component.ts
#	ui-ngx/src/app/shared/components/public-api.ts
#	ui-ngx/src/app/shared/components/string-autocomplete.component.ts
#	ui-ngx/src/app/shared/components/time-unit-input.component.ts
#	ui-ngx/src/app/shared/models/calculated-field.models.ts
#	ui-ngx/src/app/shared/models/two-factor-auth.models.ts
#	ui-ngx/src/app/shared/models/widget/widget-model.definition.ts
pull/16129/head
Dmytro Skarzhynets 2 days ago
parent
commit
ac837f7bdc
No known key found for this signature in database GPG Key ID: 2B51652F224037DF
  1. 15
      .github/release.yml
  2. 15
      .github/workflows/check-configuration-files.yml
  3. 15
      .github/workflows/license-header-format.yml
  4. 8
      LICENSE
  5. 15
      application/pom.xml
  6. 15
      application/src/main/conf/logback.xml
  7. 15
      application/src/main/conf/thingsboard.conf
  8. 15
      application/src/main/data/upgrade/basic/schema_update.sql
  9. 15
      application/src/main/data/upgrade/lts/4.2.2.3/schema_update.sql
  10. 17
      application/src/main/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter.java
  11. 17
      application/src/main/java/org/thingsboard/server/ThingsboardInstallApplication.java
  12. 17
      application/src/main/java/org/thingsboard/server/ThingsboardServerApplication.java
  13. 17
      application/src/main/java/org/thingsboard/server/actors/ActorSystemContext.java
  14. 17
      application/src/main/java/org/thingsboard/server/actors/TbEntityTypeActorIdPredicate.java
  15. 17
      application/src/main/java/org/thingsboard/server/actors/app/AppActor.java
  16. 17
      application/src/main/java/org/thingsboard/server/actors/app/AppInitMsg.java
  17. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/AbstractCalculatedFieldActor.java
  18. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityActor.java
  19. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityActorCreator.java
  20. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityDeleteMsg.java
  21. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityMessageProcessor.java
  22. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldException.java
  23. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldLinkedTelemetryMsg.java
  24. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerActor.java
  25. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerActorCreator.java
  26. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerMessageProcessor.java
  27. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldStateRestoreMsg.java
  28. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldTelemetryMsg.java
  29. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityCalculatedFieldLinkedTelemetryMsg.java
  30. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityCalculatedFieldTelemetryMsg.java
  31. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityInitCalculatedFieldMsg.java
  32. 17
      application/src/main/java/org/thingsboard/server/actors/calculatedField/MultipleTbCallback.java
  33. 17
      application/src/main/java/org/thingsboard/server/actors/device/DeviceActor.java
  34. 17
      application/src/main/java/org/thingsboard/server/actors/device/DeviceActorCreator.java
  35. 17
      application/src/main/java/org/thingsboard/server/actors/device/DeviceActorMessageProcessor.java
  36. 17
      application/src/main/java/org/thingsboard/server/actors/device/SessionInfo.java
  37. 17
      application/src/main/java/org/thingsboard/server/actors/device/SessionInfoMetaData.java
  38. 17
      application/src/main/java/org/thingsboard/server/actors/device/SessionTimeoutCheckMsg.java
  39. 17
      application/src/main/java/org/thingsboard/server/actors/device/ToDeviceRpcRequestMetadata.java
  40. 17
      application/src/main/java/org/thingsboard/server/actors/device/ToServerRpcRequestMetadata.java
  41. 17
      application/src/main/java/org/thingsboard/server/actors/device/TransportSessionCloseReason.java
  42. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/DefaultTbContext.java
  43. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainActor.java
  44. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainActorMessageProcessor.java
  45. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainInputMsg.java
  46. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainManagerActor.java
  47. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainOutputMsg.java
  48. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainToRuleChainMsg.java
  49. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainToRuleNodeMsg.java
  50. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleEngineComponentActor.java
  51. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeActor.java
  52. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeActorMessageProcessor.java
  53. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeCtx.java
  54. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeRelation.java
  55. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeToRuleChainTellNextMsg.java
  56. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeToSelfMsg.java
  57. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/TbToRuleChainActorMsg.java
  58. 17
      application/src/main/java/org/thingsboard/server/actors/ruleChain/TbToRuleNodeActorMsg.java
  59. 17
      application/src/main/java/org/thingsboard/server/actors/service/ActorService.java
  60. 17
      application/src/main/java/org/thingsboard/server/actors/service/ComponentActor.java
  61. 17
      application/src/main/java/org/thingsboard/server/actors/service/ContextAwareActor.java
  62. 17
      application/src/main/java/org/thingsboard/server/actors/service/ContextBasedCreator.java
  63. 17
      application/src/main/java/org/thingsboard/server/actors/service/DefaultActorService.java
  64. 17
      application/src/main/java/org/thingsboard/server/actors/shared/AbstractContextAwareMsgProcessor.java
  65. 17
      application/src/main/java/org/thingsboard/server/actors/shared/ActorTerminationMsg.java
  66. 17
      application/src/main/java/org/thingsboard/server/actors/shared/ComponentMsgProcessor.java
  67. 17
      application/src/main/java/org/thingsboard/server/actors/shared/RuleChainErrorActor.java
  68. 17
      application/src/main/java/org/thingsboard/server/actors/stats/StatsActor.java
  69. 17
      application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistMsg.java
  70. 17
      application/src/main/java/org/thingsboard/server/actors/stats/StatsPersistTick.java
  71. 17
      application/src/main/java/org/thingsboard/server/actors/tenant/DebugTbRateLimits.java
  72. 17
      application/src/main/java/org/thingsboard/server/actors/tenant/TenantActor.java
  73. 17
      application/src/main/java/org/thingsboard/server/config/CryptoConfig.java
  74. 17
      application/src/main/java/org/thingsboard/server/config/CustomOAuth2AuthorizationRequestResolver.java
  75. 17
      application/src/main/java/org/thingsboard/server/config/HttpSecurityHeadersCustomizer.java
  76. 17
      application/src/main/java/org/thingsboard/server/config/HttpSecurityHeadersProperties.java
  77. 17
      application/src/main/java/org/thingsboard/server/config/MvcCorsProperties.java
  78. 17
      application/src/main/java/org/thingsboard/server/config/RateLimitProcessingFilter.java
  79. 17
      application/src/main/java/org/thingsboard/server/config/SchedulingConfiguration.java
  80. 17
      application/src/main/java/org/thingsboard/server/config/SwaggerConfiguration.java
  81. 17
      application/src/main/java/org/thingsboard/server/config/TbHttpClientSettingsComponent.java
  82. 17
      application/src/main/java/org/thingsboard/server/config/TbRuleEngineSecurityConfiguration.java
  83. 17
      application/src/main/java/org/thingsboard/server/config/ThingsboardMessageConfiguration.java
  84. 17
      application/src/main/java/org/thingsboard/server/config/ThingsboardSecurityConfiguration.java
  85. 17
      application/src/main/java/org/thingsboard/server/config/WebConfig.java
  86. 17
      application/src/main/java/org/thingsboard/server/config/WebSocketConfiguration.java
  87. 17
      application/src/main/java/org/thingsboard/server/config/annotations/ApiOperation.java
  88. 17
      application/src/main/java/org/thingsboard/server/config/mqtt/MqttClientRetransmissionSettingsComponent.java
  89. 17
      application/src/main/java/org/thingsboard/server/config/mqtt/MqttClientSettingsComponent.java
  90. 17
      application/src/main/java/org/thingsboard/server/controller/AbstractRpcController.java
  91. 17
      application/src/main/java/org/thingsboard/server/controller/AdminController.java
  92. 17
      application/src/main/java/org/thingsboard/server/controller/AiModelController.java
  93. 17
      application/src/main/java/org/thingsboard/server/controller/AlarmCommentController.java
  94. 17
      application/src/main/java/org/thingsboard/server/controller/AlarmController.java
  95. 17
      application/src/main/java/org/thingsboard/server/controller/AssetController.java
  96. 17
      application/src/main/java/org/thingsboard/server/controller/AssetProfileController.java
  97. 17
      application/src/main/java/org/thingsboard/server/controller/AuditLogController.java
  98. 17
      application/src/main/java/org/thingsboard/server/controller/AuthController.java
  99. 17
      application/src/main/java/org/thingsboard/server/controller/AutoCommitController.java
  100. 17
      application/src/main/java/org/thingsboard/server/controller/BaseController.java

15
.github/release.yml

@ -1,17 +1,6 @@
# #
# Copyright © 2016-2026 The Thingsboard Authors # SPDX-FileCopyrightText: Copyright The Thingsboard Authors
# # SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #
changelog: changelog:

15
.github/workflows/check-configuration-files.yml

@ -1,17 +1,6 @@
# #
# Copyright © 2016-2026 The Thingsboard Authors # SPDX-FileCopyrightText: Copyright The Thingsboard Authors
# # SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #
name: Check configuration files name: Check configuration files

15
.github/workflows/license-header-format.yml

@ -1,17 +1,6 @@
# #
# Copyright © 2016-2026 The Thingsboard Authors # SPDX-FileCopyrightText: Copyright The Thingsboard Authors
# # SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #
name: License header format name: License header format

8
LICENSE

@ -1,6 +1,6 @@
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@ -178,7 +178,7 @@
APPENDIX: How to apply the Apache License to your work. APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}" boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a comment syntax for the file format. We also recommend that a
@ -186,13 +186,13 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright 2016 The Thingsboard Authors Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

15
application/pom.xml

@ -1,18 +1,7 @@
<!-- <!--
Copyright © 2016-2026 The Thingsboard Authors SPDX-FileCopyrightText: Copyright The Thingsboard Authors
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

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

@ -1,19 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- <!--
Copyright © 2016-2026 The Thingsboard Authors SPDX-FileCopyrightText: Copyright The Thingsboard Authors
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--> -->
<!DOCTYPE configuration> <!DOCTYPE configuration>

15
application/src/main/conf/thingsboard.conf

@ -1,17 +1,6 @@
# #
# Copyright © 2016-2026 The Thingsboard Authors # SPDX-FileCopyrightText: Copyright The Thingsboard Authors
# # SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #
export JAVA_OPTS="$JAVA_OPTS -Dplatform=@pkg.platform@ -Dinstall.data_dir=@pkg.installFolder@/data" export JAVA_OPTS="$JAVA_OPTS -Dplatform=@pkg.platform@ -Dinstall.data_dir=@pkg.installFolder@/data"

15
application/src/main/data/upgrade/basic/schema_update.sql

@ -1,17 +1,6 @@
-- --
-- Copyright © 2016-2026 The Thingsboard Authors -- SPDX-FileCopyrightText: Copyright The Thingsboard Authors
-- -- SPDX-License-Identifier: Apache-2.0
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
-- --
-- UPDATE TENANT PROFILE CONFIGURATION START -- UPDATE TENANT PROFILE CONFIGURATION START

15
application/src/main/data/upgrade/lts/4.2.2.3/schema_update.sql

@ -1,17 +1,6 @@
-- --
-- Copyright © 2016-2026 The Thingsboard Authors -- SPDX-FileCopyrightText: Copyright The Thingsboard Authors
-- -- SPDX-License-Identifier: Apache-2.0
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
-- --
-- IOT HUB INSTALLED ITEM START -- IOT HUB INSTALLED ITEM START

17
application/src/main/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.http.converter.xml; package org.springframework.http.converter.xml;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;

17
application/src/main/java/org/thingsboard/server/ThingsboardInstallApplication.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server; package org.thingsboard.server;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server; package org.thingsboard.server;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors; package org.thingsboard.server.actors;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

17
application/src/main/java/org/thingsboard/server/actors/TbEntityTypeActorIdPredicate.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors; package org.thingsboard.server.actors;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.app; package org.thingsboard.server.actors.app;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/app/AppInitMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.app; package org.thingsboard.server.actors.app;
import org.thingsboard.server.common.msg.MsgType; import org.thingsboard.server.common.msg.MsgType;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/AbstractCalculatedFieldActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityActorCreator.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityDeleteMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldEntityMessageProcessor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListenableFuture;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldException.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldLinkedTelemetryMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerActorCreator.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldManagerMessageProcessor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldStateRestoreMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/CalculatedFieldTelemetryMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityCalculatedFieldLinkedTelemetryMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityCalculatedFieldTelemetryMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/EntityInitCalculatedFieldMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/calculatedField/MultipleTbCallback.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.calculatedField; package org.thingsboard.server.actors.calculatedField;
import lombok.Getter; import lombok.Getter;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/device/DeviceActorCreator.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/device/SessionInfoMetaData.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/device/SessionTimeoutCheckMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import org.thingsboard.server.common.msg.MsgType; import org.thingsboard.server.common.msg.MsgType;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/device/ToServerRpcRequestMetadata.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/device/TransportSessionCloseReason.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.device; package org.thingsboard.server.actors.device;
import lombok.Getter; import lombok.Getter;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/DefaultTbContext.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson.databind.node.ArrayNode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainActorMessageProcessor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainInputMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainManagerActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.Getter; import lombok.Getter;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainOutputMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainToRuleChainMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleChainToRuleNodeMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleEngineComponentActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeActorMessageProcessor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeCtx.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeRelation.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeToRuleChainTellNextMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/RuleNodeToSelfMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/TbToRuleChainActorMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/actors/ruleChain/TbToRuleNodeActorMsg.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.ruleChain; package org.thingsboard.server.actors.ruleChain;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.service; package org.thingsboard.server.actors.service;
public interface ActorService { public interface ActorService {

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.service; package org.thingsboard.server.actors.service;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.service; package org.thingsboard.server.actors.service;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.service; package org.thingsboard.server.actors.service;
import org.thingsboard.server.actors.ActorSystemContext; import org.thingsboard.server.actors.ActorSystemContext;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.service; package org.thingsboard.server.actors.service;
import jakarta.annotation.PostConstruct; import jakarta.annotation.PostConstruct;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.shared; package org.thingsboard.server.actors.shared;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.shared; package org.thingsboard.server.actors.shared;
public abstract class ActorTerminationMsg<T> { public abstract class ActorTerminationMsg<T> {

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.shared; package org.thingsboard.server.actors.shared;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/actors/shared/RuleChainErrorActor.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.shared; package org.thingsboard.server.actors.shared;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.stats; package org.thingsboard.server.actors.stats;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.stats; package org.thingsboard.server.actors.stats;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.stats; package org.thingsboard.server.actors.stats;
import org.thingsboard.server.common.msg.MsgType; import org.thingsboard.server.common.msg.MsgType;

17
application/src/main/java/org/thingsboard/server/actors/tenant/DebugTbRateLimits.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.tenant; package org.thingsboard.server.actors.tenant;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.actors.tenant; package org.thingsboard.server.actors.tenant;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/main/java/org/thingsboard/server/config/CryptoConfig.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;

17
application/src/main/java/org/thingsboard/server/config/CustomOAuth2AuthorizationRequestResolver.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletRequest;

17
application/src/main/java/org/thingsboard/server/config/HttpSecurityHeadersCustomizer.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;

17
application/src/main/java/org/thingsboard/server/config/HttpSecurityHeadersProperties.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/config/MvcCorsProperties.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;

17
application/src/main/java/org/thingsboard/server/config/RateLimitProcessingFilter.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import jakarta.servlet.FilterChain; import jakarta.servlet.FilterChain;

17
application/src/main/java/org/thingsboard/server/config/SchedulingConfiguration.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

17
application/src/main/java/org/thingsboard/server/config/TbHttpClientSettingsComponent.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;

17
application/src/main/java/org/thingsboard/server/config/TbRuleEngineSecurityConfiguration.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.context.MessageSource; import org.springframework.context.MessageSource;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletRequest;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config; package org.thingsboard.server.config;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;

17
application/src/main/java/org/thingsboard/server/config/annotations/ApiOperation.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config.annotations; package org.thingsboard.server.config.annotations;
import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Operation;

17
application/src/main/java/org/thingsboard/server/config/mqtt/MqttClientRetransmissionSettingsComponent.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config.mqtt; package org.thingsboard.server.config.mqtt;
import jakarta.validation.constraints.PositiveOrZero; import jakarta.validation.constraints.PositiveOrZero;

17
application/src/main/java/org/thingsboard/server/config/mqtt/MqttClientSettingsComponent.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.config.mqtt; package org.thingsboard.server.config.mqtt;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;

17
application/src/main/java/org/thingsboard/server/controller/AbstractRpcController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.core.type.TypeReference;

17
application/src/main/java/org/thingsboard/server/controller/AiModelController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListenableFuture;

17
application/src/main/java/org/thingsboard/server/controller/AlarmCommentController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.Parameter;

17
application/src/main/java/org/thingsboard/server/controller/AlarmController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.Parameter;

17
application/src/main/java/org/thingsboard/server/controller/AssetController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListenableFuture;

17
application/src/main/java/org/thingsboard/server/controller/AssetProfileController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import io.swagger.v3.oas.annotations.Hidden; import io.swagger.v3.oas.annotations.Hidden;

17
application/src/main/java/org/thingsboard/server/controller/AuditLogController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.Parameter;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.Parameter;

17
application/src/main/java/org/thingsboard/server/controller/AutoCommitController.java

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.Futures;

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

@ -1,18 +1,5 @@
/** // SPDX-FileCopyrightText: Copyright The Thingsboard Authors
* Copyright © 2016-2026 The Thingsboard Authors // SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.controller; package org.thingsboard.server.controller;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

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

Loading…
Cancel
Save