summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2005-11-12 15:28:52 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2005-11-12 15:28:52 (GMT)
commitd489398da9e0bd5c66a8512c35db7f7fdd7146d9 (patch)
tree3734f96fd0d1cfff6a6abed38696b9432ab219d1 /Lib/lib-tk
parent0d89e351e1c8347e592e68a6c3c3825fd19fb749 (diff)
downloadcpython-d489398da9e0bd5c66a8512c35db7f7fdd7146d9.zip
cpython-d489398da9e0bd5c66a8512c35db7f7fdd7146d9.tar.gz
cpython-d489398da9e0bd5c66a8512c35db7f7fdd7146d9.tar.bz2
r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100
removed outdated copyright notices (etc)
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r--Lib/lib-tk/tkColorChooser.py4
-rw-r--r--Lib/lib-tk/tkCommonDialog.py4
-rw-r--r--Lib/lib-tk/tkFont.py13
-rw-r--r--Lib/lib-tk/tkMessageBox.py4
4 files changed, 2 insertions, 23 deletions
diff --git a/Lib/lib-tk/tkColorChooser.py b/Lib/lib-tk/tkColorChooser.py
index 64858d1..a55a797 100644
--- a/Lib/lib-tk/tkColorChooser.py
+++ b/Lib/lib-tk/tkColorChooser.py
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
# tk common colour chooser dialogue
#
# this module provides an interface to the native color dialogue
diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/lib-tk/tkCommonDialog.py
index 6f2f1fa..2cd9be4 100644
--- a/Lib/lib-tk/tkCommonDialog.py
+++ b/Lib/lib-tk/tkCommonDialog.py
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common
diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py
index afbc189..5b5a6ba 100644
--- a/Lib/lib-tk/tkFont.py
+++ b/Lib/lib-tk/tkFont.py
@@ -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"
diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/lib-tk/tkMessageBox.py
index 8c94677..25071fe 100644
--- a/Lib/lib-tk/tkMessageBox.py
+++ b/Lib/lib-tk/tkMessageBox.py
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
# tk common message boxes
#
# this module provides an interface to the native message boxes