From 1bc5ed51472bbeeb899ea2c80cee932ab306bb80 Mon Sep 17 00:00:00 2001 From: lewishe Date: Thu, 21 Dec 2023 12:00:05 +0800 Subject: [PATCH] Add license & fix lib name --- LICENSE | 21 +++++++++++++++++++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0554b39 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 TTGO + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/library.json b/library.json index 5372c0e..20caa89 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "T-Display-AMOLED", + "name": "LilyGo-AMOLED-Series", "version": "1.0.1", "description": "LilyGo AMOLED Arduino library", "keywords": "lilygo,amoled", diff --git a/library.properties b/library.properties index 25fc42e..f8207ad 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=T-Display-AMOLED +name=LilyGo-AMOLED-Series version=1.0.1 author=LilyGo maintainer=LewisHe