Files
wehub-resource-sync 3e779be6f3
CI / lint (push) Failing after 13m4s
CI / test (3.11, ubuntu-latest) (push) Failing after 2m4s
CI / test (3.13, ubuntu-latest) (push) Successful in 13m30s
CI / test (3.14, ubuntu-latest) (push) Successful in 17m21s
CI / test (3.12, ubuntu-latest) (push) Successful in 17m55s
CI / discover-apps-ps (push) Successful in 1m56s
CI / test (3.9, ubuntu-latest) (push) Successful in 13m17s
CI / test (3.10, ubuntu-latest) (push) Successful in 26m21s
CI / audit (push) Successful in 13m38s
Deploy site / deploy (push) Has been cancelled
CI / test (3.14, ubuntu-24.04-arm) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:32:37 +08:00

77 lines
3.5 KiB
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: winpodx
Upstream-Contact: Kim DaeHyun <kernalix7@kodenet.io>
Source: https://github.com/kernalix7/winpodx
Files: *
Copyright: 2026 Kim DaeHyun <kernalix7@kodenet.io>
License: MIT
Files: config/oem/rdprrap-*-windows-x64.zip
Copyright: 2026 Kim DaeHyun <kernalix7@kodenet.io>
License: MIT and Apache-2.0
Comment: Pre-built binary bundle of rdprrap (https://github.com/kernalix7/rdprrap),
redistributed under the same MIT license as WinPodX. Bundled at a
SHA256-pinned version (0.1.3 onward) and extracted into the Windows
guest during the first-boot OEM setup to enable multi-session RDP.
.
rdprrap's source tree ports code from three upstream projects whose
licenses require source-level attribution:
- stascorp/rdpwrap (Apache-2.0)
- llccd/TermWrap (MIT)
- llccd/RDPWrapOffsetFinder (MIT)
.
The bundled ZIP therefore ships LICENSE (rdprrap MIT), NOTICE (names
each upstream and the derived rdprrap files), vendor/licenses/
(verbatim upstream license texts), and THIRD_PARTY_LICENSES.txt (Rust
crate dependencies). All four files are extracted into the guest at
C:\Program Files\RDP Wrapper\ and C:\winpodx\rdprrap\ and are not
re-extracted on the Debian host.
.
WinPodX 0.1.6 and earlier bundled rdprrap 0.1.0, which upstream later
withdrew for missing these attribution files. Upgrade to WinPodX
0.1.7 or later.
Files: config/oem/reverse-open/shim/bin/rcedit.exe
Copyright: 2013-2024 GitHub Inc.
License: MIT
Comment: Pre-built binary of electron/rcedit
(https://github.com/electron/rcedit) bundled to patch Windows PE
metadata on the per-app reverse-open shim during OEM install.
LICENSE-rcedit.txt sits beside the binary in the same directory and
is also surfaced in the GUI License tab + THIRD_PARTY_LICENSES.md.
Files: config/oem/reverse-open/shim/bin/winpodx-reverse-open-shim.exe
Copyright: 2026 Kim DaeHyun <kernalix7@kodenet.io>
License: MIT
Comment: Pre-built WinPodX-owned Rust stub (source at
config/oem/reverse-open/shim/) that Windows Explorer invokes from the
"Open with" menu to relay a file-open request back to the host's
reverse-open listener. Same MIT terms as WinPodX.
License: MIT
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.
License: Apache-2.0
The rdprrap bundle ports code from stascorp/rdpwrap, licensed under the
Apache License, Version 2.0. On Debian systems the complete license text
is at `/usr/share/common-licenses/Apache-2.0`; the bundled ZIP also ships
the verbatim upstream text under `vendor/licenses/`.