Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. vGPU
  2.  
  3. This package contains source files that are licensed using one of three
  4. licenses as outlined in the below.
  5. Please also refer to the individual source file headers for how a particular
  6. file is licensed.
  7.  
  8.  
  9. *****
  10.  
  11. Copyright (c) 2012, Citrix Systems Inc.
  12. All rights reserved.
  13.  
  14.  
  15. Portions also:
  16. Copyright (c) 2003 Fabrice Bellard
  17.  
  18. Redistribution and use in source and binary forms, with or without
  19. modification, are permitted provided that the following conditions
  20. are met:
  21.  
  22. Redistributions of source code must retain the above copyright notice,
  23. this list of conditions and the following disclaimer.
  24.  
  25. Redistributions in binary form must reproduce the above copyright
  26. notice, this list of conditions and the following disclaimer in the
  27. documentation and/or other materials provided with the distribution.
  28.  
  29. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  30. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  31. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  32. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  33. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  34. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  35. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  36. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  37. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  38. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  39. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  40.  
  41.  
  42. This applies to the following:
  43.  
  44. vgpu/
  45. |-- demu.c
  46. |-- demu.h
  47. |-- device.c
  48. |-- device.h
  49. |-- log.h
  50. |-- mapcache.c
  51. |-- mapcache.h
  52. |-- surface.h
  53.  
  54. *****
  55.  
  56. Portions:
  57. Copyright (c) 2013 Citrix Systems Inc.
  58.  
  59. Portions also:
  60. Copyright (c) 2003-2004 Fabrice Bellard
  61.  
  62. Permission is hereby granted, free of charge, to any person obtaining a copy
  63. of this software and associated documentation files (the "Software"), to deal
  64. in the Software without restriction, including without limitation the rights
  65. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  66. copies of the Software, and to permit persons to whom the Software is
  67. furnished to do so, subject to the following conditions:
  68.  
  69. The above copyright notice and this permission notice shall be included in
  70. all copies or substantial portions of the Software.
  71.  
  72. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  73. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  74. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  75. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  76. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  77. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  78. THE SOFTWARE.
  79.  
  80. This applies to the following:
  81.  
  82. vgpu/
  83. |-- vga.h
  84. |-- template.h
  85. |-- surface.c
  86.  
  87. *****
  88.  
  89. Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
  90.  
  91. Redistribution and use in source and binary forms, with or without
  92. modification, are permitted provided that the following conditions
  93. are met:
  94. * Redistributions of source code must retain the above copyright
  95. notice, this list of conditions and the following disclaimer.
  96. * Redistributions in binary form must reproduce the above copyright
  97. notice, this list of conditions and the following disclaimer in the
  98. documentation and/or other materials provided with the distribution.
  99. * Neither the name of NVIDIA CORPORATION nor the names of its
  100. contributors may be used to endorse or promote products derived
  101. from this software without specific prior written permission.
  102.  
  103. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
  104. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  105. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  106. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  107. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  108. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  109. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  110. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  111. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  112. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  113. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  114.  
  115. This license only applies to the following files and not to any other
  116. vGPU component that NVIDIA may release.
  117.  
  118. vgpu/
  119. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/vmiop-dynamic-list
  120. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/environment/vmiop-env.c
  121. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/environment/vmiop-vga.c
  122. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/inc/vmiop-env.h
  123. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/inc/vmiop-vga-int.h
  124. |-- drivers/vgpu/xen/vmioplugin-xs-6.5/plugins/presentation/vmiop-presentation.c
  125. |-- sdk/vmioplugin/inc/vmioplugin.h
  126. |-- sdk/vmioplugin/inc/vmiop-vga.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement