Copyright¶
© 2024-present Michael E. Cotterell, Bradley J. Barnes, and the University of Georgia.
License¶
This work is licensed under CC BY-NC-SA 4.0. To view copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
Notices¶
University of Georgia and University System of Georgia
The content and opinions expressed in this work do not necessarily reflect the views of nor are they endorsed by the University of Georgia or the University System of Georgia.
Regarding Code Visualizations
The authors use PlantUML to generate UML diagrams. PlantUML is released under a GPL license, but diagrams generated by the execution of PlantUML are not considered to be covered by that same license. As such, diagrams included herein that are generated by the execution of PlantUML are subject to the same license as this book (CC BY-NC-SA 4.0).
The authors of this book use a forked version of Python Tutor (i.e., “OnlinePythonTutor”) that was released by Philip J. Guo under a MIT license in order to generate memory map diagrams from execution traces of Java programs. The authors use a custom execution trace generator that was developed as part of the grant work for the book’s development in order to streamline the generation and integraion of these memory map diagrams and support newer versions of the Java programming language. Diagrams included herein that are generated by the execution of the author’s custom execution trace generator and their fork of “OnlinePythonTutor” are subject to the same license as this book (CC BY-NC-SA 4.0).
OnlinePythonTutor License
Original work Copyright (C) Philip J. Guo (philip@pgbovine.net)
Modified work Copyright (C) 2019 Pathrise (dev@pathrise.com)
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Regarding Trademarks
All trademarks used herein are the property of their respective owners. The use of any trademark in this text does not vest in the author or publisher any trademark ownership rights in such trademarks, nor does the use of such trademarks imply any affiliation with or endorsement of this book by such owners.
Regarding Errors
The authors have made every effort to ensure that the information in this revision of the book was correct at the time it was released. They do not assume and hereby disclaim any liability to any party for any loss, damage, or disruption caused by errors or omissions, whether such errors or omissions result from negligence, accident, or any other cause, or from any usage of the information herein.