--- a/reportlab/pdfbase/pdfmetrics.py Tue Oct 24 15:45:57 2000 +0000
+++ b/reportlab/pdfbase/pdfmetrics.py Wed Oct 25 08:57:46 2000 +0000
@@ -1,73 +1,8 @@
-###############################################################################
-#
-# ReportLab Public License Version 1.0
-#
-# Except for the change of names the spirit and intention of this
-# license is the same as that of Python
-#
-# (C) Copyright ReportLab Inc. 1998-2000.
-#
-#
-# All Rights Reserved
-#
-# Permission to use, copy, modify, and distribute this software and its
-# documentation for any purpose and without fee is hereby granted, provided
-# that the above copyright notice appear in all copies and that both that
-# copyright notice and this permission notice appear in supporting
-# documentation, and that the name of ReportLab not be used
-# in advertising or publicity pertaining to distribution of the software
-# without specific, written prior permission.
-#
-#
-# Disclaimer
-#
-# ReportLab Inc. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
-# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
-# IN NO EVENT SHALL ReportLab BE LIABLE FOR ANY SPECIAL, INDIRECT
-# OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-#
-###############################################################################
-# $Log: pdfmetrics.py,v $
-# Revision 1.13 2000/10/05 14:59:04 rgbecker
-# Changes to make freezing easier
-#
-# Revision 1.12 2000/09/27 21:56:01 andy_robinson
-# more work on metrics and encodings for custom fonts
-#
-# Revision 1.11 2000/09/27 19:57:48 andy_robinson
-# Begun work on loading new AFM files
-#
-# Revision 1.10 2000/08/16 07:44:53 rgbecker
-# Start using _rl_accel
-#
-# Revision 1.9 2000/08/01 10:56:24 rgbecker
-# moved accelerators to lib
-#
-# Revision 1.8 2000/07/26 12:01:10 rgbecker
-# Accelerator rearrangements
-#
-# Revision 1.7 2000/07/19 19:06:39 rgbecker
-# Added _pdfmetrics.c
-#
-# Revision 1.6 2000/06/26 15:58:22 rgbecker
-# Simple fix to widths problem
-#
-# Revision 1.5 2000/04/12 16:24:35 rgbecker
-# XML Tagged Paragraph parser changes
-#
-# Revision 1.4 2000/02/17 02:07:23 rgbecker
-# Docstring & other fixes
-#
-# Revision 1.3 2000/02/15 17:55:59 rgbecker
-# License text fixes
-#
-# Revision 1.2 2000/02/15 15:47:09 rgbecker
-# Added license, __version__ and Logi comment
-#
-__version__=''' $Id: pdfmetrics.py,v 1.13 2000/10/05 14:59:04 rgbecker Exp $ '''
+#copyright ReportLab Inc. 2000
+#see license.txt for license details
+#history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/reportlab/pdfbase/pdfmetrics.py?cvsroot=reportlab
+#$Header: /tmp/reportlab/reportlab/pdfbase/pdfmetrics.py,v 1.14 2000/10/25 08:57:45 rgbecker Exp $
+__version__=''' $Id: pdfmetrics.py,v 1.14 2000/10/25 08:57:45 rgbecker Exp $ '''
__doc__="""This contains pre-canned text metrics for the PDFgen package, and may also
be used for any other PIDDLE back ends or packages which use the standard
Type 1 postscript fonts.