mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
The PROJECT_LOGO field is now used to include the XZ logo. The footer of each page now lists the copyright information instead of the default footer. The license is also copied to statisfy the copyright and so the link in the documentation can be local.
12 lines
274 B
HTML
12 lines
274 B
HTML
<hr class="footer"/>
|
|
|
|
<p style="text-align: right;padding-right: 12px;">
|
|
XZ logo © 2023 by Jia Tan is licensed under
|
|
<a href="COPYING.CC-BY-SA-4.0"
|
|
target="_blank"
|
|
rel="license noopener noreferrer"
|
|
style="display:inline-block;">
|
|
CC BY-SA 4.0
|
|
</a>
|
|
</p>
|