acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

license.txt (1626B)

      1 This TFT_eSPI library has been developed from the Adafruit_GFX library:
      2 
      3 https://github.com/adafruit/Adafruit-GFX-Library
      4 
      5 It has been modified extensively to improve rendering speed on
      6 ESP8266 processors.  There follows the original library license text.
      7 
      8 
      9 Original text follows:
     10 
     11 Software License Agreement (BSD License)
     12 
     13 Copyright (c) 2012 Adafruit Industries.  All rights reserved.
     14 
     15 Redistribution and use in source and binary forms, with or without
     16 modification, are permitted provided that the following conditions are met:
     17 
     18 - Redistributions of source code must retain the above copyright notice,
     19   this list of conditions and the following disclaimer.
     20 - Redistributions in binary form must reproduce the above copyright notice,
     21   this list of conditions and the following disclaimer in the documentation
     22   and/or other materials provided with the distribution.
     23 
     24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
     25 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     26 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     27 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
     28 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     29 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     30 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     31 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     32 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     34 POSSIBILITY OF SUCH DAMAGE.