File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 ThingsBoard
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15[submodule "sdk_core "]
26 path = sdk_core
37 url = https://github.com/thingsboard/thingsboard-micro-sdk-core
Original file line number Diff line number Diff line change 1+ Copyright 2026. ThingsBoard
2+
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+
7+ http://www.apache.org/licenses/LICENSE-2.0
8+
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
Original file line number Diff line number Diff line change 1- SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2- SPDX-FileCopyrightText: Copyright (c) 2026 Vitalii Bidochka for ThingsBoard Inc.
3- SPDX-License-Identifier: MIT
1+ # SPDX-FileCopyrightText: 2026 ThingsBoard
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Alec Delaney, written for Adafruit Industries
2- # SPDX-FileCopyrightText: Copyright (c) 2026 Vitalii Bidochka for ThingsBoard Inc.
2+ # SPDX-FileCopyrightText: 2026 ThingsBoard
33#
4- # SPDX-License-Identifier: MIT
4+ # SPDX-License-Identifier: Apache-2.0
55
66[build-system ]
77requires = [
@@ -29,13 +29,13 @@ keywords = [
2929 " iot" ,
3030 " mqtt" ,
3131]
32- license = {text = " MIT " }
32+ license = {text = " Apache 2.0 " }
3333classifiers = [
3434 " Intended Audience :: Developers" ,
3535 " Topic :: Software Development :: Libraries" ,
3636 " Topic :: Software Development :: Embedded Systems" ,
3737 " Topic :: System :: Hardware" ,
38- " License :: OSI Approved :: MIT License" ,
38+ " License :: OSI Approved :: Apache License" ,
3939 " Programming Language :: Python :: 3" ,
4040]
4141dynamic = [" dependencies" , " optional-dependencies" ]
You can’t perform that action at this time.
0 commit comments