]> granicus.if.org Git - python/commitdiff
r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 12 Nov 2005 15:28:52 +0000 (15:28 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 12 Nov 2005 15:28:52 +0000 (15:28 +0000)
 removed outdated copyright notices (etc)

Lib/lib-tk/tkColorChooser.py
Lib/lib-tk/tkCommonDialog.py
Lib/lib-tk/tkFont.py
Lib/lib-tk/tkMessageBox.py

index 64858d1a309a055dbab1bad73c1c1397614a4f44..a55a797dd498e9cd108470f41b22813e60c28c37 100644 (file)
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # tk common colour chooser dialogue
 #
 # this module provides an interface to the native color dialogue
index 6f2f1fa2f965ee6fa17cdac1bbf8ae89a8289c4d..2cd9be4eac0c8b20dae9ddb24933c62e538adcbd 100644 (file)
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # base class for tk common dialogues
 #
 # this module provides a base class for accessing the common
index afbc18917dbc6445ed316c0cc66e31ee7792ebdd..5b5a6ba36b7827e933038ac6c73b3c1ddb2fc431 100644 (file)
@@ -1,19 +1,10 @@
+# Tkinter font wrapper
 #
-# Tkinter
-# $Id$
-#
-# font wrapper
-#
-# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
+# written by Fredrik Lundh, February 1998
 #
 # FIXME: should add 'displayof' option where relevant (actual, families,
 #        measure, and metrics)
 #
-# Copyright (c) Secret Labs AB 1998.
-#
-# info@pythonware.com
-# http://www.pythonware.com
-#
 
 __version__ = "0.9"
 
index 8c94677a0772f9cd8cba23bb6d1574f419ba1a05..25071fe591a36d3202d15271a5e963d22bc5d144 100644 (file)
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # tk common message boxes
 #
 # this module provides an interface to the native message boxes