Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/
Date: Fri, 04 Feb 2022 23:25:18
Message-Id: 1644017098.bfa155bd10ac4ec6cefe686c4f003b3631ec077f.conikost@gentoo
1 commit: bfa155bd10ac4ec6cefe686c4f003b3631ec077f
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 23:11:37 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 23:24:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa155bd
7
8 licenses/RtMidi: add license for media-libs/rtmidi
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 licenses/RtMidi | 23 +++++++++++++++++++++++
13 1 file changed, 23 insertions(+)
14
15 diff --git a/licenses/RtMidi b/licenses/RtMidi
16 new file mode 100644
17 index 000000000000..edd3c89fda5e
18 --- /dev/null
19 +++ b/licenses/RtMidi
20 @@ -0,0 +1,23 @@
21 +Permission is hereby granted, free of charge, to any person
22 +obtaining a copy of this software and associated documentation files
23 +(the "Software"), to deal in the Software without restriction,
24 +including without limitation the rights to use, copy, modify, merge,
25 +publish, distribute, sublicense, and/or sell copies of the Software,
26 +and to permit persons to whom the Software is furnished to do so,
27 +subject to the following conditions:
28 +
29 +The above copyright notice and this permission notice shall be
30 +included in all copies or substantial portions of the Software.
31 +
32 +Any person wishing to distribute modifications to the Software is
33 +asked to send the modifications to the original developer so that
34 +they can be incorporated into the canonical version. This is,
35 +however, not a binding provision of this license.
36 +
37 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
39 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
40 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
41 +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
42 +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
43 +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.