Skip to content

Commit

Permalink
Merge pull request #525 from ChIoT-Tech/master
Browse files Browse the repository at this point in the history
License update - remove about.html, add notice.md
  • Loading branch information
MattBrittan committed Jul 21, 2021
2 parents 77d851e + ceb0395 commit 21ffd91
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 41 deletions.
77 changes: 77 additions & 0 deletions NOTICE.md
@@ -0,0 +1,77 @@
# Notices for paho.mqtt.golang

This content is produced and maintained by the Eclipse Paho project.

* Project home: https://www.eclipse.org/paho/

Note that a [separate mqtt v5 client](https://github.com/eclipse/paho.golang) also exists (this is a full rewrite
and deliberately incompatible with this library).

## Trademarks

Eclipse Mosquitto trademarks of the Eclipse Foundation. Eclipse, and the
Eclipse Logo are registered trademarks of the Eclipse Foundation.

Paho is a trademark of the Eclipse Foundation. Eclipse, and the Eclipse Logo are
registered trademarks of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers.
For more information regarding authorship of content, please consult the
listed source code repository logs.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 and Eclipse Distribution License v1.0 which accompany this
distribution.

The Eclipse Public License is available at
https://www.eclipse.org/legal/epl-2.0/
and the Eclipse Distribution License is available at
http://www.eclipse.org/org/documents/edl-v10.php.

For an explanation of what dual-licensing means to you, see:
https://www.eclipse.org/legal/eplfaq.php#DUALLIC

SPDX-License-Identifier: EPL-2.0 or BSD-3-Clause

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse/paho.mqtt.golang

## Third-party Content

This project makes use of the follow third party projects.

Go Programming Language and Standard Library

* License: BSD-style license (https://golang.org/LICENSE)
* Project: https://golang.org/

Go Networking

* License: BSD 3-Clause style license and patent grant.
* Project: https://cs.opensource.google/go/x/net

Go Sync

* License: BSD 3-Clause style license and patent grant.
* Project: https://cs.opensource.google/go/x/sync/

Gorilla Websockets v1.4.2

* License: BSD 2-Clause "Simplified" License
* Project: https://github.com/gorilla/websocket

## Cryptography

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
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
41 changes: 0 additions & 41 deletions about.html

This file was deleted.

0 comments on commit 21ffd91

Please sign in to comment.