mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-30 17:48:49 +02:00
61 lines
2.5 KiB
Markdown
61 lines
2.5 KiB
Markdown
# License
|
|
|
|
Docdash is free software, licensed under the Apache License, Version 2.0 (the
|
|
"License"). Commercial and non-commercial use are permitted in compliance with
|
|
the License.
|
|
|
|
Copyright (c) 2016 Clement Moron <clenemt@gmail.com> and the
|
|
[contributors to docdash](https://github.com/clenemt/docdash/graphs/contributors).
|
|
All rights reserved.
|
|
|
|
You may obtain a copy of the License at:
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
In addition, a copy of the License is included with this distribution.
|
|
|
|
As stated in Section 7, "Disclaimer of Warranty," of the License:
|
|
|
|
> Licensor provides the Work (and each Contributor provides its Contributions)
|
|
> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
|
> express or implied, including, without limitation, any warranties or
|
|
> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
> appropriateness of using or redistributing the Work and assume any risks
|
|
> associated with Your exercise of permissions under this License.
|
|
|
|
The source code for docdash is available at:
|
|
https://github.com/clenemt/docdash
|
|
|
|
# Third-Party Software
|
|
|
|
Docdash includes or depends upon the following third-party software, either in
|
|
whole or in part. Each third-party software package is provided under its own
|
|
license.
|
|
|
|
## JSDoc 3
|
|
|
|
JSDoc 3 is free software, licensed under the Apache License, Version 2.0 (the
|
|
"License"). Commercial and non-commercial use are permitted in compliance with
|
|
the License.
|
|
|
|
Copyright (c) 2011-2016 Michael Mathews <micmath@gmail.com> and the
|
|
[contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors).
|
|
All rights reserved.
|
|
|
|
You may obtain a copy of the License at:
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
In addition, a copy of the License is included with this distribution.
|
|
|
|
As stated in Section 7, "Disclaimer of Warranty," of the License:
|
|
|
|
> Licensor provides the Work (and each Contributor provides its Contributions)
|
|
> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
|
> express or implied, including, without limitation, any warranties or
|
|
> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
> appropriateness of using or redistributing the Work and assume any risks
|
|
> associated with Your exercise of permissions under this License.
|
|
|
|
The source code for JSDoc 3 is available at:
|
|
https://github.com/jsdoc3/jsdoc
|