r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100

removed outdated copyright notices (etc)
This commit is contained in:
Fredrik Lundh 2005-11-12 15:28:52 +00:00
parent 0d89e351e1
commit d489398da9
4 changed files with 2 additions and 23 deletions

View file

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# tk common colour chooser dialogue # tk common colour chooser dialogue
# #
# this module provides an interface to the native color dialogue # this module provides an interface to the native color dialogue

View file

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# base class for tk common dialogues # base class for tk common dialogues
# #
# this module provides a base class for accessing the common # this module provides a base class for accessing the common

View file

@ -1,19 +1,10 @@
# Tkinter font wrapper
# #
# Tkinter # written by Fredrik Lundh, February 1998
# $Id$
#
# font wrapper
#
# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
# #
# FIXME: should add 'displayof' option where relevant (actual, families, # FIXME: should add 'displayof' option where relevant (actual, families,
# measure, and metrics) # measure, and metrics)
# #
# Copyright (c) Secret Labs AB 1998.
#
# info@pythonware.com
# http://www.pythonware.com
#
__version__ = "0.9" __version__ = "0.9"

View file

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# tk common message boxes # tk common message boxes
# #
# this module provides an interface to the native message boxes # this module provides an interface to the native message boxes