|
| 1 | +# License |
| 2 | + |
| 3 | +Docdash is free software, licensed under the Apache License, Version 2.0 (the |
| 4 | +"License"). Commercial and non-commercial use are permitted in compliance with |
| 5 | +the License. |
| 6 | + |
| 7 | +Copyright (c) 2016 Clement Moron <[email protected]> and the |
| 8 | +[contributors to docdash](https://github.com/clenemt/docdash/graphs/contributors). |
| 9 | +All rights reserved. |
| 10 | + |
| 11 | +You may obtain a copy of the License at: |
| 12 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | + |
| 14 | +In addition, a copy of the License is included with this distribution. |
| 15 | + |
| 16 | +As 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 | +
|
| 26 | +The source code for docdash is available at: |
| 27 | +https://github.com/clenemt/docdash |
| 28 | + |
| 29 | +# Third-Party Software |
| 30 | + |
| 31 | +Docdash includes or depends upon the following third-party software, either in |
| 32 | +whole or in part. Each third-party software package is provided under its own |
| 33 | +license. |
| 34 | + |
| 35 | +## JSDoc 3 |
| 36 | + |
| 37 | +JSDoc 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 |
| 39 | +the License. |
| 40 | + |
| 41 | +Copyright (c) 2011-2016 Michael Mathews <[email protected]> and the |
| 42 | +[contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors). |
| 43 | +All rights reserved. |
| 44 | + |
| 45 | +You may obtain a copy of the License at: |
| 46 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 47 | + |
| 48 | +In addition, a copy of the License is included with this distribution. |
| 49 | + |
| 50 | +As 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 | +
|
| 60 | +The source code for JSDoc 3 is available at: |
| 61 | +https://github.com/jsdoc3/jsdoc |
0 commit comments