Blame


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