# Lobby Third-Party Notices

Lobby itself is licensed under `GPL-3.0-or-later`; see [LICENSE](LICENSE).

The distributable Lobby package also bundles a small set of third-party SourceMod extension
artifacts for runtime convenience. This repository does not claim authorship over those
third-party components. Their upstream licenses and notices continue to apply to the bundled
binaries and include files.

## Bundled Components

### SteamWorks Extension

- Shipped files:
  - `addons/sourcemod/extensions/SteamWorks.ext.dll`
  - `addons/sourcemod/extensions/SteamWorks.ext.so`
  - `addons/sourcemod/scripting/include/SteamWorks.inc`
- Upstream references:
  - AlliedModders forum thread:
    <https://forums.alliedmods.net/showthread.php?t=229556>
  - GitHub mirror or fork:
    <https://github.com/sourcemod-plugins/steamworks-l4d2>
- Bundled license copies:
  - `third_party_licenses/steamworks/LICENSE`
- License and notes:
  - the upstream repository ships a `LICENSE` file with the GNU GPL v3 text

### SourceMod Socket Extension

- Shipped files:
  - `addons/sourcemod/extensions/socket.ext.dll`
  - `addons/sourcemod/extensions/socket.ext.so`
  - `addons/sourcemod/scripting/include/socket.inc`
- Upstream references:
  - AlliedModders forum thread:
    <https://forums.alliedmods.net/showthread.php?t=67640>
  - GitHub repository:
    <https://github.com/nefarius/sm-ext-socket>
- Bundled license copies:
  - `third_party_licenses/socket/LICENSE`
  - `third_party_licenses/socket/license.txt`
  - `third_party_licenses/socket/gpl-3.0.txt`
- License and notes:
  - the upstream repository contains multiple license-related files,
    including a GPL v2 `LICENSE`, a project `license.txt` notice, and a
    bundled `gpl-3.0.txt` text referenced by that notice
  - this package preserves those upstream texts as separate files
    instead of collapsing them into one summary

## Packaging Notes

- The Lobby package redistributes these components unmodified as part of the plugin install
  layout.
- Lobby source headers and the root `LICENSE` file apply only to Lobby-authored code unless a
  bundled upstream file already says otherwise.
- When updating or replacing bundled third-party binaries or includes, keep this notice file
  in sync with the actual upstream source and license used for the shipped artifacts.
- Exact bundled third-party license texts live under `third_party_licenses/`.
