Skip to content

Commit 5f1142d

Browse files
authored
Merge pull request #3 from sakura-internet/feat/v0.1.0
v0.1.0
2 parents 0c9f41d + b404a41 commit 5f1142d

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

LICENSE

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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ Tested with SPRESENSE + SPRESENSE LTE拡張ボード .
2828

2929
## Document
3030

31-
32-
## License
33-
34-
[LGPL](http://www.gnu.org/licenses/lgpl.html)
35-

library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=arduino-sipf-client
2-
version=0.0.1
3-
author=T.Hayakawa from Sakura-internet
4-
maintainer=T.Hayakawa from Sakura-internet
5-
sentence=SIPF Library for
2+
version=0.1.0
3+
author=SAKURA internet Inc.
4+
maintainer=SAKURA internet Inc.
5+
sentence=SIPF Library for Arduino
66
paragraph=
77
category=Communication
8-
url=
8+
url=https://github.com/sakura-internet/arduino-sipf-client
99
architectures=spresense

0 commit comments

Comments
 (0)