mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-07 07:03:34 +08:00
- 识别用户目录与 XDG 路径下的 OpenCode JSON/JSONC 配置 - 保留注释、自定义字段与符号链接并原子写入 MCP 配置 - 增加 CLI 检测、安装状态、自动接入及旧路径修复 - 在客户端选择、浏览器模拟、AI 检查提示和六语言文案中接入 OpenCode - 引入 hujson、补充许可声明及前后端回归测试
213 lines
9.1 KiB
Plaintext
213 lines
9.1 KiB
Plaintext
GoNavi
|
|
Copyright 2026 Syngnat
|
|
|
|
This product includes software developed by the following projects.
|
|
|
|
Apache RocketMQ
|
|
Copyright 2016-2022 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
Apache IoTDB
|
|
Copyright 2018-2020 The Apache Software Foundation.
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
============================================================================
|
|
|
|
IoTDB project uses 4 Chinese Patents:
|
|
* 201711384490X
|
|
* 201810111712.9
|
|
* 201711322631.5
|
|
* 201711319331.1
|
|
|
|
According to the Apache 2.0 License. The owner of the patents, Tsinghua University,
|
|
grant the users the right to the use of patent under the requirement of Apache 2.0 License.
|
|
|
|
============================================================================
|
|
|
|
Apache Thrift
|
|
Copyright (C) 2006 - 2019, The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
go-yaml
|
|
Copyright 2011-2016 Canonical Ltd.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
Eclipse Paho MQTT Go
|
|
|
|
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. It is a full rewrite and deliberately incompatible with this library.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
The project maintains the following source code repository:
|
|
|
|
* https://github.com/eclipse/paho.mqtt.golang
|
|
|
|
This project makes use of the following third-party projects:
|
|
|
|
Go Programming Language and Standard Library
|
|
* License: BSD-style license (https://golang.org/LICENSE)
|
|
|
|
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
|
|
|
|
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. BEFORE using any encryption software, please check the country's
|
|
laws, regulations and policies concerning the import, possession, and use, and/or
|
|
re-export of encryption software, to see if this is permitted.
|
|
|
|
Vendored HighGo pq-sm3 (derived from lib/pq)
|
|
Copyright (c) 2011-2013, 'pq' Contributors
|
|
Portions Copyright (C) 2011 Blake Mizerany
|
|
|
|
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 vendored SCRAM implementation includes the following BSD 3-Clause notice:
|
|
|
|
Copyright (c) 2014 - Gustavo Niemeyer <gustavo@niemeyer.net>
|
|
All rights reserved.
|
|
|
|
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.
|
|
3. Neither the name of the copyright holder 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.
|
|
|
|
Tailscale hujson
|
|
Project: https://github.com/tailscale/hujson
|
|
|
|
Copyright (c) 2019 Tailscale 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 Google Inc. 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.
|
|
|
|
Vendored InterSystems IRIS native driver
|
|
Copyright (c) 2025 Dmitry Maslennikov
|
|
|
|
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.
|