1XEN NOTICE 2========== 3 4This copyright applies to all files within this subdirectory and its 5subdirectories: 6 include/public/*.h 7 include/public/hvm/*.h 8 include/public/io/*.h 9 10The intention is that these files can be freely copied into the source 11tree of an operating system when porting that OS to run on Xen. Doing 12so does *not* cause the OS to become subject to the terms of the GPL. 13 14All other files in the Xen source distribution are covered by version 152 of the GNU General Public License except where explicitly stated 16otherwise within individual source files. 17 18 -- Keir Fraser (on behalf of the Xen team) 19 20===================================================================== 21 22Permission is hereby granted, free of charge, to any person obtaining a copy 23of this software and associated documentation files (the "Software"), to 24deal in the Software without restriction, including without limitation the 25rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 26sell copies of the Software, and to permit persons to whom the Software is 27furnished to do so, subject to the following conditions: 28 29The above copyright notice and this permission notice shall be included in 30all copies or substantial portions of the Software. 31 32THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 35AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 36LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 38DEALINGS IN THE SOFTWARE. 39