Revision: 1495 Author: sebastien.lelong Date: Sun Nov 22 02:09:03 2009 Log: included license to PDF book http://code.google.com/p/jallib/source/detail?r=1495
Added: /trunk/doc/dita/tutorials/images/cc_by_sa.png /trunk/doc/dita/tutorials/license.xml Modified: /trunk/doc/dita/tutorials/tutorials.ditamap ======================================= --- /dev/null +++ /trunk/doc/dita/tutorials/images/cc_by_sa.png Sun Nov 22 02:09:03 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/doc/dita/tutorials/license.xml Sun Nov 22 02:09:03 2009 @@ -0,0 +1,19 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> +<topic id="template_id"> + <title>License</title> + <body> + <p id="firstcontent">We, <xref href="http://groups.google.com/group/jallib" format="html">Jallib Group</xref>, want this book to be as <i>open</i> and <i>free</i> as possible. We decided to release it under <xref href="http://creativecommons.org/licenses/by-sa/3.0/" format="html">Creative Common Attribution-Share Alike 3.0</xref> license.</p> + <p><image href="images/cc_by_sa.png" align="center" placement="break"/></p> + <p>Basically (and repeating what's on Creative Common website), you are free:<ul> + <li><b>to Share</b> - to copy, distribute, and transmit the work</li> + <li><b>to Remix</b> - to adapt the work</li> + </ul></p> + <p>Under the following conditions:<ul> + <li><b>Attribution</b> - You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).</li> + <li><b>Share Alike</b> - If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license.</li> + </ul></p> + <p>Full license lecal code can be read at: <xref href="http://creativecommons.org/licenses/by-sa/3.0/legalcode" format="html">http://creativecommons.org/licenses/by-sa/3.0/legalcode</xref></p> + <p>This license applies to the book content itself, not on codes, libraries, examples, etc... you may find, or when it's explicitely stated work is released under another license. For instance, most work on Jallib is released under BSD and ZLIB license, not under this Creative Common license. In doubt, please ask on Jallib Group (<xref href="http://groups.google.com/group/jallib" format="html">http://groups.google.com/group/jallib</xref>)</p> + </body> +</topic> ======================================= --- /trunk/doc/dita/tutorials/tutorials.ditamap Sun Nov 1 17:48:53 2009 +++ /trunk/doc/dita/tutorials/tutorials.ditamap Sun Nov 22 02:09:03 2009 @@ -47,6 +47,9 @@ <topicref href="tutorial_gp2d02.xml"/> <topicref href="tutorial_lcd.xml"/> </chapter> + <part> + <topicref href="license.xml"/> + </part> <appendix navtitle="Appendix"> <topichead navtitle="Materials, tools and other additional how-tos"> <topicref href="tutorial_serial_port_board.xml"/> -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=.
