From b28f22ac050252470300c9ad82c439c1b32fff0a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 15 Jun 2006 07:18:55 +0000 Subject: [PATCH] fix header in fuzzyclock.py --- src/common/fuzzyclock.py | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/src/common/fuzzyclock.py b/src/common/fuzzyclock.py index 3059ca114..c7e1f6732 100755 --- a/src/common/fuzzyclock.py +++ b/src/common/fuzzyclock.py @@ -1,21 +1,24 @@ -############################################################################ -# Copyright (C) 2005 by Christoph Neuroth # -# # -# This program is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 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 General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program; if not, write to the # -# Free Software Foundation, Inc., # -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -############################################################################ +## fuzzyclock.py +## +## Contributors for this file: +## +## - Yann Le Boulanger +## - Christoph Neuroth +## +## Copyright (C) 2006 Christoph Neuroth +## Yann Le Boulanger +## Dimitur Kirov +## Travis Shirk +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published +## by the Free Software Foundation; version 2 only. +## +## 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 General Public License for more details. +## ''' Python class to show a "fuzzy clock".