Changeset 9123 for branches/pep/src/atom_window.py
- Timestamp:
- 12/12/07 09:44:46 (12 months ago)
- Files:
-
- 1 modified
-
branches/pep/src/atom_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/src/atom_window.py
r7848 r9123 4 4 ## one from pubsub.com. 5 5 ## 6 ## Copyright (C) 2006-2007 Yann Le Boulanger <asterix@lagaule.org>6 ## Copyright (C) 2006-2007 Yann Leboulanger <asterix@lagaule.org> 7 7 ## Copyright (C) 2007 Nikos Kouremenos <kourem@gmail.com> 8 8 ## Copyright (C) 2006-2007 Liori (I think) put ur self here please 9 9 ## 10 ## This program is free software; you can redistribute it and/or modify 10 ## This file is part of Gajim. 11 ## 12 ## Gajim is free software; you can redistribute it and/or modify 11 13 ## it under the terms of the GNU General Public License as published 12 ## by the Free Software Foundation; version 2only.14 ## by the Free Software Foundation; version 3 only. 13 15 ## 14 ## This program is distributed in the hope that it will be useful,16 ## Gajim is distributed in the hope that it will be useful, 15 17 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 16 18 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 19 ## GNU General Public License for more details. 20 ## 21 ## You should have received a copy of the GNU General Public License 22 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 18 23 ## 19 24
