# License

This library is licensed under the *Apache License, Version 2.0* (the "License"); you may not use it except in compliance with the License.

You may obtain a copy of the License at <https://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.

{% hint style="success" %}
**Permitted**

* **Commercial Use**: You may use this library and derivatives for commercial purposes.
* **Modification**: You may modify this library.
* **Distribution**: You may distribute this library.
* **Patent Use**: This license provides an express grant of patent rights from contributors.
* **Private Use**: You may use and modify this library without distributing it.
  {% endhint %}

{% hint style="info" %}
**Required**

* **License and Copyright Notice**: If you distribute this library you must include a copy of the license and copyright notice.
* **State Changes**: If you modify and distribute this library you must document changes made to this library.
  {% endhint %}

{% hint style="warning" %}
**Forbidden**

* **Trademark use**: This license does not grant any trademark rights.
* **Liability**: The library author cannot be held liable for damages.
* **Warranty**: This library is provided without any warranty.
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://result.leakyabstractions.com/extra/license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
