From cfdbb80d5d496a26cb508637d0ab837d2c7426d9 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 11 Aug 2005 19:06:20 +0000 Subject: [PATCH] add license header --- scripts/gajim-remote.py | 2 -- src/systraywin32.py | 27 +++++++++++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py index 5729c6112..591a6adff 100755 --- a/scripts/gajim-remote.py +++ b/scripts/gajim-remote.py @@ -10,8 +10,6 @@ exec python -OOt "$0" ${1+"$@"} ## - Nikos Kouremenos ## - Dimitur Kirov ## -## This file was initially written by Dimitur Kirov -## ## Copyright (C) 2003-2005 Gajim Team ## ## This program is free software; you can redistribute it and/or modify diff --git a/src/systraywin32.py b/src/systraywin32.py index 2f4cc88c1..af2d0ff11 100644 --- a/src/systraywin32.py +++ b/src/systraywin32.py @@ -1,6 +1,25 @@ -#gtkwin32.py -# code initially based on -# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/334779 +## src/systraywin32.py +## +## Gajim Team: +## - Yann Le Boulanger +## - Vincent Hanquez +## - Nikos Kouremenos +## - Dimitur Kirov +## +## code initially based on +## http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/334779 +## +## Copyright (C) 2003-2005 Gajim Team +## +## 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. +## __version__ = '1.01' @@ -286,4 +305,4 @@ class SystrayWin32(systray.Systray): label = _('Gajim - 1 unread message') else: label = 'Gajim' - self.tip.set_tip(self.t, label) \ No newline at end of file + self.tip.set_tip(self.t, label)