forked from hjwp/Book-TDD-Web-Dev-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.html
41 lines (41 loc) · 3.5 KB
/
copyright.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<section xmlns="http://www.w3.org/1999/xhtml" data-type="copyright-page">
<h1>Test-Driven Development with Python</h1>
<p class="author">By Harry Percival</p>
<p class="copyright">Copyright © 2014 Harry Percival. All rights reserved.</p>
<p class="printlocation">Printed in the United States of America.</p>
<p class="publisher">Published by <span class="publishername">O'Reilly Media, Inc.</span>, 1005 Gravenstein Highway North, Sebastopol, CA 95472.</p>
<p>O'Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most
titles (<a href="http://safaribooksonline.com"><em>http://safaribooksonline.com</em></a>). For more information, contact our corporate/institutional sales department: 800-998-9938 or <span data-type="email"><em>[email protected]</em></span>.</p>
<ul class="stafflist">
<li><span class="staffrole">Editor: </span>Meghan Blanchette</li>
<li><span class="staffrole">Production Editor: </span>Kara Ebrahim</li>
<li><span class="staffrole">Copyeditor: </span>Charles Roumeliotis</li>
<li><span class="staffrole">Proofreader: </span>Gillian McGarvey</li>
<li><span class="staffrole">Indexer: </span>Wendy Catalano</li>
<li><span class="staffrole">Interior Designer: </span>David Futato</li>
<li><span class="staffrole">Cover Designer: </span>Randy Comer</li>
<li><span class="staffrole">Illustrator: </span>Rebecca Demarest</li>
</ul>
<ul class="printings">
<li><span class="printedition">June, 2014:</span> First Edition</li>
</ul>
<div>
<h1 class="revisions">Revision History for the First Edition</h1>
<ul class="releases">
<li><span class="revdate">2014-06-09:</span> First release</li>
<li><span class="revdate">2014-07-23:</span> Second release</li>
<li><span class="revdate">2014-09-19:</span> Third release</li>
<li><span class="revdate">2015-03-06:</span> Fourth release</li>
<li><span class="revdate">2015-10-16:</span> Fifth release</li>
</ul>
</div>
<p class="errata">See <a href="http://oreilly.com/catalog/errata.csp?isbn=9781449364823"><em>http://oreilly.com/catalog/errata.csp?isbn=9781449364823</em></a> for release details.</p>
<div class="legal">
<p>The O'Reilly logo is a registered trademark of O'Reilly Media, Inc. <em>Test-Driven Development with Python</em>, the cover image, and related trade dress are trademarks of O'Reilly Media, Inc.</p>
<p>While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.<!--PROD: Uncomment the following sentence if appropriate and add it to the above para: --><!--This book is not intended as [legal/medical/financial; use the appropriate reference] advice. Please consult a qualified professional if you require [legal/medical/financial] advice.--></p>
</div>
<div class="copyright-bottom">
<p class="isbn">978-1-4494-9364-3</p>
<p class="printer">[LSI]</p>
</div>
</section>