From 8bc9bc29ae92118d2d2abd288adee9072a98ecf5 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 15 Aug 2008 03:20:23 +0000 Subject: * Big headers review * Remove some licencing problems * To do: same for images * See #4200 --- src/gajim_themes_window.py | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'src/gajim_themes_window.py') diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py index 7de3e8338..9d522c314 100644 --- a/src/gajim_themes_window.py +++ b/src/gajim_themes_window.py @@ -1,19 +1,11 @@ -## gajim_themes_window.py +## src/gajim_themes_window.py ## -## Contributors for this file: -## - Yann Leboulanger -## - Nikos Kouremenos -## - Dimitur Kirov -## -## Copyright (C) 2003-2004 Yann Leboulanger -## Vincent Hanquez -## Copyright (C) 2005 Yann Leboulanger -## Vincent Hanquez -## Nikos Kouremenos -## Dimitur Kirov -## Travis Shirk -## Norman Rasmussen -## Copyright (C) 2007 Stephan Erb +## Copyright (C) 2003-2007 Yann Leboulanger +## Copyright (C) 2005-2006 Dimitur Kirov +## Nikos Kouremenos +## Copyright (C) 2006 Jean-Marie Traissard +## Copyright (C) 2007 Stephan Erb +## Copyright (C) 2008 Jonathan Schleifer ## ## This file is part of Gajim. ## @@ -23,11 +15,11 @@ ## ## Gajim 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 +## 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 Gajim. If not, see . +## along with Gajim. If not, see . ## import gtk @@ -403,4 +395,4 @@ class GajimThemesWindow: self._set_color(True, widget, 'state_muc_directed_msg_color') self.no_update = False -# vim: se ts=3: \ No newline at end of file +# vim: se ts=3: -- cgit v1.2.3