Browse Source

chore: adopt SPDX license headers for files added in lts-4.4

pull/16130/head
Dmytro Skarzhynets 2 days ago
parent
commit
ab6eab470e
No known key found for this signature in database GPG Key ID: 2B51652F224037DF
  1. 15
      application/src/main/data/upgrade/lts/4.4.0.0/schema_update.sql
  2. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/DownlinkMessageMapper.java
  3. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/EdgeUplinkMessageDispatcher.java
  4. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/GrpcServer.java
  5. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/processor/EdgeEventsDispatcher.java
  6. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/processor/PostgresGeneralEdgeEventsDispatcher.java
  7. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/DefaultZombieSessionCleanupService.java
  8. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeGrpcSession.java
  9. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeGrpcSessionDelegate.java
  10. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeSession.java
  11. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeSessionsHolder.java
  12. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/ZombieSessionCleanupService.java
  13. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/AbstractEdgeGrpcSessionManager.java
  14. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/EdgeGrpcSessionManager.java
  15. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/KafkaBasedEdgeGrpcSessionManager.java
  16. 17
      application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/PostgresBasedEdgeGrpcSessionManager.java
  17. 17
      application/src/main/java/org/thingsboard/server/service/install/lts/V4_4_0_0Migration.java
  18. 17
      application/src/main/java/org/thingsboard/server/service/queue/TbMsgPackProcessingContextFactory.java
  19. 17
      application/src/test/java/org/thingsboard/server/controller/ApiKeyWebSocketApiTest.java
  20. 17
      application/src/test/java/org/thingsboard/server/service/queue/ruleengine/RuleEngineConsumerLoopTest.java
  21. 17
      application/src/test/java/org/thingsboard/server/transport/mqtt/sparkplug/connection/MqttV5ClientSparkplugBConnectionDevicesCreatingBeforeTest.java
  22. 17
      common/data/src/main/java/org/thingsboard/server/common/data/rule/RuleChainDetails.java
  23. 17
      common/data/src/main/java/org/thingsboard/server/common/data/rule/RuleChainNote.java
  24. 17
      common/data/src/main/java/org/thingsboard/server/common/data/util/KeyValueEntry.java
  25. 17
      common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/rpc/RpcExecuteRequest.java
  26. 17
      dao/src/main/java/org/thingsboard/server/dao/model/sql/AbstractRuleChainEntity.java
  27. 17
      dao/src/main/java/org/thingsboard/server/dao/model/sql/RuleChainDetailsEntity.java
  28. 17
      dao/src/main/java/org/thingsboard/server/dao/rule/RuleChainDetailsDao.java
  29. 17
      dao/src/main/java/org/thingsboard/server/dao/sql/rule/JpaRuleChainDetailsDao.java
  30. 17
      dao/src/main/java/org/thingsboard/server/dao/sql/rule/RuleChainDetailsRepository.java
  31. 18
      msa/js-executor/queue/oAuthBearerProvider.ts
  32. 18
      ui-ngx/src/app/core/services/breadcrumb.service.ts
  33. 18
      ui-ngx/src/app/core/services/home.service.ts
  34. 1
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html
  35. 18
      ui-ngx/src/app/modules/home/components/github-badge/github-badge.module.ts
  36. 18
      ui-ngx/src/app/modules/home/components/notification/notification-bell.module.ts
  37. 18
      ui-ngx/src/app/modules/home/components/rule-node/common/kv-list-config.component.ts
  38. 17
      ui-ngx/src/app/modules/home/components/rule-node/external/rest-api-call-config.component.scss
  39. 15
      ui-ngx/src/app/modules/home/pages/rulechain/add-note-dialog.component.html
  40. 18
      ui-ngx/src/app/modules/home/pages/rulechain/add-note-dialog.component.scss
  41. 15
      ui-ngx/src/app/modules/home/pages/rulechain/rule-note-editor.component.html
  42. 18
      ui-ngx/src/app/modules/home/pages/rulechain/rule-note-editor.component.ts
  43. 15
      ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.html
  44. 18
      ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.scss
  45. 18
      ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.ts
  46. 1
      ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.html
  47. 18
      ui-ngx/src/app/shared/components/markdown-sanitize.helper.ts

15
application/src/main/data/upgrade/lts/4.4.0.0/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.
-- --
-- 4.4 baseline flat DDL, applied by V4_4_0_0Migration during a 4.3.x -> 4.4 offline upgrade. Keep these -- 4.4 baseline flat DDL, applied by V4_4_0_0Migration during a 4.3.x -> 4.4 offline upgrade. Keep these

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/DownlinkMessageMapper.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.service.edge.rpc; package org.thingsboard.server.service.edge.rpc;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/EdgeUplinkMessageDispatcher.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.service.edge.rpc; package org.thingsboard.server.service.edge.rpc;
import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.Futures;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/GrpcServer.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.service.edge.rpc; package org.thingsboard.server.service.edge.rpc;
import io.grpc.Server; import io.grpc.Server;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/processor/EdgeEventsDispatcher.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.service.edge.rpc.processor; package org.thingsboard.server.service.edge.rpc.processor;
import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListenableFuture;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/processor/PostgresGeneralEdgeEventsDispatcher.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.service.edge.rpc.processor; package org.thingsboard.server.service.edge.rpc.processor;
import com.google.common.util.concurrent.FutureCallback; import com.google.common.util.concurrent.FutureCallback;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/DefaultZombieSessionCleanupService.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import jakarta.annotation.PostConstruct; import jakarta.annotation.PostConstruct;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeGrpcSession.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import com.datastax.oss.driver.api.core.uuid.Uuids; import com.datastax.oss.driver.api.core.uuid.Uuids;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeGrpcSessionDelegate.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import org.thingsboard.server.common.data.edge.EdgeEvent; import org.thingsboard.server.common.data.edge.EdgeEvent;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeSession.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListenableFuture;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/EdgeSessionsHolder.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import lombok.Data; import lombok.Data;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/ZombieSessionCleanupService.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.service.edge.rpc.session; package org.thingsboard.server.service.edge.rpc.session;
import org.thingsboard.server.service.edge.rpc.session.manager.EdgeGrpcSessionManager; import org.thingsboard.server.service.edge.rpc.session.manager.EdgeGrpcSessionManager;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/AbstractEdgeGrpcSessionManager.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.service.edge.rpc.session.manager; package org.thingsboard.server.service.edge.rpc.session.manager;
import io.grpc.stub.StreamObserver; import io.grpc.stub.StreamObserver;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/EdgeGrpcSessionManager.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.service.edge.rpc.session.manager; package org.thingsboard.server.service.edge.rpc.session.manager;
import io.grpc.stub.StreamObserver; import io.grpc.stub.StreamObserver;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/KafkaBasedEdgeGrpcSessionManager.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.service.edge.rpc.session.manager; package org.thingsboard.server.service.edge.rpc.session.manager;
import lombok.Getter; import lombok.Getter;

17
application/src/main/java/org/thingsboard/server/service/edge/rpc/session/manager/PostgresBasedEdgeGrpcSessionManager.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.service.edge.rpc.session.manager; package org.thingsboard.server.service.edge.rpc.session.manager;
import com.google.common.util.concurrent.FutureCallback; import com.google.common.util.concurrent.FutureCallback;

17
application/src/main/java/org/thingsboard/server/service/install/lts/V4_4_0_0Migration.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.service.install.lts; package org.thingsboard.server.service.install.lts;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;

17
application/src/main/java/org/thingsboard/server/service/queue/TbMsgPackProcessingContextFactory.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.service.queue; package org.thingsboard.server.service.queue;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;

17
application/src/test/java/org/thingsboard/server/controller/ApiKeyWebSocketApiTest.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 lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;

17
application/src/test/java/org/thingsboard/server/service/queue/ruleengine/RuleEngineConsumerLoopTest.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.service.queue.ruleengine; package org.thingsboard.server.service.queue.ruleengine;
import com.google.common.util.concurrent.MoreExecutors; import com.google.common.util.concurrent.MoreExecutors;

17
application/src/test/java/org/thingsboard/server/transport/mqtt/sparkplug/connection/MqttV5ClientSparkplugBConnectionDevicesCreatingBeforeTest.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.transport.mqtt.sparkplug.connection; package org.thingsboard.server.transport.mqtt.sparkplug.connection;
import org.eclipse.paho.mqttv5.common.MqttException; import org.eclipse.paho.mqttv5.common.MqttException;

17
common/data/src/main/java/org/thingsboard/server/common/data/rule/RuleChainDetails.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.common.data.rule; package org.thingsboard.server.common.data.rule;
import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude;

17
common/data/src/main/java/org/thingsboard/server/common/data/rule/RuleChainNote.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.common.data.rule; package org.thingsboard.server.common.data.rule;
import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude;

17
common/data/src/main/java/org/thingsboard/server/common/data/util/KeyValueEntry.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.common.data.util; package org.thingsboard.server.common.data.util;
public record KeyValueEntry<K, V>(K key, V value) {} public record KeyValueEntry<K, V>(K key, V value) {}

17
common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/rpc/RpcExecuteRequest.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.transport.lwm2m.server.rpc; package org.thingsboard.server.transport.lwm2m.server.rpc;
import lombok.Data; import lombok.Data;

17
dao/src/main/java/org/thingsboard/server/dao/model/sql/AbstractRuleChainEntity.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.dao.model.sql; package org.thingsboard.server.dao.model.sql;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;

17
dao/src/main/java/org/thingsboard/server/dao/model/sql/RuleChainDetailsEntity.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.dao.model.sql; package org.thingsboard.server.dao.model.sql;
import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.core.type.TypeReference;

17
dao/src/main/java/org/thingsboard/server/dao/rule/RuleChainDetailsDao.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.dao.rule; package org.thingsboard.server.dao.rule;
import org.thingsboard.server.common.data.rule.RuleChainDetails; import org.thingsboard.server.common.data.rule.RuleChainDetails;

17
dao/src/main/java/org/thingsboard/server/dao/sql/rule/JpaRuleChainDetailsDao.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.dao.sql.rule; package org.thingsboard.server.dao.sql.rule;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;

17
dao/src/main/java/org/thingsboard/server/dao/sql/rule/RuleChainDetailsRepository.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.dao.sql.rule; package org.thingsboard.server.dao.sql.rule;
import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaRepository;

18
msa/js-executor/queue/oAuthBearerProvider.ts

@ -1,19 +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.
///
import { AccessToken, ClientCredentials } from 'simple-oauth2'; import { AccessToken, ClientCredentials } from 'simple-oauth2';
import { _logger } from '../config/logger'; import { _logger } from '../config/logger';

18
ui-ngx/src/app/core/services/breadcrumb.service.ts

@ -1,19 +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.
///
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { BehaviorSubject, merge, shareReplay, Subject, Subscription } from 'rxjs'; import { BehaviorSubject, merge, shareReplay, Subject, Subscription } from 'rxjs';
import { BreadCrumb, BreadCrumbConfig } from '@shared/components/breadcrumb'; import { BreadCrumb, BreadCrumbConfig } from '@shared/components/breadcrumb';

18
ui-ngx/src/app/core/services/home.service.ts

@ -1,19 +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.
///
import { EventEmitter, Injectable } from '@angular/core'; import { EventEmitter, Injectable } from '@angular/core';
import { ActiveComponentService } from '@core/services/active-component.service'; import { ActiveComponentService } from '@core/services/active-component.service';
import { BehaviorSubject, Observable, shareReplay, Subject } from 'rxjs'; import { BehaviorSubject, Observable, shareReplay, Subject } from 'rxjs';

1
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

@ -4,7 +4,6 @@
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
<ng-template #dashboardBreadcrumbsTpl> <ng-template #dashboardBreadcrumbsTpl>
<tb-states-component class="lt-md:flex-1" <tb-states-component class="lt-md:flex-1"
[statesControllerId]="dashboardConfiguration.settings.stateControllerId" [statesControllerId]="dashboardConfiguration.settings.stateControllerId"

18
ui-ngx/src/app/modules/home/components/github-badge/github-badge.module.ts

@ -1,19 +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.
///
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
import { SharedModule } from '@app/shared/shared.module'; import { SharedModule } from '@app/shared/shared.module';

18
ui-ngx/src/app/modules/home/components/notification/notification-bell.module.ts

@ -1,19 +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.
///
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
import { SharedModule } from '@app/shared/shared.module'; import { SharedModule } from '@app/shared/shared.module';

18
ui-ngx/src/app/modules/home/components/rule-node/common/kv-list-config.component.ts

@ -1,19 +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.
///
import { Component, forwardRef, OnInit } from '@angular/core'; import { Component, forwardRef, OnInit } from '@angular/core';
import { import {
AbstractControl, AbstractControl,

17
ui-ngx/src/app/modules/home/components/rule-node/external/rest-api-call-config.component.scss

@ -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.
*/
:host ::ng-deep { :host ::ng-deep {
.mat-expansion-panel-content { .mat-expansion-panel-content {
.mat-expansion-panel-body { .mat-expansion-panel-body {

15
ui-ngx/src/app/modules/home/pages/rulechain/add-note-dialog.component.html

@ -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.
--> -->
<mat-toolbar class="tb-dialog-header"> <mat-toolbar class="tb-dialog-header">

18
ui-ngx/src/app/modules/home/pages/rulechain/add-note-dialog.component.scss

@ -1,19 +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.
*/
:host { :host {
display: grid; display: grid;
width: 650px; width: 650px;

15
ui-ngx/src/app/modules/home/pages/rulechain/rule-note-editor.component.html

@ -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.
--> -->
<form [formGroup]="noteForm" class="tb-form-panel no-border"> <form [formGroup]="noteForm" class="tb-form-panel no-border">

18
ui-ngx/src/app/modules/home/pages/rulechain/rule-note-editor.component.ts

@ -1,19 +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.
///
import { Component, DestroyRef, inject, Input, OnChanges, OnInit, SimpleChanges, ViewChild } from '@angular/core'; import { Component, DestroyRef, inject, Input, OnChanges, OnInit, SimpleChanges, ViewChild } from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { MatExpansionPanel } from '@angular/material/expansion'; import { MatExpansionPanel } from '@angular/material/expansion';

15
ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.html

@ -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.
--> -->
@if (modelservice.isEditable() && !note.readonly && edit) { @if (modelservice.isEditable() && !note.readonly && edit) {

18
ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.scss

@ -1,19 +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.
*/
:host { :host {
display: block; display: block;
width: 100%; width: 100%;

18
ui-ngx/src/app/modules/home/pages/rulechain/rulenote.component.ts

@ -1,19 +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.
///
import { Component, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Component, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import { FcNoteComponent } from 'ngx-flowchart'; import { FcNoteComponent } from 'ngx-flowchart';
import cssjs from '@core/css/css'; import cssjs from '@core/css/css';

1
ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.html

@ -4,7 +4,6 @@
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
<ng-template #widgetTitleTpl> <ng-template #widgetTitleTpl>
<div class="flex flex-row items-center justify-start gap-2"> <div class="flex flex-row items-center justify-start gap-2">
@if ((breadcrumbs$ | async).length > 1) { @if ((breadcrumbs$ | async).length > 1) {

18
ui-ngx/src/app/shared/components/markdown-sanitize.helper.ts

@ -1,19 +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.
///
/** Block keywords: @keyword (...) { body } */ /** Block keywords: @keyword (...) { body } */
const BLOCK_KEYWORDS = [ const BLOCK_KEYWORDS = [
'if', 'else if', 'else', 'for', 'empty', 'switch', 'case', 'if', 'else if', 'else', 'for', 'empty', 'switch', 'case',

Loading…
Cancel
Save