Skip to content

Commit c8841ae

Browse files
mohammad reza zaerimohammad reza zaeri
authored andcommitted
Add MIT License and change name of file
1 parent a2bf9d7 commit c8841ae

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 AirNgin Team
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

examples/simple/simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <airngin.h>
1+
#include <AirNgin.h>
22

33
#define KEY_OF_CENTER "AIRN" // IT'S PRODUCER CENTER CODE
44

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=AirNgin ESP32 MQTT Client
1+
name=AirNgin
22
version=0.0.1
33
author=AirNgin Team
44
55
sentence=A library for ESP32 to connect to AirNgin IoT platform.
66
paragraph=This library helps developers connect their ESP32 devices to AirNgin IoT broker easily.
7-
category=MQTT-broker
7+
category=Communication
88
url=https://github.com/AirNgin/Airngin-esp32-mqtt-client
99
architectures=esp32

src/airngin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
#include "airngin.h"
1+
#include "AirNgin.h"
32
#include "Arduino.h"
43

54

0 commit comments

Comments
 (0)