25 lines
		
	
	
	
		
			913 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			913 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: Makefile
 | |
| ===================================================================
 | |
| --- Makefile	(revision 4702)
 | |
| +++ Makefile	(working copy)
 | |
| @@ -88,7 +88,6 @@
 | |
|  		DST=`dirname "$$f"`; \
 | |
|  		cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
 | |
|  	done
 | |
| -	cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
 | |
| 	cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
 | |
|  	mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
 | |
|  	cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
 | |
| Index: src/dialogs.py
 | |
| ===================================================================
 | |
| --- src/dialogs.py	(revision 4702)
 | |
| +++ src/dialogs.py	(working copy)
 | |
| @@ -443,7 +443,7 @@
 | |
|  		dlg.set_version(gajim.version)
 | |
|  		s = u'Copyright \xa9 2003-2005 Gajim Team'
 | |
|  		dlg.set_copyright(s)
 | |
| -		text = open('../COPYING').read()
 | |
| +		text = open('/usr/share/common-licenses/GPL-2').read()
 | |
|  		dlg.set_license(text)
 | |
|  
 | |
|  		dlg.set_comments(_('A GTK jabber client'))
 |