Skip to content

Latest commit

 

History

History
142 lines (95 loc) · 5.77 KB

LICENSE.md

File metadata and controls

142 lines (95 loc) · 5.77 KB

License

The jsdoc3-maven-plugin 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) 2013 Brandon Zeeb phasebash@gmail.com 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 mpermissions under this License.

The source code for JSDoc 3 is available at: https://github.com/phasebash/jsdoc3-maven-plugin

Third-Party Software

The jsdoc3-maven-plugin 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.

org.apache.maven:maven-plugin-api

org.apache.maven:maven-plugin-api is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-api is available at: http://maven.apache.org/ref/3-LATEST/maven-plugin-api/index.html

org.apache.maven.reporting:maven-reporting-api

org.apache.maven.reporting:maven-reporting-api is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: The project page for org.apache.maven:maven-plugin-annotations is available at: https://maven.apache.org/shared/maven-reporting-api/

org.apache.maven.reporting:maven-reporting-impl

org.apache.maven.reporting:maven-reporting-impl is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: https://maven.apache.org/shared/maven-reporting-impl/

org.apache.maven.plugin-tools:maven-plugin-annotations

org.apache.maven.plugin-tools:maven-plugin-annotations is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: http://maven.apache.org/ref/3-LATEST/maven-plugin-api/index.html

commons-io:commons-io

commons-io:commons-io is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: http://commons.apache.org/proper/commons-io/

commons-lang:commons-lang

commons-lang:commons-lang is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: http://commons.apache.org/proper/commons-lang/

org.codehaus.plexus:plexus-utils

org.codehaus.plexus:plexus-utils is distributed under the Apache 2.0 license.

Copyright (c) 2013 The Apache Software Foundation.

The project page for org.apache.maven:maven-plugin-annotations is available at: http://plexus.codehaus.org/plexus-utils/

Rhino

The jsdoc3-maven-plugin utilizes a forked version of Mozilla's Rhino as produced by https://github.com/hegemonic repackaged without modification as a Maven module.

Rhino is distributed under the following licenses:

MPL/GPL License

The majority of the source code for Rhino is available under a MPL 1.1/GPL 2.0 license. JSDoc 3 uses the source code under the MPL 1.1 license, which is included in this distribution.

License for portions of the Rhino debugger

Additionally, some files are available under the BSD 3-clause license:

Copyright 1997, 1998 Sun Microsystems, Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of Sun Microsystems nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Source Code

The source code for Rhino is available at: https://github.com/mozilla/rhino and https://github.com/hegemonic/rhino respectively.