diff options
Diffstat (limited to 'doc/build/lib/highlight.py')
-rw-r--r-- | doc/build/lib/highlight.py | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/build/lib/highlight.py b/doc/build/lib/highlight.py index 4f8fbac12..a35ba4853 100644 --- a/doc/build/lib/highlight.py +++ b/doc/build/lib/highlight.py @@ -1,21 +1,10 @@ # $Id$ -# highlight.py - syntax highlighting functions for Myghty distribution +# highlight.py - syntax highlighting functions for Myghty # Copyright (C) 2004 Michael Bayer mike_mp@zzzcomputing.com -# Original Perl code and documentation copyright (c) 1998-2003 by Jonathan Swartz. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# This module is part of SQLAlchemy and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + import re, StringIO, sys, string, os |