add license header
This commit is contained in:
		
							parent
							
								
									a39e1acab6
								
							
						
					
					
						commit
						cfdbb80d5d
					
				
					 2 changed files with 23 additions and 6 deletions
				
			
		| 
						 | 
					@ -10,8 +10,6 @@ exec python -OOt "$0" ${1+"$@"}
 | 
				
			||||||
##	- Nikos Kouremenos <kourem@gmail.com>
 | 
					##	- Nikos Kouremenos <kourem@gmail.com>
 | 
				
			||||||
##	- Dimitur Kirov <dkirov@gmail.com>
 | 
					##	- Dimitur Kirov <dkirov@gmail.com>
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
## This file was initially written by Dimitur Kirov
 | 
					 | 
				
			||||||
##
 | 
					 | 
				
			||||||
##	Copyright (C) 2003-2005 Gajim Team
 | 
					##	Copyright (C) 2003-2005 Gajim Team
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
## This program is free software; you can redistribute it and/or modify
 | 
					## This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,25 @@
 | 
				
			||||||
#gtkwin32.py
 | 
					## src/systraywin32.py
 | 
				
			||||||
# code initially based on 
 | 
					##
 | 
				
			||||||
# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/334779
 | 
					## Gajim Team:
 | 
				
			||||||
 | 
					##	- Yann Le Boulanger <asterix@lagaule.org>
 | 
				
			||||||
 | 
					##	- Vincent Hanquez <tab@snarc.org>
 | 
				
			||||||
 | 
					##	- Nikos Kouremenos <kourem@gmail.com>
 | 
				
			||||||
 | 
					##	- Dimitur Kirov <dkirov@gmail.com>
 | 
				
			||||||
 | 
					##
 | 
				
			||||||
 | 
					## 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'
 | 
					__version__ = '1.01'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue