LICENSE raw

   1  This project is provided under the terms of the UNLICENSE or
   2  the MIT license denoted by the following SPDX identifier:
   3  
   4  SPDX-License-Identifier: Unlicense OR MIT
   5  
   6  You may use the project under the terms of either license.
   7  
   8  Both licenses are reproduced below.
   9  
  10  ----
  11  The MIT License (MIT)
  12  
  13  Copyright (c) 2019 The Gio authors
  14  
  15  Permission is hereby granted, free of charge, to any person obtaining a copy
  16  of this software and associated documentation files (the "Software"), to deal
  17  in the Software without restriction, including without limitation the rights
  18  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  19  copies of the Software, and to permit persons to whom the Software is
  20  furnished to do so, subject to the following conditions:
  21  
  22  The above copyright notice and this permission notice shall be included in
  23  all copies or substantial portions of the Software.
  24  
  25  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  26  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  27  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  28  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  29  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  30  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  31  THE SOFTWARE.
  32  ---
  33  
  34  
  35  
  36  ---
  37  The UNLICENSE
  38  
  39  This is free and unencumbered software released into the public domain.
  40  
  41  Anyone is free to copy, modify, publish, use, compile, sell, or
  42  distribute this software, either in source code form or as a compiled
  43  binary, for any purpose, commercial or non-commercial, and by any
  44  means.
  45  
  46  In jurisdictions that recognize copyright laws, the author or authors
  47  of this software dedicate any and all copyright interest in the
  48  software to the public domain. We make this dedication for the benefit
  49  of the public at large and to the detriment of our heirs and
  50  successors. We intend this dedication to be an overt act of
  51  relinquishment in perpetuity of all present and future rights to this
  52  software under copyright law.
  53  
  54  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  55  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  56  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  57  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  58  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  59  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  60  OTHER DEALINGS IN THE SOFTWARE.
  61  
  62  For more information, please refer to <https://unlicense.org/>
  63  ---
  64