dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

LICENSE.md (1841B)


      1 Copyright (c) 2026 finwo
      2 
      3 Permission is hereby granted, free of charge, to any person obtaining a copy of
      4 this software and associated documentation files (the "Software"), to use, copy,
      5 modify, and distribute the Software, subject to the following conditions:
      6 
      7  1. Redistributions of source code must retain the above copyright notice, this
      8     list of conditions, and the following disclaimer.
      9 
     10  2. Redistributions in binary form, or any public offering of the Software
     11     (including hosted or managed services), must reproduce the above copyright
     12     notice, this list of conditions, and the following disclaimer in the
     13     documentation and/or other materials provided.
     14 
     15  3. Any redistribution or public offering of the Software must clearly attribute
     16     the Software to the original copyright holder, reference this License, and
     17     include a link to the official project repository or website.
     18 
     19  4. The Software may not be renamed, rebranded, or marketed in a manner that
     20     implies it is an independent or proprietary product. Derivative works must
     21     clearly state that they are based on the Software.
     22 
     23  5. Modifications to copies of the Software must carry prominent notices stating
     24     that changes were made, the nature of the modifications, and the date of the
     25     modifications.
     26 
     27 Any violation of these conditions terminates the permissions granted herein.
     28 
     29 THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
     31 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT
     32 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     33 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
     34 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.