1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <appendix id="Licenses" xreflabel="Appendix E">
- <?dbhtml dir="appendices"?>
- <?dbhtml filename="licenses.html"?>
- <title>LFS 许可证</title>
- <note><title>译注</title>
- <para>许可证在法律上以原文为准,译者没有翻译,以防律师函。</para>
- </note>
- <para>本书在 Creative Commons
- Attribution-NonCommercial-ShareAlike 2.0 License 下发行。</para>
- <para>从本书中能够提取出的计算机指令在 MIT
- License 下发行。</para>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creat-comm.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mit-lic.xml"/>
- </appendix>
|