Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@esquimaux.be>2008-08-15 07:20:23 +0400
committerJulien Pivotto <roidelapluie@esquimaux.be>2008-08-15 07:20:23 +0400
commit8bc9bc29ae92118d2d2abd288adee9072a98ecf5 (patch)
treed11618db009b15721a04c9c6fb35d5d0a0f93367 /src/profile_window.py
parent7944990a1b8b107e5c76831cd66ceed23d7c314d (diff)
* Big headers review
* Remove some licencing problems * To do: same for images * See #4200
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index 78bbfb561..7e95b914f 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -1,7 +1,9 @@
-## profile_window.py
+## src/profile_window.py
##
-## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org>
-## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
+## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org>
+## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
+## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
+## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
@@ -11,11 +13,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 <http://www.gnu.org/licenses/>.
+## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
# THIS FILE IS FOR **OUR** PROFILE (when we edit our INFO)
@@ -359,4 +361,4 @@ class ProfileWindow:
def on_cancel_button_clicked(self, widget):
self.window.destroy()
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: