URI: 
       tLICENSE - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tLICENSE (2078B)
       ---
            1 The files listed below were written from scrach for plan9port
            2 and do not derive from the Plan 9 from Bell Labs distribution.
            3 They are made available under an MIT-style license, using the
            4 same terms as the main distribution.
            5 
            6         ../../include/u.h
            7         non-Plan 9 code in ../../include/libc.h
            8         _exits.c
            9         _p9dialparse.c
           10         _p9dir.c
           11         _p9translate.c
           12         announce.c
           13         argv0.c
           14         atoi.c
           15         atol.c
           16         atoll.c
           17         await.c
           18         create.c
           19         debugmalloc.c
           20         dial.c
           21         dirfstat.c
           22         dirfwstat.c
           23         dirstat.c
           24         dirwstat.c
           25         dup.c
           26         errstr.c
           27         exec.c
           28         execl.c
           29         exitcode.c
           30         fmtlock2.c
           31         fork.c
           32         get9root.c
           33         getcallerpc-386.c
           34         getcallerpc-arm.c
           35         getcallerpc-power.c
           36         getcallerpc-sun4u.s
           37         getcallerpc-x86_64.c
           38         getenv.c
           39         getnetconn.c
           40         getns.c
           41         getuser.c
           42         getwd.c
           43         jmp.c
           44         lock.c
           45         main.c
           46         malloc.c
           47         malloctag.c
           48         mallocz.c
           49         nan.c
           50         needstack.c
           51         notify.c
           52         open.c
           53         opentemp.c
           54         pin.c
           55         pipe.c
           56         post9p.c
           57         postnote.c
           58         priv.c
           59         qlock.c
           60         readcons.c
           61         rfork.c
           62         searchpath.c
           63         seek.c
           64         sendfd.c
           65         sleep.c
           66         strdup.c
           67         sysfatal.c
           68         sysname.c
           69         time.c
           70         truerand.c
           71         udp.c
           72         unsharp.c
           73 
           74 Copyright 2001-2007 Russ Cox.  All Rights Reserved.
           75 
           76 Permission is hereby granted, free of charge, to any person obtaining a copy
           77 of this software and associated documentation files (the "Software"), to deal
           78 in the Software without restriction, including without limitation the rights
           79 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
           80 copies of the Software, and to permit persons to whom the Software is
           81 furnished to do so, subject to the following conditions:
           82 
           83 The above copyright notice and this permission notice shall be included in
           84 all copies or substantial portions of the Software.
           85 
           86 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
           87 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
           88 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
           89 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
           90 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
           91 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
           92 THE SOFTWARE.