> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/ox-cloud/ox-runtime-sensor/gpl-licensed-components-and-source-availability.md).

# GPL-Licensed Components and Source Availability

OX Runtime Sensor includes eBPF programs that run in the Linux kernel. These programs are subject to the GNU General Public License (GPL).

To comply with the GPL, OX will make the complete corresponding source code for the GPL-licensed eBPF components available on request, as follows:

* **Availability window:** You may request the source code for a period of three years from the date OX distributes the software. The earliest request date is October 15, 2025.
* **Who can request:** Any party that has received OX commercial software containing these GPL-licensed components may request the source code.
* **How much it costs:** OX will provide the source code at no charge other than reasonable handling costs. Delivery details will be coordinated over email.

**To request eBPF components:**

1. Send an email to OX legal compliance team: **<compliance_email@ox.security>**.
2. Use the subject line: **GPL Source Code Request**.
3. Include your name, your organization, and the specific **ox-runtime-sensor** version or release you received.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ox-cloud/ox-runtime-sensor/gpl-licensed-components-and-source-availability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
