diff options
author | hpa <hpa> | 2004-12-03 23:15:46 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-03 23:15:46 +0000 |
commit | b435dd053955d42dd2ee31828061406e041935e7 (patch) | |
tree | 045e57cdcdfbb1f48729fa257d4b8e96d9961cba /com32/LICENCE | |
parent | 3437b6918aca1110881506863a5f476d5c0abc24 (diff) | |
download | syslinux.git-b435dd053955d42dd2ee31828061406e041935e7.tar.gz syslinux.git-b435dd053955d42dd2ee31828061406e041935e7.tar.xz syslinux.git-b435dd053955d42dd2ee31828061406e041935e7.zip |
libcom32-ize the chain loader; add LICENCE file
Diffstat (limited to 'com32/LICENCE')
-rw-r--r-- | com32/LICENCE | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/com32/LICENCE b/com32/LICENCE new file mode 100644 index 00000000..feb8a12c --- /dev/null +++ b/com32/LICENCE @@ -0,0 +1,31 @@ +libcom32 and libutil are licensed under the MIT license: + +## ----------------------------------------------------------------------- +## +## Copyright 2004 H. Peter Anvin - All Rights Reserved +## +## Permission is hereby granted, free of charge, to any person +## obtaining a copy of this software and associated documentation +## files (the "Software"), to deal in the Software without +## restriction, including without limitation the rights to use, +## copy, modify, merge, publish, distribute, sublicense, and/or +## sell copies of the Software, and to permit persons to whom +## the Software is furnished to do so, subject to the following +## conditions: +## +## The above copyright notice and this permission notice shall +## be included in all copies or substantial portions of the Software. +## +## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +## EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +## OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +## NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +## HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +## OTHER DEALINGS IN THE SOFTWARE. +## +## ----------------------------------------------------------------------- + +The files in the modules directory are mostly under the GNU GPL (see +the file COPYING in the directory above.) |