26 lines
		
	
	
	
		
			931 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			931 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: Makefile
 | 
						|
===================================================================
 | 
						|
--- Makefile	(revision 4702)
 | 
						|
+++ Makefile	(working copy)
 | 
						|
@@ -87,7 +87,6 @@
 | 
						|
 			mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \
 | 
						|
 		fi; \
 | 
						|
 	done
 | 
						|
 	${MAKE} -C po install PREFIX=$(PREFIX)
 | 
						|
-	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'))
 |