udphole

Basic UDP wormhole proxy
git clone git://git.finwo.net/app/udphole
Log | Files | Refs | README | LICENSE

LICENSE.md (1936B)


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