VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/licensing/vbox-base/licensing-license-vbox-base-libpciaccess-0.10.8.dita@ 105933

Last change on this file since 105933 was 105933, checked in by vboxsync, 7 months ago

Docs: bugref:10705. Updating licensing chapter by copying dita files from docs team's repo. Plus some modifications.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="license-libpciaccess-0.10.8">
4
5 <title>libpciaccess</title>
6
7 <body>
8 <pre xml:space="preserve">(C) Copyright IBM Corporation 2006, 2007
9(C) Copyright Eric Anholt 2006
10All Rights Reserved.
11
12Permission is hereby granted, free of charge, to any person obtaining a copy
13of this software and associated documentation files (the &#34;Software&#34;), to
14deal in the Software without restriction, including without limitation on
15the rights to use, copy, modify, merge, publish, distribute, sub license,
16and/or sell copies of the Software, and to permit persons to whom the
17Software is furnished to do so, subject to the following conditions:
18
19The above copyright notice and this permission notice (including the next
20paragraph) shall be included in all copies or substantial portions of the
21Software.
22
23THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
26IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29IN THE SOFTWARE.
30
31------------------------------------------------------------------------------
32
33Copyright 2007, 2008, 2009 Sun Microsystems, Inc. All rights reserved.
34
35Permission is hereby granted, free of charge, to any person obtaining a
36copy of this software and associated documentation files (the
37&#34;Software&#34;), to deal in the Software without restriction, including
38without limitation the rights to use, copy, modify, merge, publish,
39distribute, and/or sell copies of the Software, and to permit persons
40to whom the Software is furnished to do so, provided that the above
41copyright notice(s) and this permission notice appear in all copies of
42the Software and that both the above copyright notice(s) and this
43permission notice appear in supporting documentation.
44
45THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS
46OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
48OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
49HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
50INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
51FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
52NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
53WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
54
55Except as contained in this notice, the name of a copyright holder
56shall not be used in advertising or otherwise to promote the sale, use
57or other dealings in this Software without prior written authorization
58of the copyright holder.
59
60------------------------------------------------------------------------------
61
62Copyright (c) 2008 Juan Romero Pardines
63Copyright (c) 2008 Mark Kettenis
64
65Permission to use, copy, modify, and distribute this software for any
66purpose with or without fee is hereby granted, provided that the above
67copyright notice and this permission notice appear in all copies.
68
69THE SOFTWARE IS PROVIDED &#34;AS IS&#34; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
70WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
71MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
72ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
73WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
74ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
75OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
76
77------------------------------------------------------------------------------
78
79Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved.
80
81Permission is hereby granted, free of charge, to any person obtaining a copy
82of this software and associated documentation files (the &#34;Software&#34;), to
83deal in the Software without restriction, including without limitation the
84rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
85sell copies of the Software, and to permit persons to whom the Software is
86furnished to do so, subject to the following conditions:
87
88The above copyright notice and this permission notice shall be included in
89all copies or substantial portions of the Software.
90
91THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
95IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
96CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97
98Except as contained in this notice, the name of the XFree86 Project shall
99not be used in advertising or otherwise to promote the sale, use or other
100dealings in this Software without prior written authorization from the
101XFree86 Project.
102
103==================================================================
104include/pciaccess.h:
105
106/*
107 * (C) Copyright IBM Corporation 2006
108 * All Rights Reserved.
109 *
110 * Permission is hereby granted, free of charge, to any person obtaining a
111 * copy of this software and associated documentation files (the &#34;Software&#34;),
112 * to deal in the Software without restriction, including without limitation
113 * on the rights to use, copy, modify, merge, publish, distribute, sub
114 * license, and/or sell copies of the Software, and to permit persons to whom
115 * the Software is furnished to do so, subject to the following conditions:
116 *
117 * The above copyright notice and this permission notice (including the next
118 * paragraph) shall be included in all copies or substantial portions of the
119 * Software.
120 *
121 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
122 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
123 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
124 * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
125 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
126 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
127 * DEALINGS IN THE SOFTWARE.
128 */
129/*
130 * Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti
131 *
132 * Permission is hereby granted, free of charge, to any person
133 * obtaining a copy of this software and associated documentation
134 * files (the &#34;Software&#34;), to deal in the Software without
135 * restriction, including without limitation the rights to use,
136 * copy, modify, merge, publish, distribute, sublicense, and/or sell
137 * copies of the Software, and to permit persons to whom the
138 * Software is furnished to do so, subject to the following
139 * conditions:
140 *
141 * The above copyright notice and this permission notice shall be
142 * included in all copies or substantial portions of the Software.
143 *
144 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND,
145 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
146 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
147 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
148 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
149 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
150 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
151 * OTHER DEALINGS IN THE SOFTWARE.
152 *
153 */
154
155/**
156 * \file pciaccess.h
157 *
158 * \author Ian Romanick &lt;[email protected]&gt;
159 */
160
161</pre>
162 </body>
163 </topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette