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 d63163af 2007-05-28 devnull HFS Support Copyright (c) 2007 David Swasey
10 d63163af 2007-05-28 devnull
11 0c98da8b 2005-07-13 devnull Permission is hereby granted, free of charge, to any person obtaining
12 0c98da8b 2005-07-13 devnull a copy of this software and associated documentation files (the
13 0c98da8b 2005-07-13 devnull "Software"), to deal in the Software without restriction, including
14 0c98da8b 2005-07-13 devnull without limitation the rights to use, copy, modify, merge, publish,
15 0c98da8b 2005-07-13 devnull distribute, sublicense, and/or sell copies of the Software, and to
16 0c98da8b 2005-07-13 devnull permit persons to whom the Software is furnished to do so, subject to
17 0c98da8b 2005-07-13 devnull the following conditions:
18 0c98da8b 2005-07-13 devnull
19 0c98da8b 2005-07-13 devnull The above copyright notice and this permission notice shall be
20 0c98da8b 2005-07-13 devnull included in all copies or substantial portions of the Software.
21 0c98da8b 2005-07-13 devnull
22 0c98da8b 2005-07-13 devnull THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 0c98da8b 2005-07-13 devnull EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 0c98da8b 2005-07-13 devnull MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 0c98da8b 2005-07-13 devnull NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 0c98da8b 2005-07-13 devnull LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 0c98da8b 2005-07-13 devnull OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 0c98da8b 2005-07-13 devnull WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 0c98da8b 2005-07-13 devnull