COPYING 1.7 KB

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