Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.09 KB

File metadata and controls

59 lines (43 loc) · 2.09 KB

NOTICE

AnvilCast is licensed under the Open BSV License version 4.

This product includes third-party components distributed under their own licenses. Each is reproduced below in compliance with the license terms.


QRCode for JavaScript

File: web/js/lib/qrcode.js Author: Kazuhiko Arase (2009) Source: http://www.d-project.com/ License: MIT

Copyright (c) 2009 Kazuhiko Arase

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.

The original library is a jQuery plugin. AnvilCast vendors only the core QR encoding engine (no jQuery dependency) plus a small vanilla-JS canvas renderer wrapper. The original copyright header is preserved at the top of web/js/lib/qrcode.js.

The word "QR Code" is a registered trademark of DENSO WAVE INCORPORATED.


Go Modules

The Go dependencies declared in go.mod are distributed under their own permissive licenses:

Module License
github.com/gorilla/websocket BSD-2-Clause
github.com/bsv-blockchain/go-sdk Open BSV License
github.com/decred/dcrd/dcrec/secp256k1/v4 ISC

See each module's repository for the full license text.