Licensing
=========

PeakRDL-rawheader is distributed under the terms of the Apache License,
Version 2.0. For the full text of the license, see:
https://github.com/pulp-platform/PeakRDL-rawheader/blob/main/LICENSE

The project is `REUSE <https://reuse.software/>`_ compliant: every file carries
its copyright and license information, either inline or via the ``REUSE.toml``
manifest at the root of the repository.


What is covered by the license?
-------------------------------
The Apache-2.0 license applies to the code generator itself: the Python sources,
the bundled Mako template files, and the test infrastructure.


What about the generated output?
--------------------------------
Any header files generated by PeakRDL-rawheader are derived from *your*
SystemRDL description and are yours to use however you like. The generator does
not impose its license on its output. If you need a specific license header in
the generated files, use the :option:`--license-str` option to embed it.
