From e8db8e5ef55964f76d137fa21b7252c3a7ebaa2c Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 15 Jul 2009 22:53:10 -0400 Subject: [PATCH] about fiddling --- about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index 73ddf26..4023da6 100755 --- a/about.html +++ b/about.html @@ -19,9 +19,9 @@ abbr{font-variant:none;text-transform:none;letter-spacing:0}

About The Book

-

The text of Dive Into Python 3 is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. -

The chardet library is licensed under the LGPL 2.1 or later. The alphametics solver is a port of Raymond Hettinger’s version, which he relicensed under the MIT license. Advanced Classes and Special Method Names contain code from the Python standard library, released under the PSF License 2.0. All other example code is my original work and is licensed under the MIT license. -

The online edition uses jQuery, released under the MIT and GPL licenses. Color syntax highlighting is provided by prettify.js, released under the Apache License 2.0. +

Dive Into Python 3 comprises original prose and graphics licensed under the CC-BY-SA-3.0 license. Illustrations from the Open Clip Art Library are public domain. +

The chardet library is licensed under the LGPL 2.1 or later. The alphametics solver is a port of Raymond Hettinger’s version, released under the MIT license. Several chapters contain code from the Python standard library, released under the PSF License 2.0. All other original code is licensed under the MIT license. +

The online edition uses jQuery, released under the MIT and GPL licenses. Color syntax highlighting is provided by prettify.js, other parsing code is adapted from highlighter.js; both are released under the Apache License 2.0.

Corrections and feedback to mark@diveintomark.org