Blame


1 0c98da8b 2005-07-13 devnull This software was developed as part of a project at MIT:
2 0c98da8b 2005-07-13 devnull $PLAN9/src/libdiskfs/*
3 0c98da8b 2005-07-13 devnull $PLAN9/include/diskfs.h
4 0c98da8b 2005-07-13 devnull $PLAN9/src/cmd/vbackup/*
5 0c98da8b 2005-07-13 devnull
6 0c98da8b 2005-07-13 devnull Copyright (c) 2005 Russ Cox,
7 0c98da8b 2005-07-13 devnull Massachusetts Institute of Technology
8 0c98da8b 2005-07-13 devnull
9 0c98da8b 2005-07-13 devnull Permission is hereby granted, free of charge, to any person obtaining
10 0c98da8b 2005-07-13 devnull a copy of this software and associated documentation files (the
11 0c98da8b 2005-07-13 devnull "Software"), to deal in the Software without restriction, including
12 0c98da8b 2005-07-13 devnull without limitation the rights to use, copy, modify, merge, publish,
13 0c98da8b 2005-07-13 devnull distribute, sublicense, and/or sell copies of the Software, and to
14 0c98da8b 2005-07-13 devnull permit persons to whom the Software is furnished to do so, subject to
15 0c98da8b 2005-07-13 devnull the following conditions:
16 0c98da8b 2005-07-13 devnull
17 0c98da8b 2005-07-13 devnull The above copyright notice and this permission notice shall be
18 0c98da8b 2005-07-13 devnull included in all copies or substantial portions of the Software.
19 0c98da8b 2005-07-13 devnull
20 0c98da8b 2005-07-13 devnull THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 0c98da8b 2005-07-13 devnull EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 0c98da8b 2005-07-13 devnull MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23 0c98da8b 2005-07-13 devnull NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24 0c98da8b 2005-07-13 devnull LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25 0c98da8b 2005-07-13 devnull OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26 0c98da8b 2005-07-13 devnull WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 0c98da8b 2005-07-13 devnull