.. include:: vars.rst

.. _section-copyright:

Copyrights and License
**********************

© 2024 Real-Time Innovations, Inc. |br|
All rights reserved.  |br|
Printed in U.S.A. First printing.  |br|
March 2024. |br|

.. rubric:: License

RTI Connector for JavaScript is part of the Connext
Professional Package. If you have a valid license for the RTI Connext
Professional Package, such license shall govern your use of
RTI Connector for JavaScript. All other use of this software shall
be governed solely by the terms of RTI’s Software License for Non-Commercial
Use #4040, included at the top level of the `Connector for JavaScript repository
<https://github.com/rticommunity/rticonnextdds-connector-js>`__.


.. rubric:: Trademarks

RTI, Real-Time Innovations, Connext, NDDS, the RTI logo, 1RTI and the
phrase, “Your Systems. Working as one.” are registered trademarks, trademarks
or service marks of Real-Time Innovations, Inc. All other trademarks belong to
their respective owners.

.. rubric:: Copy and Use Restrictions

No part of this publication may be reproduced, stored in a retrieval system,
or transmitted in any form (including electronic, mechanical, photocopy, and
facsimile) without the prior written permission of Real-Time Innovations, Inc.
The software described in this document is furnished under and subject to the
RTI software license agreement. The software may be used or copied only under
the terms of the license agreement.

This is an independent publication and is neither affiliated with, nor
authorized, sponsored, or approved by, Microsoft Corporation.

The security features of this product include software developed by the
OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). 
his product includes cryptographic software written by Eric Young 
(eay@cryptsoft.com). This product includes software written by Tim Hudson 
(tjh@cryptsoft.com).

Technical Support |br|
Real-Time Innovations, Inc. |br|
232 E. Java Drive |br|
Sunnyvale, CA 94089 |br|
Phone: (408) 990-7444 |br|
Email: support@rti.com |br|
Website: https://support.rti.com/ |br|

© 2022 RTI

.. rubric:: External Third-Party Software Used in Connector

**Lua**
  * The source code of this software is used to build the native libraries
    provided by *RTI Connector*.

  * Version 5.2.

  * License (https://www.lua.org/license.html):
    Copyright © 1994–2021 Lua.org, PUC-Rio.

    Permission is hereby granted, free of charge, to any person obtaining a 
    copy of this software and associated documentation files (the "Software"), 
    to deal in the Software without restriction, including without limitation 
    the rights to use, copy, modify, merge, publish, distribute, sublicense, 
    and/or sell copies of the Software, and to permit persons to whom the 
    Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included 
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
    THE SOFTWARE.

**json-parser**
  * The source code of this software (from https://github.com/udp/json-parser) 
    is used to build the native libraries provided by *RTI Connector*.

  * Version 1.1.0

  * License:

    Copyright (C) 2012-2021 the json-parser authors  All rights reserved.
    https://github.com/udp/json-parser

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

    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.

    2. 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.

    THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.