UNPKG

2.53 kBPlain TextView Raw
1# License
2
3Minami is free software, licensed under the Apache License, Version 2.0 (the
4"License"). Commercial and non-commercial use are permitted in compliance with
5the License.
6
7Copyright (c) 2014-2015 Nijiko Yonskai <nijikokun@gmail.com> and the
8[contributors to Minami](https://github.com/Nijikokun/minami/graphs/contributors).
9All rights reserved.
10
11You may obtain a copy of the License at:
12http://www.apache.org/licenses/LICENSE-2.0
13
14In addition, a copy of the License is included with this distribution.
15
16As stated in Section 7, "Disclaimer of Warranty," of the License:
17
18> Licensor provides the Work (and each Contributor provides its Contributions)
19> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
20> express or implied, including, without limitation, any warranties or
21> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
22> PARTICULAR PURPOSE. You are solely responsible for determining the
23> appropriateness of using or redistributing the Work and assume any risks
24> associated with Your exercise of permissions under this License.
25
26The source code for JSDoc 3 is available at:
27https://github.com/Nijikokun/minami
28
29# Third-Party Software
30
31Minami includes or depends upon the following third-party software, either in
32whole or in part. Each third-party software package is provided under its own
33license.
34
35## JSDoc 3
36
37JSDoc 3 is free software, licensed under the Apache License, Version 2.0 (the
38"License"). Commercial and non-commercial use are permitted in compliance with
39the License.
40
41Copyright (c) 2011-2015 Michael Mathews <micmath@gmail.com> and the
42[contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors).
43All rights reserved.
44
45You may obtain a copy of the License at:
46http://www.apache.org/licenses/LICENSE-2.0
47
48In addition, a copy of the License is included with this distribution.
49
50As stated in Section 7, "Disclaimer of Warranty," of the License:
51
52> Licensor provides the Work (and each Contributor provides its Contributions)
53> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
54> express or implied, including, without limitation, any warranties or
55> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
56> PARTICULAR PURPOSE. You are solely responsible for determining the
57> appropriateness of using or redistributing the Work and assume any risks
58> associated with Your exercise of permissions under this License.
59
60The source code for JSDoc 3 is available at:
61https://github.com/jsdoc3/jsdoc