Library for MQTT

Committer:
pavleradojkovic
Date:
Mon Jun 20 16:24:43 2022 +0000
Revision:
0:ba7e439238ab
Inital commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pavleradojkovic 0:ba7e439238ab 1 <?xml version="1.0" encoding="ISO-8859-1" ?>
pavleradojkovic 0:ba7e439238ab 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
pavleradojkovic 0:ba7e439238ab 3 <html xmlns="http://www.w3.org/1999/xhtml">
pavleradojkovic 0:ba7e439238ab 4 <head>
pavleradojkovic 0:ba7e439238ab 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
pavleradojkovic 0:ba7e439238ab 6 <title>Eclipse Foundation Software User Agreement</title>
pavleradojkovic 0:ba7e439238ab 7 </head>
pavleradojkovic 0:ba7e439238ab 8
pavleradojkovic 0:ba7e439238ab 9 <body lang="EN-US">
pavleradojkovic 0:ba7e439238ab 10 <h2>Eclipse Foundation Software User Agreement</h2>
pavleradojkovic 0:ba7e439238ab 11 <p>February 1, 2011</p>
pavleradojkovic 0:ba7e439238ab 12
pavleradojkovic 0:ba7e439238ab 13 <h3>Usage Of Content</h3>
pavleradojkovic 0:ba7e439238ab 14
pavleradojkovic 0:ba7e439238ab 15 <p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
pavleradojkovic 0:ba7e439238ab 16 (COLLECTIVELY &quot;CONTENT&quot;). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
pavleradojkovic 0:ba7e439238ab 17 CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
pavleradojkovic 0:ba7e439238ab 18 OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
pavleradojkovic 0:ba7e439238ab 19 NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
pavleradojkovic 0:ba7e439238ab 20 CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
pavleradojkovic 0:ba7e439238ab 21
pavleradojkovic 0:ba7e439238ab 22 <h3>Applicable Licenses</h3>
pavleradojkovic 0:ba7e439238ab 23
pavleradojkovic 0:ba7e439238ab 24 <p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
pavleradojkovic 0:ba7e439238ab 25 (&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
pavleradojkovic 0:ba7e439238ab 26 For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
pavleradojkovic 0:ba7e439238ab 27
pavleradojkovic 0:ba7e439238ab 28 <p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
pavleradojkovic 0:ba7e439238ab 29 repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
pavleradojkovic 0:ba7e439238ab 30
pavleradojkovic 0:ba7e439238ab 31 <ul>
pavleradojkovic 0:ba7e439238ab 32 <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
pavleradojkovic 0:ba7e439238ab 33 <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
pavleradojkovic 0:ba7e439238ab 34 <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
pavleradojkovic 0:ba7e439238ab 35 and/or Fragments associated with that Feature.</li>
pavleradojkovic 0:ba7e439238ab 36 <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
pavleradojkovic 0:ba7e439238ab 37 </ul>
pavleradojkovic 0:ba7e439238ab 38
pavleradojkovic 0:ba7e439238ab 39 <p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
pavleradojkovic 0:ba7e439238ab 40 Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature Licenses may be located in any directory of a Download or Module
pavleradojkovic 0:ba7e439238ab 41 including, but not limited to the following locations:</p>
pavleradojkovic 0:ba7e439238ab 42
pavleradojkovic 0:ba7e439238ab 43 <ul>
pavleradojkovic 0:ba7e439238ab 44 <li>The top-level (root) directory</li>
pavleradojkovic 0:ba7e439238ab 45 <li>Plug-in and Fragment directories</li>
pavleradojkovic 0:ba7e439238ab 46 <li>Inside Plug-ins and Fragments packaged as JARs</li>
pavleradojkovic 0:ba7e439238ab 47 <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
pavleradojkovic 0:ba7e439238ab 48 <li>Feature directories</li>
pavleradojkovic 0:ba7e439238ab 49 </ul>
pavleradojkovic 0:ba7e439238ab 50
pavleradojkovic 0:ba7e439238ab 51 <p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
pavleradojkovic 0:ba7e439238ab 52 installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
pavleradojkovic 0:ba7e439238ab 53 inform you where you can locate them. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
pavleradojkovic 0:ba7e439238ab 54 Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
pavleradojkovic 0:ba7e439238ab 55 that directory.</p>
pavleradojkovic 0:ba7e439238ab 56
pavleradojkovic 0:ba7e439238ab 57 <p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
pavleradojkovic 0:ba7e439238ab 58 OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
pavleradojkovic 0:ba7e439238ab 59
pavleradojkovic 0:ba7e439238ab 60 <ul>
pavleradojkovic 0:ba7e439238ab 61 <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
pavleradojkovic 0:ba7e439238ab 62 <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
pavleradojkovic 0:ba7e439238ab 63 <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
pavleradojkovic 0:ba7e439238ab 64 <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
pavleradojkovic 0:ba7e439238ab 65 <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
pavleradojkovic 0:ba7e439238ab 66 <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
pavleradojkovic 0:ba7e439238ab 67 </ul>
pavleradojkovic 0:ba7e439238ab 68
pavleradojkovic 0:ba7e439238ab 69 <p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
pavleradojkovic 0:ba7e439238ab 70 contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
pavleradojkovic 0:ba7e439238ab 71
pavleradojkovic 0:ba7e439238ab 72
pavleradojkovic 0:ba7e439238ab 73 <h3>Use of Provisioning Technology</h3>
pavleradojkovic 0:ba7e439238ab 74
pavleradojkovic 0:ba7e439238ab 75 <p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
pavleradojkovic 0:ba7e439238ab 76 Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
pavleradojkovic 0:ba7e439238ab 77 other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
pavleradojkovic 0:ba7e439238ab 78 install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
pavleradojkovic 0:ba7e439238ab 79 href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
pavleradojkovic 0:ba7e439238ab 80 (&quot;Specification&quot;).</p>
pavleradojkovic 0:ba7e439238ab 81
pavleradojkovic 0:ba7e439238ab 82 <p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
pavleradojkovic 0:ba7e439238ab 83 applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
pavleradojkovic 0:ba7e439238ab 84 in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
pavleradojkovic 0:ba7e439238ab 85 Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
pavleradojkovic 0:ba7e439238ab 86
pavleradojkovic 0:ba7e439238ab 87 <ol>
pavleradojkovic 0:ba7e439238ab 88 <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
pavleradojkovic 0:ba7e439238ab 89 on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
pavleradojkovic 0:ba7e439238ab 90 product.</li>
pavleradojkovic 0:ba7e439238ab 91 <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
pavleradojkovic 0:ba7e439238ab 92 accessed and copied to the Target Machine.</li>
pavleradojkovic 0:ba7e439238ab 93 <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
pavleradojkovic 0:ba7e439238ab 94 Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
pavleradojkovic 0:ba7e439238ab 95 Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
pavleradojkovic 0:ba7e439238ab 96 the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
pavleradojkovic 0:ba7e439238ab 97 indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
pavleradojkovic 0:ba7e439238ab 98 </ol>
pavleradojkovic 0:ba7e439238ab 99
pavleradojkovic 0:ba7e439238ab 100 <h3>Cryptography</h3>
pavleradojkovic 0:ba7e439238ab 101
pavleradojkovic 0:ba7e439238ab 102 <p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
pavleradojkovic 0:ba7e439238ab 103 another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
pavleradojkovic 0:ba7e439238ab 104 possession, or use, and re-export of encryption software, to see if this is permitted.</p>
pavleradojkovic 0:ba7e439238ab 105
pavleradojkovic 0:ba7e439238ab 106 <p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
pavleradojkovic 0:ba7e439238ab 107 </body>
pavleradojkovic 0:ba7e439238ab 108 </html>