Skip to content

Commit 8a0196d

Browse files
committed
Added license
1 parent fb10975 commit 8a0196d

4 files changed

Lines changed: 24 additions & 7 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

LICENSES/Apache-2.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

README.rst.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]
77
requires = [
@@ -29,13 +29,13 @@ keywords = [
2929
"iot",
3030
"mqtt",
3131
]
32-
license = {text = "MIT"}
32+
license = {text = "Apache 2.0"}
3333
classifiers = [
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
]
4141
dynamic = ["dependencies", "optional-dependencies"]

0 commit comments

Comments
 (0)