Skip to content

Commit be2c0f4

Browse files
author
exdekotive
committed
Rebrand to DSSH + comprehensive README + sanitize defaults
- New top-level README in 中文 covering install (.cia / .3dsx / 3dslink), server-side RSA setup, config.ini, full physical-key table, soft keyboard pages, IME usage (full pinyin + abbreviation + prefix fallback), debug page, source build, project layout, architecture diagram, and credits. - Old M0 README replaced (was talking about docker / Azahar / un-shipped milestones). - Add MIT LICENSE with notes on bundled third-party licenses (Zpix OFL, rime-ice LGPL, libssh2 BSD, mbedTLS Apache, etc). - Sanitize the user's actual server IP out of config.ini.example, sd_template/README.md, source/config.c default, and source/config.h docstring — replaced with your-server.example.com placeholder. - sd_template/README.md trimmed: M1-era key bindings (X = swkbd, L = Ctrl-C, etc) replaced with a pointer to the project README.
1 parent 27d896a commit be2c0f4

6 files changed

Lines changed: 424 additions & 117 deletions

File tree

LICENSE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
MIT License
2+
3+
Copyright (c) 2026 exdekotive
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+
23+
Note: This license covers the original DSSH source code only. Bundled or
24+
referenced third-party components retain their own licenses:
25+
26+
- Zpix font: SIL OFL 1.1
27+
- Terminus font: SIL OFL 1.1
28+
- rime-ice dictionary: LGPL-3.0
29+
- libssh2: BSD-3-Clause
30+
- mbedTLS: Apache-2.0
31+
- libctru / citro2d / citro3d: zlib / various
32+
- skmtrd/3dssh-derived terminal/UTF-8/renderer code: MIT
33+
34+
When redistributing the .cia or .3dsx, please respect those licenses.

0 commit comments

Comments
 (0)