Revision 22407f95a65ee080c4c0d31e326d1f94e91fa5b3

rlaager at pidgin.im rlaager at pidgin.im
Wed Mar 21 05:02:00 EDT 2007


o   -----------------------------------------------------------------
|   Revision: 22407f95a65ee080c4c0d31e326d1f94e91fa5b3
|   Ancestor: 04ba35fa8d329867d15b2d511189adbdf4a1947c
|   Author: rlaager at pidgin.im
|   Date: 2007-03-21T09:00:54
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           finch/finch.c finch/finch.h finch/getopt.c finch/getopt.h
|           finch/getopt1.c finch/gntaccount.c finch/gntaccount.h
|           finch/gntblist.c finch/gntblist.h finch/gntconn.c
|           finch/gntconn.h finch/gntconv.c finch/gntconv.h
|           finch/gntdebug.c finch/gntdebug.h finch/gntft.c
|           finch/gntft.h finch/gntidle.c finch/gntidle.h
|           finch/gntnotify.c finch/gntnotify.h finch/gntplugin.c
|           finch/gntplugin.h finch/gntpounce.c finch/gntpounce.h
|           finch/gntprefs.c finch/gntprefs.h finch/gntrequest.c
|           finch/gntrequest.h finch/gntstatus.c finch/gntstatus.h
|           finch/gntui.c finch/gntui.h pidgin/getopt.c pidgin/getopt1.c
|           pidgin/gtkaccount.c pidgin/gtkaccount.h pidgin/gtkblist.c
|           pidgin/gtkblist.h pidgin/gtkcellrendererexpander.c
|           pidgin/gtkcellrendererprogress.c pidgin/gtkconn.c
|           pidgin/gtkconn.h pidgin/gtkconv.c pidgin/gtkconv.h
|           pidgin/gtkconvwin.h pidgin/gtkdebug.c pidgin/gtkdebug.h
|           pidgin/gtkdialogs.c pidgin/gtkdialogs.h
|           pidgin/gtkdnd-hints.c pidgin/gtkeventloop.c
|           pidgin/gtkeventloop.h pidgin/gtkft.c pidgin/gtkft.h
|           pidgin/gtkidle.c pidgin/gtkidle.h pidgin/gtkimhtml.c
|           pidgin/gtkimhtmltoolbar.c pidgin/gtklog.c pidgin/gtklog.h
|           pidgin/gtkmain.c pidgin/gtkmenutray.c pidgin/gtknickcolors.h
|           pidgin/gtknotify.c pidgin/gtknotify.h pidgin/gtkplugin.c
|           pidgin/gtkplugin.h pidgin/gtkpluginpref.c
|           pidgin/gtkpluginpref.h pidgin/gtkpounce.c pidgin/gtkpounce.h
|           pidgin/gtkprefs.c pidgin/gtkprefs.h pidgin/gtkprivacy.c
|           pidgin/gtkprivacy.h pidgin/gtkrequest.c pidgin/gtkrequest.h
|           pidgin/gtkroomlist.c pidgin/gtkroomlist.h
|           pidgin/gtksavedstatuses.c pidgin/gtksavedstatuses.h
|           pidgin/gtkscrollbook.c pidgin/gtkscrollbook.h
|           pidgin/gtksession.c pidgin/gtksession.h pidgin/gtksound.c
|           pidgin/gtksound.h pidgin/gtksourceiter.c
|           pidgin/gtkstatusbox.c pidgin/gtkstatusbox.h
|           pidgin/gtkthemes.h pidgin/gtkutils.c pidgin/gtkutils.h
|           pidgin/gtkwhiteboard.c pidgin/gtkwhiteboard.h
|           pidgin/pidgin.h pidgin/pidginstock.h
|           pidgin/plugins/extplacement.c pidgin/plugins/iconaway.c
|           pidgin/plugins/raw.c pidgin/plugins/spellchk.c
|           pidgin/win32/winpidgin.c pidgin/win32/wspell.c
|           pidgin/win32/wspell.h
|   
|   ChangeLog: 
|   
|   Re-sed the copyright notices so they don't all talk about Purple.
|   
|   ============================================================
|   --- finch/finch.c	182f6fa6a471c28f28791f5d642044e07f3a0f78
|   +++ finch/finch.c	85367a6269d7ffd8b7ec72104052b7250f1626bf
|   @@ -1,7 +1,7 @@
|    /**
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/finch.h	031ca7e9d06f830b5b0dc17e28b6d483623b242a
|   +++ finch/finch.h	8688ab4bcc4b98b69a2c5a1845cc8d6c18e8ce16
|   @@ -1,7 +1,7 @@
|    /**
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/getopt.c	305747664a09912b8cd81a08db495d3d92c3fc23
|   +++ finch/getopt.c	11e2e4aac7ed9a6da0f293e5b75ae5a3ae4027eb
|   @@ -1,9 +1,9 @@
|    /* Getopt for GNU.
|       NOTE: getopt is now part of the C library, so if you don't know what
|       "Keep this file name-space clean" means, talk to roland at gnu.ai.mit.edu
|       before changing it!
|    
|   -   Purple is the legal property of its developers, whose names are too numerous
|   +   Finch is the legal property of its developers, whose names are too numerous
|       to list here.  Please refer to the COPYRIGHT file distributed with this
|       source distribution.
|    
|   ============================================================
|   --- finch/getopt.h	81f5e56b1b0819562a7d7449b76e04d4cedb5a48
|   +++ finch/getopt.h	2bd035937b327772a6b217489f41b935dc8d7d93
|   @@ -1,10 +1,10 @@
|    /* Declarations for getopt.
|    
|       NOTE: getopt is now part of the C library, so if you don't know what
|       "Keep this file name-space clean" means, talk to roland at gnu.ai.mit.edu
|       before changing it!
|    
|   -   Purple is the legal property of its developers, whose names are too numerous
|   +   Finch is the legal property of its developers, whose names are too numerous
|       to list here.  Please refer to the COPYRIGHT file distributed with this
|       source distribution.
|    
|   ============================================================
|   --- finch/getopt1.c	6d4969141e88c8754b5f46dd976e7decf682964b
|   +++ finch/getopt1.c	88d90e132d490de12dcafd3876dc88ca70287f3c
|   @@ -1,5 +1,5 @@
|    /* getopt_long and getopt_long_only entry points for GNU getopt.
|   -   Purple is the legal property of its developers, whose names are too numerous
|   +   Finch is the legal property of its developers, whose names are too numerous
|       to list here.  Please refer to the COPYRIGHT file distributed with this
|       source distribution.
|    
|   ============================================================
|   --- finch/gntaccount.c	69a5600ae48516fd70862515c0599b372966d4d6
|   +++ finch/gntaccount.c	1202202eec975e6d91c27075d45caadea2f48c4b
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntaccount.c GNT Account API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntaccount.h	c699bcef5399b60206d692f6ffc1ac36f301a198
|   +++ finch/gntaccount.h	39214d99d6bb09117b7dd2ccf089b5e3b62e4718
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntaccount.h GNT Account API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntblist.c	36decfcb5c489399aa2977a88dc77e2d6ea2c966
|   +++ finch/gntblist.c	645924939f28c45ee47bc076c007eab9d4247e85
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntblist.c GNT BuddyList API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntblist.h	0f6dc843757e5cea109bdeca6544fa47d7adff61
|   +++ finch/gntblist.h	478eae692a006c43f67f20b84ca17c55dcf2e9b0
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntblist.h GNT BuddyList API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntconn.c	731e9190f8df3fa4726ab0589388b7872087c047
|   +++ finch/gntconn.c	218699aa79a0db4ee3ccdfe2588b914a6b5bdac0
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntconn.c GNT Connection API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntconn.h	08e42dddf35029c00808870da3b6d34e609cc3f4
|   +++ finch/gntconn.h	2e17c4a4d11e7245e7e9c2dad3fa5642907e632f
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntconn.h GNT Connection API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntconv.c	c07ae7feecd3665cea070e91e6083388f55b7274
|   +++ finch/gntconv.c	3b1174855a71f596d5aeda08660a6c158e859e96
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntconv.c GNT Conversation API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntconv.h	be6ca4dfda73ef2bcbe9d43c1d4904dc163c101b
|   +++ finch/gntconv.h	8e0af635dc50468dda2a71793533232d0db1ff6d
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntconv.h GNT Conversation API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntdebug.c	15dc828a15a4107ecffa7ab81415f3c05dbb9d71
|   +++ finch/gntdebug.c	4bc6f0ba9624589a087586b26ec5aae164313f29
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntdebug.c GNT Debug API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntdebug.h	93d5e9183ecf613feb049bb26a06609df6c93400
|   +++ finch/gntdebug.h	6ea14ad686e996a2a6dba648575363660e13d84f
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntdebug.h GNT Debug API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntft.c	631eef9c6e3f2e87d5f2740d3417a6990f6dd2b2
|   +++ finch/gntft.c	1b0b57c57b038563c6fe77e20f05645002393d4e
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntft.c GNT File Transfer UI
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntft.h	c8a4a3096cf06b296e6e80c362730b2b28ecc183
|   +++ finch/gntft.h	06011eaca8a4f6f8b8da3c9fda520e9e0e7eff5a
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntft.h GNT File Transfer UI
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntidle.c	4641d15d263a07122fedd0edb9780242d866a2e9
|   +++ finch/gntidle.c	9af13e114ba1ba63d6fdcc7a30c4088770c1be92
|   @@ -1,7 +1,7 @@
|    /*
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntidle.h	cc83669507e4e1b3cef08685b4ee0c1f8b73c570
|   +++ finch/gntidle.h	b9c1cd0d79e18b0c11fec467ecd2185faf54367e
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gntidle.h GNT Idle API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- finch/gntnotify.c	fdaea7779a027f818158200ed609093d95cac2b0
|   +++ finch/gntnotify.c	f3ebe1def442b56f7d52b39185778e5f3fe23ef5
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntnotify.c GNT Notify API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntnotify.h	cab996db119ecb3d7817ba1159f7a18174354352
|   +++ finch/gntnotify.h	cccf698c4d6638bcaa7a80caca909d0d0e51a4e8
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntnotify.h GNT Notify API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntplugin.c	175beeb4ff555f55a49aef05572e90f010e119fc
|   +++ finch/gntplugin.c	eab363912092a8918214263aa7d03ef37ef7e1e8
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntplugin.c GNT Plugins API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntplugin.h	a08fed4e51a720539d9b7982883058c044c6efad
|   +++ finch/gntplugin.h	23770f1918086f2c2b01b4d37deedbf1a8266f10
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntplugin.h GNT Plugins API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntpounce.c	ea8f8bff7f2561eb27ee33c33e02103c8ca56b0a
|   +++ finch/gntpounce.c	b7321365e321c647dbd67dbee670dd95e1125010
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntpounce.c GNT Buddy Pounce API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntpounce.h	cfabd26ea6f68cf5e7db2fe29a3ca59ebb5f6da8
|   +++ finch/gntpounce.h	88a4d3b2dff5fdd46bc1daa658c482598146185c
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntpounce.h GNT Buddy Pounce API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntprefs.c	57f9140657a4d2c2f2f396eab773a46479f15d2c
|   +++ finch/gntprefs.c	77fc69a03183255cef2ce08f3692199bd80af92b
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntprefs.c GNT Preferences API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntprefs.h	4e70316646555f41f917ee546828254d791d55a1
|   +++ finch/gntprefs.h	302abb8964b9b68b907f429eab2f25affcd53444
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntprefs.h GNT Preferences API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntrequest.c	bca60696cf91c487a204237b474459a8a62320b4
|   +++ finch/gntrequest.c	c6f9322d6cbe66f46eca21e2311e9415f50aead7
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntrequest.c GNT Request API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntrequest.h	477b35d4dc33ebb63c0acfc4bfbc8303769854aa
|   +++ finch/gntrequest.h	df7b0b414d381225d60a649e91271c79dd2cbe09
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntrequest.h GNT Request API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntstatus.c	5e0705b95c80c99291428b08db57564b17ee69f3
|   +++ finch/gntstatus.c	d976affeb7d4f9acfb274ab2a25d26fd126807e8
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntstatus.c GNT Status API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntstatus.h	405787e15d7c61eb9f93f4b10624c62ade7a0a06
|   +++ finch/gntstatus.h	3cd324538c406bba84b19d95ef9953195f9b03ec
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gntstatus.h GNT Status API
|     * @ingroup gntui
|     *
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntui.c	2aed05879da78f7de5836905faf6cd140a26db2c
|   +++ finch/gntui.c	6d5557458305cd26244cdd12921b0f3cb9235d61
|   @@ -1,7 +1,7 @@
|    /**
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- finch/gntui.h	090ffc59ec853f20f9f4d59fe3e982f743cc4cc0
|   +++ finch/gntui.h	b638da1d16d2b06be2c2e375dcc3f7a29ff54de7
|   @@ -1,7 +1,7 @@
|    /**
|   - * purple
|   + * finch
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Finch is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/getopt.c	305747664a09912b8cd81a08db495d3d92c3fc23
|   +++ pidgin/getopt.c	152f19b4d715cdda7842748316f574e11faf46f3
|   @@ -1,9 +1,9 @@
|    /* Getopt for GNU.
|       NOTE: getopt is now part of the C library, so if you don't know what
|       "Keep this file name-space clean" means, talk to roland at gnu.ai.mit.edu
|       before changing it!
|    
|   -   Purple is the legal property of its developers, whose names are too numerous
|   +   Pidgin is the legal property of its developers, whose names are too numerous
|       to list here.  Please refer to the COPYRIGHT file distributed with this
|       source distribution.
|    
|   ============================================================
|   --- pidgin/getopt1.c	6d4969141e88c8754b5f46dd976e7decf682964b
|   +++ pidgin/getopt1.c	246f4d9044276ff210d66ffa14908cd102825aa5
|   @@ -1,5 +1,5 @@
|    /* getopt_long and getopt_long_only entry points for GNU getopt.
|   -   Purple is the legal property of its developers, whose names are too numerous
|   +   Pidgin is the legal property of its developers, whose names are too numerous
|       to list here.  Please refer to the COPYRIGHT file distributed with this
|       source distribution.
|    
|   ============================================================
|   --- pidgin/gtkaccount.c	98b54f4b6bd5a7cb9e699444fd159e429177ebfa
|   +++ pidgin/gtkaccount.c	bdb24023b99d8272e097190f59660d1dd00a08fa
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkaccount.c GTK+ Account Editor UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkaccount.h	9979800164f5efa98b20b2252349c5347f13144b
|   +++ pidgin/gtkaccount.h	1688c0c7a15926e38db93af8404ebcf610bf3ee7
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkaccount.h GTK+ Account Editor UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkblist.c	4404f0e231a4e1c0065939403549b95f727ece56
|   +++ pidgin/gtkblist.c	701cf65517da75cedf0ea9cd72de5de9987e0196
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkblist.c GTK+ BuddyList API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkblist.h	25976d20a4ad7330d80558122623931a5289c1d3
|   +++ pidgin/gtkblist.h	fa94d82e3c985ca1240bd8f758b0a27423ece052
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkblist.h GTK+ Buddy List API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkcellrendererexpander.c	5ab8b2e9187a1c66bbb4c94cf657bc7d9536ee1d
|   +++ pidgin/gtkcellrendererexpander.c	3a58fe6d7420e7e23592665140341fe33acb82fd
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkcellrendererexpander.c GTK+ Cell Renderer Expander
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkcellrendererprogress.c	942371b99f16f50c88bb2f007a525a87b142b897
|   +++ pidgin/gtkcellrendererprogress.c	d8c29c22db84e65b22d758d2f0325c3643b4c37b
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkcellrendererprogress.c GTK+ Cell Renderer Progress
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkconn.c	b9e46abec0f5131661f126ed077a32b18edd13ea
|   +++ pidgin/gtkconn.c	74731bfe2bde9e5720a02dd578840775317d53e5
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkconn.c GTK+ Connection API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkconn.h	0eb45b13de043c46ea252763fcf3a338d41e6461
|   +++ pidgin/gtkconn.h	f099223e84928ee9e96b1c72ae7341a87832b65b
|   @@ -1,7 +1,7 @@
|    /**
|     * @file gtkconn.h GTK+ Connection API
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkconv.c	538930414f885bb77fac5d125e635a37aa1ae747
|   +++ pidgin/gtkconv.c	799d11d64aea5ba1ba85e97f3debe2287cffbccb
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkconv.c GTK+ Conversation API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   @@ -7043,9 +7043,9 @@ pidgin_conversations_uninit(void)
|     * @file gtkconvwin.c GTK+ Conversation Window API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkconv.h	5d8b8039f00e521d6a36fe7ca0358083021b9a0e
|   +++ pidgin/gtkconv.h	62842346715d618fb5cd700cf66595bdc02a4e62
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkconv.h GTK+ Conversation API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkconvwin.h	98e476d5dd5710c5800492eb0318ed1f7a2d41d2
|   +++ pidgin/gtkconvwin.h	09614e6dad7a7426a1a9c002aa4ab844a5d13f18
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkconvwin.h GTK+ Conversation Window API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkdebug.c	fd4b77c030e1377db22f0e0cffb6e6b2f53e34ce
|   +++ pidgin/gtkdebug.c	32b11f4028502fc9383ccc841a6897fa2fd464d7
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkdebug.c GTK+ Debug API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkdebug.h	987fc9b9bac5a88cf6502ad5c4de8e400af2aa70
|   +++ pidgin/gtkdebug.h	341d7d82c5b1da8939eea2c94a605bf90ab5efaa
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkdebug.h GTK+ Debug API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkdialogs.c	1ade47694fba4ff612163f500439d880955505c5
|   +++ pidgin/gtkdialogs.c	e7733618114d374f5b27286912e9c23c1e79f5d7
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkdialogs.c GTK+ Dialogs
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkdialogs.h	b2e3e5cf22c71d2eef33b17612c1c45db5e4be34
|   +++ pidgin/gtkdialogs.h	67d0a0ecf299d509c2f3c18f77c54b287e982600
|   @@ -1,7 +1,7 @@
|    /**
|     * @defgroup gtkui GTK+ User Interface
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkdnd-hints.c	999b7737ad2782622832924171501675de0be4e8
|   +++ pidgin/gtkdnd-hints.c	90634298bcee4e85497c864f8ff146af92f66b82
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkdnd-hints.c GTK+ Drag-and-Drop arrow hints
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkeventloop.c	e8cc9aea777f7a88ab5c1bcb0d6933739b1aeefb
|   +++ pidgin/gtkeventloop.c	c02d1ae7694c29af87a41020d827b94612826788
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtk_eventloop.c Purple Event Loop API (gtk implementation)
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkeventloop.h	b973800a546e513646d44551df6794c65e7b5c19
|   +++ pidgin/gtkeventloop.h	cd27caf8884f12383e42a16ac05349c162449872
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkeventloop.h Pidgin GTK+ Event Loop Implementation
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkft.c	d5d9fc178dffbd00e45d396283c9b1feb20312db
|   +++ pidgin/gtkft.c	45ab90960239aa38985da58a009b33bd8cbdc4dd
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkft.c GTK+ File Transfer UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkft.h	3c8ca711bf418777848a494a129d859b0b101dcf
|   +++ pidgin/gtkft.h	4792481a29cd5fdb37a18a66d58d41b2337f9600
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkft.h GTK+ File Transfer UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkidle.c	a7208b363019b89bdee168d92e8e3a6bb12ee55e
|   +++ pidgin/gtkidle.c	11bb40bc45e03dfa235c8e1809e03d851764e70d
|   @@ -1,7 +1,7 @@
|    /*
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkidle.h	2add4823482eb4bdb4a0dee7c29ef6c465b6ba94
|   +++ pidgin/gtkidle.h	bd5e929c3273eaecc98e1045ea9313c80d25d173
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkidle.h GTK+ Idle API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkimhtml.c	b1b9e9d66555e7194cb860cbe71cec8a34effbe0
|   +++ pidgin/gtkimhtml.c	b7f02ee68793f961dfb26423a8ddf271125931b1
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkimhtml.c GTK+ IMHtml
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkimhtmltoolbar.c	5b465b4723fe2a68d4bc53ca275d88f9cc8c70e1
|   +++ pidgin/gtkimhtmltoolbar.c	5e4a950d94be8c7a8dbddf56c03d8ae954d12a2e
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkimhtmltoolbar.c GTK+ IMHtml Toolbar
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtklog.c	93b70237004c9998a7d6450c5a8572a5a2152465
|   +++ pidgin/gtklog.c	e8f3945b38eaebfb8a058babee45e1c130b81344
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtklog.c GTK+ Log viewer
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtklog.h	6439461b10e4da22a0b7efcd5b8c8b2c0060f5bb
|   +++ pidgin/gtklog.h	ba637cc011a14d6be7758998e0e892fea54212a5
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtklog.h GTK+ Log viewer
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkmain.c	791e18aac5516c5e0b70f992801255956b1a8f3f
|   +++ pidgin/gtkmain.c	b13a7facca9f5611cc228e5bfe59f2abf3456dc2
|   @@ -1,7 +1,7 @@
|    /*
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkmenutray.c	a923cb62ac1eabe88f06126fc7a2040a922b645f
|   +++ pidgin/gtkmenutray.c	2e7e01757db40538b65f457f6017ffc8c0b5fd91
|   @@ -1,5 +1,5 @@
|    /*
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtknickcolors.h	48dfa7562a8e84d734f8c19f7613d9c6a0595254
|   +++ pidgin/gtknickcolors.h	cabbd0460bf23a4fcbe2a1e345579e6ad64b5a71
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtknickcolors.h GTK+ Conversation API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|   ============================================================
|   --- pidgin/gtknotify.c	a7b033f574d525ede8fe933cd87e4d23275ed942
|   +++ pidgin/gtknotify.c	55d5aae296f26c415da18e63a3304f22b0aabdfd
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtknotify.c GTK+ Notification API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtknotify.h	16ff376d7cab4531511dd70da20e9d1d5844f5cb
|   +++ pidgin/gtknotify.h	92d5a7ad82fda0da04b2cc8b14d2e5a025cbb8df
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtknotify.h GTK+ Notification API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkplugin.c	b1d4ef0272ab528b9898ae3113d5074247689537
|   +++ pidgin/gtkplugin.c	ddbd9cf86970b7fe496c555ec049afa009b3fe38
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkplugin.c GTK+ Plugins support
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkplugin.h	5e95475702cb9756a7c41f040039913cd8696be2
|   +++ pidgin/gtkplugin.h	1bc875769e9815b2b500d8f23ba80a2d41977523
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkplugin.h GTK+ Plugin API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkpluginpref.c	2482eddcaaa59ffd5653f929a6470cdbe51964fc
|   +++ pidgin/gtkpluginpref.c	a73e07f7ece7fb72aa25c006dd887c07ca89a9bf
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkpluginpref.c GTK+ Plugin preferences
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkpluginpref.h	bfcc755164c93cdfd56b5880e652bb717d106e0d
|   +++ pidgin/gtkpluginpref.h	cd283798278eecb0b78f936a7ddd1ff8231893fc
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkpluginpref.h GTK+ Plugin Preferences
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkpounce.c	3a3d3916fbb9803e5c8f758c8181e6ff37ace5cc
|   +++ pidgin/gtkpounce.c	f0a43d50e17549e1f907eb9deb248a4bbaf9d6fd
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkpounce.c GTK+ Buddy Pounce API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkpounce.h	026f66e5869ca01c04e7f1374f0e717a00f4b69c
|   +++ pidgin/gtkpounce.h	31d75679513d825674404d06e7bcdf7f0bd66073
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkpounce.h GTK+ Buddy Pounce API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkprefs.c	3eab675ddf486cd3cc66890abd3b8dbd4025b9e8
|   +++ pidgin/gtkprefs.c	389644897ba6b67602513036114df237cd103121
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkprefs.c GTK+ Preferences
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkprefs.h	cf08d326e36e258beb2fde126e368cd2b6d7f119
|   +++ pidgin/gtkprefs.h	0b91d2c319c6a6fa2ab2f7ee52f5f839f084f952
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkprefs.h GTK+ Preferences
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkprivacy.c	1eaa3be391fb577e59488b8fb042826812011645
|   +++ pidgin/gtkprivacy.c	1ff33b23ce190b405c0b9de1f99043ca11d2a5f6
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkprivacy.c GTK+ Privacy UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkprivacy.h	4859acac444a438238b8dacf557272b337502e3a
|   +++ pidgin/gtkprivacy.h	a0d5779eb50c5ef86f235e0bfbe69919a7ebcbd9
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkprivacy.h GTK+ Privacy UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkrequest.c	b74742f6ce9a9178401b5d99ca96bb78b0ee1b1c
|   +++ pidgin/gtkrequest.c	c0c749ca0f9ab0fc4a2a3bd147af2e4ac8a302cb
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkrequest.c GTK+ Request API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkrequest.h	80b63e771cea1cc13a1f638d1480acf4fe2119e5
|   +++ pidgin/gtkrequest.h	342f8e72ed3823e7b37dabada30ed3fb83b05177
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkrequest.h GTK+ Request API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkroomlist.c	77d1fc6f0a2f6dc4b1a915bdd1f685cb2d1c4175
|   +++ pidgin/gtkroomlist.c	afb2e403147f4a0de0bc19beb5ef93ca23047fac
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkroomlist.c GTK+ Room List UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkroomlist.h	34db3c03f9594b004554aabe1a5910b0e0c2eecc
|   +++ pidgin/gtkroomlist.h	0631e693f3087f939a95231eeecaf55e18daa011
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkroomlist.h GTK+ Room List UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtksavedstatuses.c	d42e6f9c759b254ae6469329889fd5723b79effc
|   +++ pidgin/gtksavedstatuses.c	e58c9ca24415e3077f6001e209451a249c265cc3
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtksavedstatus.c GTK+ Saved Status Editor UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtksavedstatuses.h	515ab1870a07cf5db143becfcca890802dde67dc
|   +++ pidgin/gtksavedstatuses.h	79b97f0d1f5ed5efdfa06b54198c815c96dc0771
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtksavedstatuses.h GTK+ Saved Status Editor UI
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkscrollbook.c	7218c3d981f73117bb596603ac698cb2ec8b6684
|   +++ pidgin/gtkscrollbook.c	dde98832db18261dbfa59dcda2b22f9c4b30ccdc
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkscrollbook.c GTK+ Scrolling notebook widget 
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkscrollbook.h	7ee7962483aebbebc59f9863e0c1484b3c69c76e
|   +++ pidgin/gtkscrollbook.h	c4ee99b3c1f026925ee544fb1b18fdb0e83b93b3
|   @@ -1,8 +1,8 @@
|    /*
|     * @file gtkscrollbook  GTK+ Scrolling notebook Widget
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtksession.c	d4c569f53f74db7afffab47ab7fc4798d9c4087f
|   +++ pidgin/gtksession.c	5d5ef9d51ca26bfbc58667b0193fbb2d6a455728
|   @@ -1,8 +1,8 @@
|    /*
|     * @file gtksession.c X Windows session management API
|     * @ingroup gtkui
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtksession.h	b77613fee05ab3b44c99a7ceafd2e3af0bb18630
|   +++ pidgin/gtksession.h	a5490a8d5acef2797636a6bb2012d58f8b082572
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtksession.h X Windows session management API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtksound.c	10436012dcd2b3446ade135b68a85bfbb054fde8
|   +++ pidgin/gtksound.c	819e7761ffffb3265dde17605b2f367eb0609227
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtksound.c GTK+ Sound
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtksound.h	0a1f5068b8f592dfbb07c55f78010347e1b721e4
|   +++ pidgin/gtksound.h	1695d0ca73cdd2b1614beba0863e7fce4096fd34
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtksound.h GTK+ Sound API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtksourceiter.c	5c410f3bba902bbdd9ee4457fbc3a6ac6a443f83
|   +++ pidgin/gtksourceiter.c	ff1e1ae088f88edae7c9ae6435e192e2b3bf9af3
|   @@ -1,7 +1,7 @@
|    /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- 
|     *  gtksourceiter.c
|     *
|   - *  Purple is the legal property of its developers, whose names are too numerous
|   + *  Pidgin is the legal property of its developers, whose names are too numerous
|     *  to list here.  Please refer to the COPYRIGHT file distributed with this
|     *  source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkstatusbox.c	5ac94fa25f1d521598dfaa0f30a933ecd673164f
|   +++ pidgin/gtkstatusbox.c	9a99e05f90dda01e5123e0383118e13cb90cee75
|   @@ -1,10 +1,10 @@
|    /*
|     * @file gtkstatusbox.c GTK+ Status Selection Widget
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkstatusbox.h	46bc27ac85dd901aa252c142753710bf0148b911
|   +++ pidgin/gtkstatusbox.h	5f981de3f8e575e95063bceee7874eb0696bb4d4
|   @@ -1,8 +1,8 @@
|    /*
|     * @file gtkstatusbox.c GTK+ Status Selection Widget
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkthemes.h	d3237916a917fd47908ed405816405cbb6de58d1
|   +++ pidgin/gtkthemes.h	52102032347e3ea8027342b3447a1a95e4a3eb90
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkthemes.h GTK+ Smiley Theme API
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkutils.c	d0dcf9781b0bdafffc603d243f863488664937de
|   +++ pidgin/gtkutils.c	0f28d896edbf234173b46cd2ca720ac3200fedc9
|   @@ -1,10 +1,10 @@
|    /**
|     * @file gtkutils.c GTK+ utility functions
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkutils.h	1878fea3b2b8afd937a10015693588a1e1e11f4f
|   +++ pidgin/gtkutils.h	eb020d784ced34bd9664b927239a8f331ec05bb7
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkutils.h GTK+ utility functions
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/gtkwhiteboard.c	863c846403ff0f6577002aa3994ec6c063e1a13e
|   +++ pidgin/gtkwhiteboard.c	126bb044ec2b271105715bb1b33751a927ad9634
|   @@ -1,7 +1,7 @@
|    /*
|   - * purple
|   + * pidgin
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/gtkwhiteboard.h	2bbe4255ba103325cf9079922923d81880cc7197
|   +++ pidgin/gtkwhiteboard.h	45913064aa15b1902393e4ee92a957e0f68fe6fe
|   @@ -1,7 +1,7 @@
|    /**
|     * @file gtkwhiteboard.h The PidginWhiteboard frontend object
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/pidgin.h	e0e19d4b5c876bbdb6f8717dc288179ec4f3710d
|   +++ pidgin/pidgin.h	8599502a4267b906b380b5b554e7b4441890cca9
|   @@ -1,8 +1,8 @@
|    /**
|     * @file pidgin.h UI definitions and includes
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/pidginstock.h	c24b53a81daf102fc7cf9376bed84e92750dc82a
|   +++ pidgin/pidginstock.h	f9f8f02641576315c2e44fcbd6d10224456abee3
|   @@ -1,8 +1,8 @@
|    /**
|     * @file gtkstock.h GTK+ Stock resources
|     * @ingroup gtkui
|     *
|   - * purple
|   + * pidgin
|     *
|     * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|   ============================================================
|   --- pidgin/plugins/extplacement.c	b967a71a37ffce1613398f841c516ffa7fc50081
|   +++ pidgin/plugins/extplacement.c	5201f054b8dbe4247f18a7ffce2156b7584f0c4f
|   @@ -1,7 +1,7 @@
|    /*
|     * Extra conversation placement options for Purple
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/plugins/iconaway.c	f94cbd7c71ed9a7fb85531c008472294887662dc
|   +++ pidgin/plugins/iconaway.c	cc7bf06ae7995e187429acbe3d8d949a6bb571bc
|   @@ -1,6 +1,6 @@
|    /* purple
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/plugins/raw.c	1310d30b48a5ac00ff3b83731d1252959375d1f2
|   +++ pidgin/plugins/raw.c	784729444aa24ecaf58352487efb79e27e52b98d
|   @@ -1,7 +1,7 @@
|    /*
|     * Purple - Send raw data across the connections of some protocols.
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/plugins/spellchk.c	f157bedf39610537f7f4d9be117039afb4c1a8c2
|   +++ pidgin/plugins/spellchk.c	d8accdf574851b91888fb23f6cb19e53afdd6892
|   @@ -5,7 +5,7 @@
|     * Richard Laager ("rlaager") in April 2005--you may want to contact
|     * them if you have questions.
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/win32/winpidgin.c	b8bb4c47b22cc553c2b0912c8eca8f0fa8f7b593
|   +++ pidgin/win32/winpidgin.c	a05de46341bf3d1f006535d45d9bc2af6b749860
|   @@ -5,7 +5,7 @@
|     *  Description: Entry point for win32 pidgin, and various win32 dependant
|     *  routines.
|     *
|   - * Purple is the legal property of its developers, whose names are too numerous
|   + * Pidgin is the legal property of its developers, whose names are too numerous
|     * to list here.  Please refer to the COPYRIGHT file distributed with this
|     * source distribution.
|     *
|   ============================================================
|   --- pidgin/win32/wspell.c	169f8ae5535664299837ff933b78c0ae38469ab1
|   +++ pidgin/win32/wspell.c	d750bef4d69da14f909e539c11493903aaf3e3d7
|   @@ -1,5 +1,5 @@
|    /*
|   - * purple
|   + * pidgin
|     *
|     * File: wspell.c
|     * Date: March, 2003
|   ============================================================
|   --- pidgin/win32/wspell.h	c52546548c2ca3e5405a31a869aa6b5a8effd2b5
|   +++ pidgin/win32/wspell.h	96f7c2a64d1168d17e2d2a04734f68fde5f23919
|   @@ -1,5 +1,5 @@
|    /*
|   - * purple
|   + * pidgin
|     *
|     * File: wspell.h
|     *

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 22407f95a65ee080c4c0d31e326d1f94e91fa5b3


More information about the Commits mailing list