1## PipeWire 0.3.68
2
3### PipeWire license:
4
5All PipeWire header files are licensed under the MIT License:
6
7
8<pre>
9Copyright © 2018-2023 Wim Taymans
10
11Permission is hereby granted, free of charge, to any person obtaining a
12copy of this software and associated documentation files (the "Software"),
13to deal in the Software without restriction, including without limitation
14the rights to use, copy, modify, merge, publish, distribute, sublicense,
15and/or sell copies of the Software, and to permit persons to whom the
16Software is furnished to do so, subject to the following conditions:
17
18The above copyright notice and this permission notice (including the next
19paragraph) shall be included in all copies or substantial portions of the
20Software.
21
22THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
25THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28DEALINGS IN THE SOFTWARE.
29</pre>
30
31The below copyright applies to the following files:
32
33spa/include/spa/monitor/type-info.h
34```
35Copyright © 2021 Collabora Ltd.
36```
37
38spa/include/spa/utils/string.h
39```
40Copyright © 2021 Red Hat, Inc.
41```
42