gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / opensles-add-license-file.patch
1 From 3a78134a35b448d9d4136ffbc55175be7fab6644 Mon Sep 17 00:00:00 2001
2 From: Raghav Gururajan <raghavgururajan@disroot.org>
3 Date: Mon, 6 Jul 2020 00:34:20 -0400
4 Subject: [PATCH] [PATCH]: Add license file.
5
6 ---
7 LICENSE.txt | 25 +++++++++++++++++++++++++
8 1 file changed, 25 insertions(+)
9 create mode 100644 LICENSE.txt
10
11 diff --git a/LICENSE.txt b/LICENSE.txt
12 new file mode 100644
13 index 0000000..0fce823
14 --- /dev/null
15 +++ b/LICENSE.txt
16 @@ -0,0 +1,25 @@
17 +/*
18 + * Copyright (c) 2007-2011 The Khronos Group Inc.
19 + *
20 + * Permission is hereby granted, free of charge, to any person obtaining a copy of
21 + * this software and /or associated documentation files (the "Materials "), to
22 + * deal in the Materials without restriction, including without limitation the
23 + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
24 + * sell copies of the Materials, and to permit persons to whom the Materials are
25 + * furnished to do so, subject to
26 + * the following conditions:
27 + *
28 + * The above copyright notice and this permission notice shall be included
29 + * in all copies or substantial portions of the Materials.
30 + *
31 + * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 + * OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
37 + * MATERIALS.
38 + *
39 + * OpenSLES_IID.c - OpenSL ES version 1.1
40 + *
41 + */
42 \ No newline at end of file
43 --
44 2.26.2
45