# HG changeset patch # User Richard Laager # Date 1189965833 0 # Node ID 723b5a2f91cef40c9173a9b3c17dec0382d0ffa1 # Parent 8b8effa59cc6d0794cd2a32dca3b1d21bfa9300e# Parent 44b4e8bd759bdc3895223adedf427b565d8bcbd6 explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e' and '791472752b3aab532e7fd551baa49e6e74a4cfe7' diff -r 8b8effa59cc6 -r 723b5a2f91ce COPYING --- a/COPYING Sun Sep 16 18:03:41 2007 +0000 +++ b/COPYING Sun Sep 16 18:03:53 2007 +0000 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Also add information on how to contact you by electronic and paper mail. diff -r 8b8effa59cc6 -r 723b5a2f91ce doc/finch.1.in --- a/doc/finch.1.in Sun Sep 16 18:03:41 2007 +0000 +++ b/doc/finch.1.in Sun Sep 16 18:03:53 2007 +0000 @@ -494,7 +494,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA .SH AUTHORS Sadrul Habib Chowdhury <\fIsadrul@users.sourceforge.net\fR> diff -r 8b8effa59cc6 -r 723b5a2f91ce doc/pidgin.1.in --- a/doc/pidgin.1.in Sun Sep 16 18:03:41 2007 +0000 +++ b/doc/pidgin.1.in Sun Sep 16 18:03:53 2007 +0000 @@ -526,7 +526,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA .SH AUTHORS Pidgin's active developers are: diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/finch.c --- a/finch/finch.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/finch.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/finch.h --- a/finch/finch.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/finch.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntaccount.c --- a/finch/gntaccount.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntaccount.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntaccount.h --- a/finch/gntaccount.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntaccount.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_ACCOUNT_H #define _GNT_ACCOUNT_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntblist.c --- a/finch/gntblist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntblist.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntblist.h --- a/finch/gntblist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntblist.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_BLIST_H #define _GNT_BLIST_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntcertmgr.c --- a/finch/gntcertmgr.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntcertmgr.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntcertmgr.h --- a/finch/gntcertmgr.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntcertmgr.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _GNT_CERTMGR_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntconn.c --- a/finch/gntconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntconn.h --- a/finch/gntconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_CONN_H #define _GNT_CONN_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntconv.c --- a/finch/gntconv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntconv.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntconv.h --- a/finch/gntconv.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntconv.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_CONV_H #define _GNT_CONV_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntdebug.c --- a/finch/gntdebug.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntdebug.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntdebug.h --- a/finch/gntdebug.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntdebug.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_DEBUG_H #define _GNT_DEBUG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntft.c --- a/finch/gntft.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntft.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntft.h --- a/finch/gntft.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntft.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _FINCHFT_H_ #define _FINCHFT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntidle.c --- a/finch/gntidle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntidle.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntidle.h --- a/finch/gntidle.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntidle.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_IDLE_H_ #define _GNT_IDLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntnotify.c --- a/finch/gntnotify.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntnotify.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntnotify.h --- a/finch/gntnotify.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntnotify.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_NOTIFY_H #define _GNT_NOTIFY_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntplugin.c --- a/finch/gntplugin.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntplugin.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntplugin.h --- a/finch/gntplugin.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntplugin.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_PLUGIN_H #define _GNT_PLUGIN_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntpounce.c --- a/finch/gntpounce.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntpounce.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntpounce.h --- a/finch/gntpounce.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntpounce.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _FINCHPOUNCE_H_ #define _FINCHPOUNCE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntprefs.c --- a/finch/gntprefs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntprefs.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntprefs.h --- a/finch/gntprefs.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntprefs.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_PREFS_H #define _GNT_PREFS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntrequest.c --- a/finch/gntrequest.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntrequest.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntrequest.h --- a/finch/gntrequest.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntrequest.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_REQUEST_H #define _GNT_REQUEST_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntsound.c --- a/finch/gntsound.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntsound.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "finch.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntsound.h --- a/finch/gntsound.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntsound.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_SOUND_H #define _GNT_SOUND_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntstatus.c --- a/finch/gntstatus.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntstatus.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntstatus.h --- a/finch/gntstatus.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntstatus.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_STATUS_H #define _GNT_STATUS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntui.c --- a/finch/gntui.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntui.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/gntui.h --- a/finch/gntui.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/gntui.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GNT_UI_H #define _GNT_UI_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/COPYING --- a/finch/libgnt/COPYING Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/COPYING Sun Sep 16 18:03:53 2007 +0000 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Also add information on how to contact you by electronic and paper mail. diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnt-skel.c --- a/finch/libgnt/gnt-skel.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnt-skel.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gnt-skel.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnt-skel.h --- a/finch/libgnt/gnt-skel.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnt-skel.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_SKEL_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnt.h --- a/finch/libgnt/gnt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnt.h Sun Sep 16 18:03:53 2007 +0000 @@ -27,7 +27,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbindable.c --- a/finch/libgnt/gntbindable.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbindable.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbindable.h --- a/finch/libgnt/gntbindable.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbindable.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_BINDABLE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbox.c --- a/finch/libgnt/gntbox.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbox.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntbox.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbox.h --- a/finch/libgnt/gntbox.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbox.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_BOX_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbutton.c --- a/finch/libgnt/gntbutton.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbutton.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntbutton.h --- a/finch/libgnt/gntbutton.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntbutton.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_BUTTON_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcheckbox.c --- a/finch/libgnt/gntcheckbox.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcheckbox.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntcheckbox.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcheckbox.h --- a/finch/libgnt/gntcheckbox.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcheckbox.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_CHECK_BOX_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntclipboard.c --- a/finch/libgnt/gntclipboard.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntclipboard.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntclipboard.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntclipboard.h --- a/finch/libgnt/gntclipboard.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntclipboard.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_CLIPBOARD_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcolors.c --- a/finch/libgnt/gntcolors.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcolors.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "config.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcolors.h --- a/finch/libgnt/gntcolors.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcolors.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_COLORS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcombobox.c --- a/finch/libgnt/gntcombobox.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcombobox.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntbox.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntcombobox.h --- a/finch/libgnt/gntcombobox.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntcombobox.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_COMBO_BOX_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntentry.c --- a/finch/libgnt/gntentry.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntentry.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntentry.h --- a/finch/libgnt/gntentry.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntentry.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_ENTRY_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntfilesel.c --- a/finch/libgnt/gntfilesel.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntfilesel.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntbutton.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntfilesel.h --- a/finch/libgnt/gntfilesel.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntfilesel.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_FILE_SEL_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntkeys.c --- a/finch/libgnt/gntkeys.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntkeys.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntkeys.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntkeys.h --- a/finch/libgnt/gntkeys.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntkeys.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_KEYS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntlabel.c --- a/finch/libgnt/gntlabel.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntlabel.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntlabel.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntlabel.h --- a/finch/libgnt/gntlabel.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntlabel.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_LABEL_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntline.c --- a/finch/libgnt/gntline.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntline.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntline.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntline.h --- a/finch/libgnt/gntline.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntline.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_LINE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmain.c --- a/finch/libgnt/gntmain.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmain.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #define _GNU_SOURCE diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenu.c --- a/finch/libgnt/gntmenu.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenu.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntmenu.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenu.h --- a/finch/libgnt/gntmenu.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenu.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_MENU_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenuitem.c --- a/finch/libgnt/gntmenuitem.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenuitem.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntmenu.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenuitem.h --- a/finch/libgnt/gntmenuitem.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenuitem.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_MENUITEM_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenuitemcheck.c --- a/finch/libgnt/gntmenuitemcheck.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenuitemcheck.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntmenuitemcheck.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntmenuitemcheck.h --- a/finch/libgnt/gntmenuitemcheck.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntmenuitemcheck.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_MENU_ITEM_CHECK_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntslider.c --- a/finch/libgnt/gntslider.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntslider.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntcolors.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntslider.h --- a/finch/libgnt/gntslider.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntslider.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_SLIDER_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntstyle.c --- a/finch/libgnt/gntstyle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntstyle.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntstyle.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntstyle.h --- a/finch/libgnt/gntstyle.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntstyle.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gnt.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnttextview.c --- a/finch/libgnt/gnttextview.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnttextview.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntstyle.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnttextview.h --- a/finch/libgnt/gnttextview.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnttextview.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_TEXT_VIEW_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnttree.c --- a/finch/libgnt/gnttree.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnttree.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntmarshal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gnttree.h --- a/finch/libgnt/gnttree.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gnttree.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_TREE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntutils.c --- a/finch/libgnt/gntutils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntutils.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntbutton.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntutils.h --- a/finch/libgnt/gntutils.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntutils.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwidget.c --- a/finch/libgnt/gntwidget.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwidget.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* Stuff brutally ripped from Gflib */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwidget.h --- a/finch/libgnt/gntwidget.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwidget.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_WIDGET_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwindow.c --- a/finch/libgnt/gntwindow.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwindow.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gntstyle.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwindow.h --- a/finch/libgnt/gntwindow.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwindow.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNT_WINDOW_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwm.c --- a/finch/libgnt/gntwm.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwm.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #define _GNU_SOURCE diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntwm.h --- a/finch/libgnt/gntwm.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntwm.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNTWM_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/gntws.h --- a/finch/libgnt/gntws.h Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/gntws.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef GNTWS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/example/rss/gnthtml.py --- a/finch/libgnt/pygnt/example/rss/gnthtml.py Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gnthtml.py Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with this application; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA """ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/example/rss/gntrss-ui.py --- a/finch/libgnt/pygnt/example/rss/gntrss-ui.py Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gntrss-ui.py Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with this application; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA """ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/example/rss/gntrss.py --- a/finch/libgnt/pygnt/example/rss/gntrss.py Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gntrss.py Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with this application; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA """ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/gntbox.override --- a/finch/libgnt/pygnt/gntbox.override Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/gntbox.override Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 * USA */ %% diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/gntfilesel.override --- a/finch/libgnt/pygnt/gntfilesel.override Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/gntfilesel.override Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 * USA */ %% diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/gnttree.override --- a/finch/libgnt/pygnt/gnttree.override Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/gnttree.override Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 * USA */ %% diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/libgnt/pygnt/gntwidget.override --- a/finch/libgnt/pygnt/gntwidget.override Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/libgnt/pygnt/gntwidget.override Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 * USA */ %% diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/plugins/gntclipboard.c --- a/finch/plugins/gntclipboard.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/plugins/gntclipboard.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/plugins/gntgf.c --- a/finch/plugins/gntgf.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/plugins/gntgf.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/plugins/gnthistory.c --- a/finch/plugins/gnthistory.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/plugins/gnthistory.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* Ripped from gtk/plugins/history.c */ diff -r 8b8effa59cc6 -r 723b5a2f91ce finch/plugins/lastlog.c --- a/finch/plugins/lastlog.c Sun Sep 16 18:03:41 2007 +0000 +++ b/finch/plugins/lastlog.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/account.c --- a/libpurple/account.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/account.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "account.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/account.h --- a/libpurple/account.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/account.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref account-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/accountopt.c --- a/libpurple/accountopt.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/accountopt.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/accountopt.h --- a/libpurple/accountopt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/accountopt.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_ACCOUNTOPT_H_ #define _PURPLE_ACCOUNTOPT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/blist.c --- a/libpurple/blist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/blist.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/blist.h --- a/libpurple/blist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/blist.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref blist-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/buddyicon.c --- a/libpurple/buddyicon.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/buddyicon.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "buddyicon.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/buddyicon.h --- a/libpurple/buddyicon.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/buddyicon.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_BUDDYICON_H_ #define _PURPLE_BUDDYICON_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/certificate.c --- a/libpurple/certificate.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/certificate.c Sun Sep 16 18:03:53 2007 +0000 @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/certificate.h --- a/libpurple/certificate.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/certificate.h Sun Sep 16 18:03:53 2007 +0000 @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_CERTIFICATE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/cipher.c --- a/libpurple/cipher.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/cipher.c Sun Sep 16 18:03:53 2007 +0000 @@ -48,7 +48,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/cipher.h --- a/libpurple/cipher.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/cipher.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref cipher-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/circbuffer.c --- a/libpurple/circbuffer.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/circbuffer.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/circbuffer.h --- a/libpurple/circbuffer.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/circbuffer.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _CIRCBUFFER_H #define _CIRCBUFFER_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/cmds.c --- a/libpurple/cmds.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/cmds.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/cmds.h --- a/libpurple/cmds.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/cmds.h Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PURPLE_CMDS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/connection.c --- a/libpurple/connection.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/connection.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "account.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/connection.h --- a/libpurple/connection.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/connection.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref connection-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/conversation.c --- a/libpurple/conversation.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/conversation.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "blist.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/conversation.h --- a/libpurple/conversation.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/conversation.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref conversation-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/core.c --- a/libpurple/core.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/core.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "cipher.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/core.h --- a/libpurple/core.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/core.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref core-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dbus-bindings.h --- a/libpurple/dbus-bindings.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dbus-bindings.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dbus-purple.h --- a/libpurple/dbus-purple.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dbus-purple.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dbus-server.c --- a/libpurple/dbus-server.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dbus-server.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dbus-server.h --- a/libpurple/dbus-server.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dbus-server.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref dbus-server-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/debug.c --- a/libpurple/debug.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/debug.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/debug.h --- a/libpurple/debug.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/debug.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_DEBUG_H_ #define _PURPLE_DEBUG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/desktopitem.c --- a/libpurple/desktopitem.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/desktopitem.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ @@ -48,8 +48,8 @@ * * You should have received a copy of the GNU Library General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/desktopitem.h --- a/libpurple/desktopitem.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/desktopitem.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ @@ -48,8 +48,8 @@ * * You should have received a copy of the GNU Library General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef _PURPLE_DESKTOP_ITEM_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dnsquery.c --- a/libpurple/dnsquery.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dnsquery.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dnsquery.h --- a/libpurple/dnsquery.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dnsquery.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_DNSQUERY_H_ #define _PURPLE_DNSQUERY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dnssrv.c --- a/libpurple/dnssrv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dnssrv.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/dnssrv.h --- a/libpurple/dnssrv.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/dnssrv.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_DNSSRV_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/eventloop.c --- a/libpurple/eventloop.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/eventloop.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "eventloop.h" #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/eventloop.h --- a/libpurple/eventloop.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/eventloop.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_EVENTLOOP_H_ #define _PURPLE_EVENTLOOP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/example/nullclient.c --- a/libpurple/example/nullclient.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/example/nullclient.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/ft.c --- a/libpurple/ft.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/ft.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/ft.h --- a/libpurple/ft.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/ft.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref xfer-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/gaim-compat.h --- a/libpurple/gaim-compat.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/gaim-compat.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref account-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/idle.c --- a/libpurple/idle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/idle.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/idle.h --- a/libpurple/idle.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/idle.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_IDLE_H_ #define _PURPLE_IDLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/imgstore.c --- a/libpurple/imgstore.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/imgstore.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/imgstore.h --- a/libpurple/imgstore.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/imgstore.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref imgstore-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/internal.h --- a/libpurple/internal.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/internal.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_INTERNAL_H_ #define _PURPLE_INTERNAL_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/log.c --- a/libpurple/log.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/log.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/log.h --- a/libpurple/log.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/log.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref log-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/mime.c --- a/libpurple/mime.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/mime.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/mime.h --- a/libpurple/mime.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/mime.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/network.c --- a/libpurple/network.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/network.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/network.h --- a/libpurple/network.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/network.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_NETWORK_H_ #define _PURPLE_NETWORK_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/notify.c --- a/libpurple/notify.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/notify.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "dbus-maybe.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/notify.h --- a/libpurple/notify.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/notify.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref notify-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/ntlm.c --- a/libpurple/ntlm.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/ntlm.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/ntlm.h --- a/libpurple/ntlm.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/ntlm.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_NTLM_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugin.c --- a/libpurple/plugin.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugin.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugin.h --- a/libpurple/plugin.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugin.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref plugin-signals * @see @ref plugin-ids diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/pluginpref.c --- a/libpurple/pluginpref.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/pluginpref.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifdef HAVE_CONFIG_H # include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/pluginpref.h --- a/libpurple/pluginpref.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/pluginpref.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PURPLE_PLUGINPREF_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/autoaccept.c --- a/libpurple/plugins/autoaccept.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/autoaccept.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/buddynote.c --- a/libpurple/plugins/buddynote.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/buddynote.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ciphertest.c --- a/libpurple/plugins/ciphertest.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ciphertest.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifdef HAVE_CONFIG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/codeinline.c --- a/libpurple/plugins/codeinline.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/codeinline.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/dbus-buddyicons-example.py --- a/libpurple/plugins/dbus-buddyicons-example.py Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/dbus-buddyicons-example.py Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA # import dbus diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/dbus-example.c --- a/libpurple/plugins/dbus-example.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/dbus-example.c Sun Sep 16 18:03:53 2007 +0000 @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/fortuneprofile.pl --- a/libpurple/plugins/fortuneprofile.pl Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/fortuneprofile.pl Sun Sep 16 18:03:53 2007 +0000 @@ -40,7 +40,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA use Gaim; diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/idle.c --- a/libpurple/plugins/idle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/idle.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ipc-test-client.c --- a/libpurple/plugins/ipc-test-client.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ipc-test-client.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ipc-test-server.c --- a/libpurple/plugins/ipc-test-server.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ipc-test-server.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #define IPC_TEST_SERVER_PLUGIN_ID "core-ipc-test-server" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/joinpart.c --- a/libpurple/plugins/joinpart.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/joinpart.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/newline.c --- a/libpurple/plugins/newline.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/newline.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/offlinemsg.c --- a/libpurple/plugins/offlinemsg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/offlinemsg.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/perl/perl.c --- a/libpurple/plugins/perl/perl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/perl/perl.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifdef HAVE_CONFIG_H #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/pluginpref_example.c --- a/libpurple/plugins/pluginpref_example.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/pluginpref_example.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifdef HAVE_CONFIG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/signals-test.c --- a/libpurple/plugins/signals-test.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/signals-test.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #define SIGNAL_TEST_PLUGIN_ID "core-signals-test" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ssl/ssl-gnutls.c --- a/libpurple/plugins/ssl/ssl-gnutls.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ssl/ssl-gnutls.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ssl/ssl-nss.c --- a/libpurple/plugins/ssl/ssl-nss.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ssl/ssl-nss.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/ssl/ssl.c --- a/libpurple/plugins/ssl/ssl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/ssl/ssl.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/startup.py --- a/libpurple/plugins/startup.py Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/startup.py Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA # import sys diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl.c --- a/libpurple/plugins/tcl/tcl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "config.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_cmd.c --- a/libpurple/plugins/tcl/tcl_cmd.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_cmd.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_cmds.c --- a/libpurple/plugins/tcl/tcl_cmds.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_cmds.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_glib.c --- a/libpurple/plugins/tcl/tcl_glib.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_glib.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * TERMS 2 * diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_glib.h --- a/libpurple/plugins/tcl/tcl_glib.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_glib.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_TCL_GLIB_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_purple.h --- a/libpurple/plugins/tcl/tcl_purple.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_purple.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_TCL_PURPLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_ref.c --- a/libpurple/plugins/tcl/tcl_ref.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_ref.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/plugins/tcl/tcl_signals.c --- a/libpurple/plugins/tcl/tcl_signals.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_signals.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/pounce.c --- a/libpurple/pounce.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/pounce.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "conversation.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/pounce.h --- a/libpurple/pounce.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/pounce.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_POUNCE_H_ #define _PURPLE_POUNCE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/prefs.c --- a/libpurple/prefs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/prefs.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/prefs.h --- a/libpurple/prefs.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/prefs.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PURPLE_PREFS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/privacy.c --- a/libpurple/privacy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/privacy.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/privacy.h --- a/libpurple/privacy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/privacy.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_PRIVACY_H_ #define _PURPLE_PRIVACY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/bonjour.c --- a/libpurple/protocols/bonjour/bonjour.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/bonjour.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include #ifndef _WIN32 diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/bonjour.h --- a/libpurple/protocols/bonjour/bonjour.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/bonjour.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/buddy.c --- a/libpurple/protocols/bonjour/buddy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/buddy.c Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/buddy.h --- a/libpurple/protocols/bonjour/buddy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/buddy.h Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _BONJOUR_BUDDY diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/jabber.c --- a/libpurple/protocols/bonjour/jabber.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/jabber.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _WIN32 #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/jabber.h --- a/libpurple/protocols/bonjour/jabber.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/jabber.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_avahi.c --- a/libpurple/protocols/bonjour/mdns_avahi.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_avahi.c Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_common.c --- a/libpurple/protocols/bonjour/mdns_common.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_common.c Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_common.h --- a/libpurple/protocols/bonjour/mdns_common.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_common.h Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _BONJOUR_MDNS_COMMON diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_howl.c --- a/libpurple/protocols/bonjour/mdns_howl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_howl.c Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_interface.h --- a/libpurple/protocols/bonjour/mdns_interface.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_interface.h Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _BONJOUR_MDNS_INTERFACE diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_types.h --- a/libpurple/protocols/bonjour/mdns_types.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_types.h Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _BONJOUR_MDNS_TYPES diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/mdns_win32.c --- a/libpurple/protocols/bonjour/mdns_win32.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_win32.c Sun Sep 16 18:03:53 2007 +0000 @@ -11,7 +11,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/parser.c --- a/libpurple/protocols/bonjour/parser.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/parser.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/bonjour/parser.h --- a/libpurple/protocols/bonjour/parser.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/bonjour/parser.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_BONJOUR_PARSER_H_ #define _PURPLE_BONJOUR_PARSER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/buddylist.c --- a/libpurple/protocols/gg/buddylist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/buddylist.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/buddylist.h --- a/libpurple/protocols/gg/buddylist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/buddylist.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/confer.c --- a/libpurple/protocols/gg/confer.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/confer.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/confer.h --- a/libpurple/protocols/gg/confer.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/confer.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/gg-utils.c --- a/libpurple/protocols/gg/gg-utils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/gg-utils.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/gg-utils.h --- a/libpurple/protocols/gg/gg-utils.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/gg-utils.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_GG_UTILS_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/gg.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/gg.h --- a/libpurple/protocols/gg/gg.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/gg.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/COPYING --- a/libpurple/protocols/gg/lib/COPYING Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/COPYING Sun Sep 16 18:03:53 2007 +0000 @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Also add information on how to contact you by electronic and paper mail. diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/common.c --- a/libpurple/protocols/gg/lib/common.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/common.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/compat.h --- a/libpurple/protocols/gg/lib/compat.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/compat.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/dcc.c --- a/libpurple/protocols/gg/lib/dcc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/dcc.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/events.c --- a/libpurple/protocols/gg/lib/events.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/events.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/http.c --- a/libpurple/protocols/gg/lib/http.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/http.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/libgadu.c --- a/libpurple/protocols/gg/lib/libgadu.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/libgadu.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/libgadu.h --- a/libpurple/protocols/gg/lib/libgadu.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/libgadu.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/obsolete.c --- a/libpurple/protocols/gg/lib/obsolete.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/obsolete.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/pubdir.c --- a/libpurple/protocols/gg/lib/pubdir.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/pubdir.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/lib/pubdir50.c --- a/libpurple/protocols/gg/lib/pubdir50.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/lib/pubdir50.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, * USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/search.c --- a/libpurple/protocols/gg/search.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/search.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/gg/search.h --- a/libpurple/protocols/gg/search.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/gg/search.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/cmds.c --- a/libpurple/protocols/irc/cmds.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/cmds.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/dcc_send.c --- a/libpurple/protocols/irc/dcc_send.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/dcc_send.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/irc.c --- a/libpurple/protocols/irc/irc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/irc.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/irc.h --- a/libpurple/protocols/irc/irc.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/irc.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_IRC_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/msgs.c --- a/libpurple/protocols/irc/msgs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/msgs.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/irc/parse.c --- a/libpurple/protocols/irc/parse.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/irc/parse.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/auth.c --- a/libpurple/protocols/jabber/auth.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/auth.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/auth.h --- a/libpurple/protocols/jabber/auth.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/auth.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_AUTH_H_ #define _PURPLE_JABBER_AUTH_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/buddy.c --- a/libpurple/protocols/jabber/buddy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/buddy.h --- a/libpurple/protocols/jabber/buddy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_BUDDY_H_ #define _PURPLE_JABBER_BUDDY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/chat.c --- a/libpurple/protocols/jabber/chat.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/chat.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/chat.h --- a/libpurple/protocols/jabber/chat.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/chat.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_CHAT_H_ #define _PURPLE_JABBER_CHAT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/disco.c --- a/libpurple/protocols/jabber/disco.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/disco.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/disco.h --- a/libpurple/protocols/jabber/disco.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/disco.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_DISCO_H_ #define _PURPLE_JABBER_DISCO_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/google.c --- a/libpurple/protocols/jabber/google.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/google.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/google.h --- a/libpurple/protocols/jabber/google.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/google.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_GOOGLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/iq.c --- a/libpurple/protocols/jabber/iq.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/iq.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/iq.h --- a/libpurple/protocols/jabber/iq.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/iq.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_IQ_H_ #define _PURPLE_JABBER_IQ_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/jabber.c --- a/libpurple/protocols/jabber/jabber.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/jabber.h --- a/libpurple/protocols/jabber/jabber.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_H_ #define _PURPLE_JABBER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/jutil.c --- a/libpurple/protocols/jabber/jutil.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/jutil.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/jutil.h --- a/libpurple/protocols/jabber/jutil.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/jutil.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_JUTIL_H_ #define _PURPLE_JABBER_JUTIL_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/libxmpp.c --- a/libpurple/protocols/jabber/libxmpp.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/message.c --- a/libpurple/protocols/jabber/message.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/message.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/message.h --- a/libpurple/protocols/jabber/message.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/message.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_MESSAGE_H_ #define _PURPLE_JABBER_MESSAGE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/oob.c --- a/libpurple/protocols/jabber/oob.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/oob.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/oob.h --- a/libpurple/protocols/jabber/oob.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/oob.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_OOB_H_ #define _PURPLE_JABBER_OOB_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/parser.c --- a/libpurple/protocols/jabber/parser.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/parser.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/parser.h --- a/libpurple/protocols/jabber/parser.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/parser.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_PARSER_H_ #define _PURPLE_JABBER_PARSER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/presence.c --- a/libpurple/protocols/jabber/presence.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/presence.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/presence.h --- a/libpurple/protocols/jabber/presence.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/presence.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_PRESENCE_H_ #define _PURPLE_JABBER_PRESENCE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/roster.c --- a/libpurple/protocols/jabber/roster.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/roster.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/roster.h --- a/libpurple/protocols/jabber/roster.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/roster.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_ROSTER_H_ #define _PURPLE_JABBER_ROSTER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/si.c --- a/libpurple/protocols/jabber/si.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/si.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/si.h --- a/libpurple/protocols/jabber/si.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/si.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_SI_H_ #define _PURPLE_JABBER_SI_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/win32/posix.uname.c --- a/libpurple/protocols/jabber/win32/posix.uname.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/win32/posix.uname.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/xdata.c --- a/libpurple/protocols/jabber/xdata.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/xdata.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/jabber/xdata.h --- a/libpurple/protocols/jabber/xdata.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/jabber/xdata.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_JABBER_XDATA_H_ #define _PURPLE_JABBER_XDATA_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/cmdproc.c --- a/libpurple/protocols/msn/cmdproc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/cmdproc.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "cmdproc.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/cmdproc.h --- a/libpurple/protocols/msn/cmdproc.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/cmdproc.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_CMDPROC_H_ #define _MSN_CMDPROC_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/command.c --- a/libpurple/protocols/msn/command.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/command.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "command.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/command.h --- a/libpurple/protocols/msn/command.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/command.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_COMMAND_H #define _MSN_COMMAND_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/dialog.c --- a/libpurple/protocols/msn/dialog.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/dialog.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/dialog.h --- a/libpurple/protocols/msn/dialog.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/dialog.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_DIALOG_H_ #define _MSN_DIALOG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/directconn.c --- a/libpurple/protocols/msn/directconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/directconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "directconn.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/directconn.h --- a/libpurple/protocols/msn/directconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/directconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_DIRECTCONN_H_ #define _MSN_DIRECTCONN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/error.c --- a/libpurple/protocols/msn/error.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/error.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "error.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/error.h --- a/libpurple/protocols/msn/error.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/error.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_ERROR_H_ #define _MSN_ERROR_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/group.c --- a/libpurple/protocols/msn/group.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/group.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "group.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/group.h --- a/libpurple/protocols/msn/group.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/group.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_GROUP_H_ #define _MSN_GROUP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/history.c --- a/libpurple/protocols/msn/history.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/history.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "history.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/history.h --- a/libpurple/protocols/msn/history.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/history.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_HISTORY_H #define _MSN_HISTORY_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/httpconn.c --- a/libpurple/protocols/msn/httpconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/httpconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/httpconn.h --- a/libpurple/protocols/msn/httpconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/httpconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_HTTPCONN_H_ #define _MSN_HTTPCONN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msg.c --- a/libpurple/protocols/msn/msg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msg.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "msg.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msg.h --- a/libpurple/protocols/msn/msg.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msg.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_MSG_H_ #define _MSN_MSG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #define PHOTO_SUPPORT 1 diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msn.h --- a/libpurple/protocols/msn/msn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msn.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_H_ #define _MSN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msnutils.c --- a/libpurple/protocols/msn/msnutils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msnutils.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "msnutils.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/msnutils.h --- a/libpurple/protocols/msn/msnutils.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/msnutils.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_UTILS_H_ #define _MSN_UTILS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/nexus.c --- a/libpurple/protocols/msn/nexus.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/nexus.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "soap.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/nexus.h --- a/libpurple/protocols/msn/nexus.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/nexus.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_NEXUS_H_ #define _MSN_NEXUS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/notification.c --- a/libpurple/protocols/msn/notification.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/notification.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "notification.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/notification.h --- a/libpurple/protocols/msn/notification.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/notification.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_NOTIFICATION_H_ #define _MSN_NOTIFICATION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/object.c --- a/libpurple/protocols/msn/object.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/object.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "object.h" #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/object.h --- a/libpurple/protocols/msn/object.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/object.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_OBJECT_H_ #define _MSN_OBJECT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/page.c --- a/libpurple/protocols/msn/page.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/page.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "page.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/page.h --- a/libpurple/protocols/msn/page.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/page.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_PAGE_H_ #define _MSN_PAGE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/servconn.c --- a/libpurple/protocols/msn/servconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/servconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "servconn.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/servconn.h --- a/libpurple/protocols/msn/servconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/servconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SERVCONN_H_ #define _MSN_SERVCONN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/session.c --- a/libpurple/protocols/msn/session.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/session.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "session.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/session.h --- a/libpurple/protocols/msn/session.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/session.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SESSION_H_ #define _MSN_SESSION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slp.c --- a/libpurple/protocols/msn/slp.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slp.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "slp.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slp.h --- a/libpurple/protocols/msn/slp.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slp.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SLP_H_ #define _MSN_SLP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpcall.c --- a/libpurple/protocols/msn/slpcall.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpcall.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "msnutils.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpcall.h --- a/libpurple/protocols/msn/slpcall.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpcall.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SLPCALL_H_ #define _MSN_SLPCALL_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slplink.c --- a/libpurple/protocols/msn/slplink.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slplink.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "slplink.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slplink.h --- a/libpurple/protocols/msn/slplink.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slplink.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SLPLINK_H_ #define _MSN_SLPLINK_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpmsg.c --- a/libpurple/protocols/msn/slpmsg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpmsg.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "slpmsg.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpmsg.h --- a/libpurple/protocols/msn/slpmsg.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpmsg.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SLPMSG_H_ #define _MSN_SLPMSG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpsession.c --- a/libpurple/protocols/msn/slpsession.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpsession.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "slpsession.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/slpsession.h --- a/libpurple/protocols/msn/slpsession.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/slpsession.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SLPSESSION_H_ #define _MSN_SLPSESSION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/state.c --- a/libpurple/protocols/msn/state.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/state.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "state.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/state.h --- a/libpurple/protocols/msn/state.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/state.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_STATE_H_ #define _MSN_STATE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/switchboard.c --- a/libpurple/protocols/msn/switchboard.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/switchboard.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "prefs.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/switchboard.h --- a/libpurple/protocols/msn/switchboard.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/switchboard.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SWITCHBOARD_H_ #define _MSN_SWITCHBOARD_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/sync.c --- a/libpurple/protocols/msn/sync.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/sync.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "sync.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/sync.h --- a/libpurple/protocols/msn/sync.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/sync.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_SYNC_H_ #define _MSN_SYNC_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/table.c --- a/libpurple/protocols/msn/table.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/table.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "table.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/table.h --- a/libpurple/protocols/msn/table.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/table.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_TABLE_H_ #define _MSN_TABLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/transaction.c --- a/libpurple/protocols/msn/transaction.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/transaction.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "transaction.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/transaction.h --- a/libpurple/protocols/msn/transaction.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/transaction.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_TRANSACTION_H #define _MSN_TRANSACTION_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/user.c --- a/libpurple/protocols/msn/user.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/user.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "user.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/user.h --- a/libpurple/protocols/msn/user.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/user.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_USER_H_ #define _MSN_USER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/userlist.c --- a/libpurple/protocols/msn/userlist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/userlist.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "msn.h" #include "userlist.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/msn/userlist.h --- a/libpurple/protocols/msn/userlist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/msn/userlist.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MSN_USERLIST_H_ #define _MSN_USERLIST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/markup.c --- a/libpurple/protocols/myspace/markup.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/markup.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "myspace.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/markup.h --- a/libpurple/protocols/myspace/markup.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/markup.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_MARKUP_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/message.c --- a/libpurple/protocols/myspace/message.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/message.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "myspace.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/message.h --- a/libpurple/protocols/myspace/message.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/message.h Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_MESSAGE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun Sep 16 18:03:53 2007 +0000 @@ -28,7 +28,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #define PURPLE_PLUGIN diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/myspace.h --- a/libpurple/protocols/myspace/myspace.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_MYSPACE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/persist.h --- a/libpurple/protocols/myspace/persist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/persist.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_PERSIST_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/session.c --- a/libpurple/protocols/myspace/session.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/session.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/session.h --- a/libpurple/protocols/myspace/session.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/session.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_SESSION_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/user.c --- a/libpurple/protocols/myspace/user.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/user.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "myspace.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/user.h --- a/libpurple/protocols/myspace/user.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/user.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_USER_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/zap.c --- a/libpurple/protocols/myspace/zap.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/zap.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "myspace.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/myspace/zap.h --- a/libpurple/protocols/myspace/zap.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/myspace/zap.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _MYSPACE_ZAP_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmconference.c --- a/libpurple/protocols/novell/nmconference.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmconference.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmconference.h --- a/libpurple/protocols/novell/nmconference.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmconference.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmconn.c --- a/libpurple/protocols/novell/nmconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmconn.h --- a/libpurple/protocols/novell/nmconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmcontact.c --- a/libpurple/protocols/novell/nmcontact.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmcontact.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmcontact.h --- a/libpurple/protocols/novell/nmcontact.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmcontact.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmevent.c --- a/libpurple/protocols/novell/nmevent.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmevent.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmevent.h --- a/libpurple/protocols/novell/nmevent.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmevent.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmfield.c --- a/libpurple/protocols/novell/nmfield.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmfield.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmfield.h --- a/libpurple/protocols/novell/nmfield.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmfield.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmmessage.c --- a/libpurple/protocols/novell/nmmessage.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmmessage.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmmessage.h --- a/libpurple/protocols/novell/nmmessage.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmmessage.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmrequest.c --- a/libpurple/protocols/novell/nmrequest.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmrequest.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmrequest.h --- a/libpurple/protocols/novell/nmrequest.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmrequest.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmrtf.c --- a/libpurple/protocols/novell/nmrtf.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmrtf.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmrtf.h --- a/libpurple/protocols/novell/nmrtf.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmrtf.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmuser.c --- a/libpurple/protocols/novell/nmuser.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmuser.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmuser.h --- a/libpurple/protocols/novell/nmuser.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmuser.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmuserrecord.c --- a/libpurple/protocols/novell/nmuserrecord.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmuserrecord.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/nmuserrecord.h --- a/libpurple/protocols/novell/nmuserrecord.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/nmuserrecord.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/novell/novell.c --- a/libpurple/protocols/novell/novell.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/novell/novell.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/null/nullprpl.c --- a/libpurple/protocols/null/nullprpl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/null/nullprpl.c Sun Sep 16 18:03:53 2007 +0000 @@ -37,7 +37,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/COPYING --- a/libpurple/protocols/oscar/COPYING Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/COPYING Sun Sep 16 18:03:53 2007 +0000 @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA Also add information on how to contact you by electronic and paper mail. diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/bstream.c --- a/libpurple/protocols/oscar/bstream.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/bstream.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_admin.c --- a/libpurple/protocols/oscar/family_admin.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_admin.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_advert.c --- a/libpurple/protocols/oscar/family_advert.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_advert.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_alert.c --- a/libpurple/protocols/oscar/family_alert.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_alert.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_auth.c --- a/libpurple/protocols/oscar/family_auth.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_auth.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_bart.c --- a/libpurple/protocols/oscar/family_bart.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_bart.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_bos.c --- a/libpurple/protocols/oscar/family_bos.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_bos.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_buddy.c --- a/libpurple/protocols/oscar/family_buddy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_buddy.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_chat.c --- a/libpurple/protocols/oscar/family_chat.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_chat.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_chatnav.c --- a/libpurple/protocols/oscar/family_chatnav.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_chatnav.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_feedbag.c --- a/libpurple/protocols/oscar/family_feedbag.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_feedbag.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_icbm.c --- a/libpurple/protocols/oscar/family_icbm.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_icbm.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_icq.c --- a/libpurple/protocols/oscar/family_icq.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_icq.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_invite.c --- a/libpurple/protocols/oscar/family_invite.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_invite.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_locate.c --- a/libpurple/protocols/oscar/family_locate.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_locate.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_odir.c --- a/libpurple/protocols/oscar/family_odir.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_odir.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_oservice.c --- a/libpurple/protocols/oscar/family_oservice.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_oservice.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_popup.c --- a/libpurple/protocols/oscar/family_popup.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_popup.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_stats.c --- a/libpurple/protocols/oscar/family_stats.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_stats.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_translate.c --- a/libpurple/protocols/oscar/family_translate.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_translate.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/family_userlookup.c --- a/libpurple/protocols/oscar/family_userlookup.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/family_userlookup.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/flap_connection.c --- a/libpurple/protocols/oscar/flap_connection.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "oscar.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/libaim.c --- a/libpurple/protocols/oscar/libaim.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/libaim.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/libicq.c --- a/libpurple/protocols/oscar/libicq.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/libicq.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/misc.c --- a/libpurple/protocols/oscar/misc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/misc.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/msgcookie.c --- a/libpurple/protocols/oscar/msgcookie.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/msgcookie.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/odc.c --- a/libpurple/protocols/oscar/odc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/odc.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* From the oscar PRPL */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/oft.c --- a/libpurple/protocols/oscar/oft.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/oft.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/oscar.h --- a/libpurple/protocols/oscar/oscar.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/oscar_data.c --- a/libpurple/protocols/oscar/oscar_data.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/oscar_data.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "oscar.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/oscarcommon.h --- a/libpurple/protocols/oscar/oscarcommon.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/oscarcommon.h Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/peer.c --- a/libpurple/protocols/oscar/peer.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/peer.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/peer.h --- a/libpurple/protocols/oscar/peer.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/peer.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/peer_proxy.c --- a/libpurple/protocols/oscar/peer_proxy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/peer_proxy.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifdef HAVE_CONFIG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/rxhandlers.c --- a/libpurple/protocols/oscar/rxhandlers.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/rxhandlers.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "oscar.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/snac.c --- a/libpurple/protocols/oscar/snac.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/snac.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/snactypes.h --- a/libpurple/protocols/oscar/snactypes.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/snactypes.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/tlv.c --- a/libpurple/protocols/oscar/tlv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/tlv.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "oscar.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/oscar/util.c --- a/libpurple/protocols/oscar/util.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/oscar/util.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_info.c --- a/libpurple/protocols/qq/buddy_info.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_info.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_info.h --- a/libpurple/protocols/qq/buddy_info.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_info.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_BUDDY_INFO_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_list.c --- a/libpurple/protocols/qq/buddy_list.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_list.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_list.h --- a/libpurple/protocols/qq/buddy_list.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_list.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_BUDDY_LIST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_opt.c --- a/libpurple/protocols/qq/buddy_opt.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_opt.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_opt.h --- a/libpurple/protocols/qq/buddy_opt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_opt.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_BUDDY_OPT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_status.c --- a/libpurple/protocols/qq/buddy_status.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_status.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/buddy_status.h --- a/libpurple/protocols/qq/buddy_status.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/buddy_status.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/char_conv.c --- a/libpurple/protocols/qq/char_conv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/char_conv.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/char_conv.h --- a/libpurple/protocols/qq/char_conv.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/char_conv.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_CHAR_CONV_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/crypt.c --- a/libpurple/protocols/qq/crypt.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/crypt.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * * QQ encryption algorithm diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/crypt.h --- a/libpurple/protocols/qq/crypt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/crypt.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_CRYPT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/file_trans.c --- a/libpurple/protocols/qq/file_trans.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/file_trans.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifdef _WIN32 diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/file_trans.h --- a/libpurple/protocols/qq/file_trans.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/file_trans.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_QQ_FILE_TRANS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group.c --- a/libpurple/protocols/qq/group.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group.h --- a/libpurple/protocols/qq/group.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_conv.c --- a/libpurple/protocols/qq/group_conv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_conv.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_conv.h --- a/libpurple/protocols/qq/group_conv.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_conv.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_CONV_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_find.c --- a/libpurple/protocols/qq/group_find.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_find.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "qq.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_find.h --- a/libpurple/protocols/qq/group_find.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_find.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_FIND_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_free.c --- a/libpurple/protocols/qq/group_free.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_free.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_free.h --- a/libpurple/protocols/qq/group_free.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_free.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_FREE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_im.c --- a/libpurple/protocols/qq/group_im.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_im.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_im.h --- a/libpurple/protocols/qq/group_im.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_im.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_IM_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_info.c --- a/libpurple/protocols/qq/group_info.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_info.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_info.h --- a/libpurple/protocols/qq/group_info.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_info.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_INFO_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_internal.c --- a/libpurple/protocols/qq/group_internal.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_internal.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_internal.h --- a/libpurple/protocols/qq/group_internal.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_internal.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_HASH_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_join.c --- a/libpurple/protocols/qq/group_join.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_join.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_join.h --- a/libpurple/protocols/qq/group_join.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_join.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_JOIN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_network.c --- a/libpurple/protocols/qq/group_network.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_network.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_network.h --- a/libpurple/protocols/qq/group_network.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_network.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_NETWORK_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_opt.c --- a/libpurple/protocols/qq/group_opt.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_opt.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "qq.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_opt.h --- a/libpurple/protocols/qq/group_opt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_opt.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_OPT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_search.c --- a/libpurple/protocols/qq/group_search.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_search.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/group_search.h --- a/libpurple/protocols/qq/group_search.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/group_search.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_GROUP_SEARCH_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/header_info.c --- a/libpurple/protocols/qq/header_info.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/header_info.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/header_info.h --- a/libpurple/protocols/qq/header_info.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/header_info.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_HEADER_INFO_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/im.c --- a/libpurple/protocols/qq/im.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/im.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/im.h --- a/libpurple/protocols/qq/im.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/im.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_IM_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/keep_alive.c --- a/libpurple/protocols/qq/keep_alive.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/keep_alive.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * * OICQ encryption algorithm diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/keep_alive.h --- a/libpurple/protocols/qq/keep_alive.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/keep_alive.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/login_logout.c --- a/libpurple/protocols/qq/login_logout.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/login_logout.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/login_logout.h --- a/libpurple/protocols/qq/login_logout.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/login_logout.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_LOGIN_LOGOUT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/packet_parse.c --- a/libpurple/protocols/qq/packet_parse.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/packet_parse.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/packet_parse.h --- a/libpurple/protocols/qq/packet_parse.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/packet_parse.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_PACKET_PARSE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/qq.c --- a/libpurple/protocols/qq/qq.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/qq.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/qq.h --- a/libpurple/protocols/qq/qq.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/qq.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_QQ_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/qq_proxy.c --- a/libpurple/protocols/qq/qq_proxy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/qq_proxy.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "cipher.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/qq_proxy.h --- a/libpurple/protocols/qq/qq_proxy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/qq_proxy.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_PROXY_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/recv_core.c --- a/libpurple/protocols/qq/recv_core.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/recv_core.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/recv_core.h --- a/libpurple/protocols/qq/recv_core.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/recv_core.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_RECV_CORE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/send_core.c --- a/libpurple/protocols/qq/send_core.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/send_core.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/send_core.h --- a/libpurple/protocols/qq/send_core.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/send_core.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_SEND_CORE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/send_file.c --- a/libpurple/protocols/qq/send_file.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/send_file.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "qq.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/send_file.h --- a/libpurple/protocols/qq/send_file.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/send_file.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_QQ_SEND_FILE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/sendqueue.c --- a/libpurple/protocols/qq/sendqueue.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/sendqueue.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/sendqueue.h --- a/libpurple/protocols/qq/sendqueue.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/sendqueue.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_SEND_QUEUE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/sys_msg.c --- a/libpurple/protocols/qq/sys_msg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/sys_msg.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/sys_msg.h --- a/libpurple/protocols/qq/sys_msg.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/sys_msg.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_SYS_MSG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/udp_proxy_s5.c --- a/libpurple/protocols/qq/udp_proxy_s5.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/udp_proxy_s5.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/udp_proxy_s5.h --- a/libpurple/protocols/qq/udp_proxy_s5.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/udp_proxy_s5.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_UDP_PROXY_S5_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/utils.c --- a/libpurple/protocols/qq/utils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/utils.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "cipher.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/qq/utils.h --- a/libpurple/protocols/qq/utils.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/qq/utils.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _QQ_MY_UTILS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/sametime/sametime.c --- a/libpurple/protocols/sametime/sametime.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/sametime/sametime.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/simple/simple.c --- a/libpurple/protocols/simple/simple.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/simple/simple.c Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/simple/simple.h --- a/libpurple/protocols/simple/simple.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/simple/simple.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_SIMPLE_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/simple/sipmsg.c --- a/libpurple/protocols/simple/sipmsg.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/simple/sipmsg.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/simple/sipmsg.h --- a/libpurple/protocols/simple/sipmsg.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/simple/sipmsg.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_SIPMSG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/toc/PROTOCOL --- a/libpurple/protocols/toc/PROTOCOL Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/toc/PROTOCOL Sun Sep 16 18:03:53 2007 +0000 @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. # Note from Jim Duchek, former libpurple maintainer -- this may not be # the latest version of this document, I provide it as a service. diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/toc/toc.c --- a/libpurple/protocols/toc/toc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/toc/toc.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/util.c --- a/libpurple/protocols/yahoo/util.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/util.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo.c --- a/libpurple/protocols/yahoo/yahoo.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo.h --- a/libpurple/protocols/yahoo/yahoo.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_aliases.c --- a/libpurple/protocols/yahoo/yahoo_aliases.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_aliases.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_aliases.h --- a/libpurple/protocols/yahoo/yahoo_aliases.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_aliases.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_crypt.c --- a/libpurple/protocols/yahoo/yahoo_crypt.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_crypt.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02111-1301 USA. */ /* warmenhoven took this file and made it work with the md5.[ch] we * already had. isn't that lovely. people should just use linux or diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_crypt.h --- a/libpurple/protocols/yahoo/yahoo_crypt.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_crypt.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_CRYPT_H_ #define _YAHOO_CRYPT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_doodle.c --- a/libpurple/protocols/yahoo/yahoo_doodle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_doodle.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_doodle.h --- a/libpurple/protocols/yahoo/yahoo_doodle.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_doodle.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_DOODLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_filexfer.c --- a/libpurple/protocols/yahoo/yahoo_filexfer.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_filexfer.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_filexfer.h --- a/libpurple/protocols/yahoo/yahoo_filexfer.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_filexfer.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_FILEXFER_H_ #define _YAHOO_FILEXFER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_friend.c --- a/libpurple/protocols/yahoo/yahoo_friend.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_friend.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_friend.h --- a/libpurple/protocols/yahoo/yahoo_friend.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_friend.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_FRIEND_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_packet.c --- a/libpurple/protocols/yahoo/yahoo_packet.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_packet.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_packet.h --- a/libpurple/protocols/yahoo/yahoo_packet.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_packet.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOO_PACKET_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_picture.c --- a/libpurple/protocols/yahoo/yahoo_picture.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_picture.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_picture.h --- a/libpurple/protocols/yahoo/yahoo_picture.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_picture.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoo_profile.c --- a/libpurple/protocols/yahoo/yahoo_profile.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_profile.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoochat.c --- a/libpurple/protocols/yahoo/yahoochat.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoochat.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/yahoochat.h --- a/libpurple/protocols/yahoo/yahoochat.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoochat.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _YAHOOCHAT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/ycht.c --- a/libpurple/protocols/yahoo/ycht.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/ycht.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/yahoo/ycht.h --- a/libpurple/protocols/yahoo/ycht.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/yahoo/ycht.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_YCHT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/protocols/zephyr/zephyr.c --- a/libpurple/protocols/zephyr/zephyr.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/protocols/zephyr/zephyr.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/proxy.c --- a/libpurple/proxy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/proxy.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/proxy.h --- a/libpurple/proxy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/proxy.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_PROXY_H_ #define _PURPLE_PROXY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/prpl.c --- a/libpurple/prpl.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/prpl.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/prpl.h --- a/libpurple/prpl.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/prpl.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* this file should be all that prpls need to include. therefore, by including diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/request.c --- a/libpurple/request.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/request.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/request.h --- a/libpurple/request.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/request.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_REQUEST_H_ #define _PURPLE_REQUEST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/roomlist.c --- a/libpurple/roomlist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/roomlist.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/roomlist.h --- a/libpurple/roomlist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/roomlist.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_ROOMLIST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/savedstatuses.c --- a/libpurple/savedstatuses.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/savedstatuses.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/savedstatuses.h --- a/libpurple/savedstatuses.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/savedstatuses.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref savedstatus-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/server.c --- a/libpurple/server.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/server.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/server.h --- a/libpurple/server.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/server.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_SERVER_H_ #define _PURPLE_SERVER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/signals.c --- a/libpurple/signals.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/signals.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/signals.h --- a/libpurple/signals.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/signals.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_SIGNALS_H_ #define _PURPLE_SIGNALS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/sound.c --- a/libpurple/sound.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/sound.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/sound.h --- a/libpurple/sound.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/sound.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @see @ref sound-signals */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/sslconn.c --- a/libpurple/sslconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/sslconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/sslconn.h --- a/libpurple/sslconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/sslconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_SSLCONN_H_ #define _PURPLE_SSLCONN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/status.c --- a/libpurple/status.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/status.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/status.h --- a/libpurple/status.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/status.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_STATUS_H_ #define _PURPLE_STATUS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/stringref.c --- a/libpurple/stringref.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/stringref.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/stringref.h --- a/libpurple/stringref.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/stringref.h Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PURPLE_STRINGREF_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/stun.c --- a/libpurple/stun.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/stun.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/stun.h --- a/libpurple/stun.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/stun.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_STUN_H_ #define _PURPLE_STUN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/upnp.c --- a/libpurple/upnp.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/upnp.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/upnp.h --- a/libpurple/upnp.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/upnp.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_UPNP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/util.c --- a/libpurple/util.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/util.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/util.h --- a/libpurple/util.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/util.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * * @todo Rename the functions so that they live somewhere in the purple * namespace. diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/value.c --- a/libpurple/value.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/value.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/value.h --- a/libpurple/value.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/value.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_VALUE_H_ #define _PURPLE_VALUE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/version.c --- a/libpurple/version.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/version.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/version.h.in --- a/libpurple/version.h.in Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/version.h.in Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_VERSION_H_ #define _PURPLE_VERSION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/whiteboard.c --- a/libpurple/whiteboard.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/whiteboard.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/whiteboard.h --- a/libpurple/whiteboard.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/whiteboard.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_WHITEBOARD_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/giowin32.c --- a/libpurple/win32/giowin32.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/giowin32.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/libc_interface.c --- a/libpurple/win32/libc_interface.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/libc_interface.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/libc_interface.h --- a/libpurple/win32/libc_interface.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/libc_interface.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _LIBC_INTERFACE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/libc_internal.h --- a/libpurple/win32/libc_internal.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/libc_internal.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _LIBC_INTERNAL_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/win32dep.c --- a/libpurple/win32/win32dep.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/win32dep.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #define _WIN32_IE 0x500 diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/win32dep.h --- a/libpurple/win32/win32dep.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/win32dep.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _WIN32DEP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/win32/wpurpleerror.h --- a/libpurple/win32/wpurpleerror.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/win32/wpurpleerror.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _WPURPLEERROR_H diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/xmlnode.c --- a/libpurple/xmlnode.c Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/xmlnode.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* A lot of this code at least resembles the code in libxode, but since diff -r 8b8effa59cc6 -r 723b5a2f91ce libpurple/xmlnode.h --- a/libpurple/xmlnode.h Sun Sep 16 18:03:41 2007 +0000 +++ b/libpurple/xmlnode.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_XMLNODE_H_ #define _PURPLE_XMLNODE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/eggtrayicon.c --- a/pidgin/eggtrayicon.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/eggtrayicon.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/eggtrayicon.h --- a/pidgin/eggtrayicon.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/eggtrayicon.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef __EGG_TRAY_ICON_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkaccount.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkaccount.h --- a/pidgin/gtkaccount.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkaccount.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINACCOUNT_H_ #define _PIDGINACCOUNT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkblist.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkblist.h --- a/pidgin/gtkblist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkblist.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINBLIST_H_ #define _PIDGINBLIST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcelllayout.c --- a/pidgin/gtkcelllayout.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcelllayout.c Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcelllayout.h --- a/pidgin/gtkcelllayout.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcelllayout.h Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef __GTK_CELL_LAYOUT_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellrendererexpander.c --- a/pidgin/gtkcellrendererexpander.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellrendererexpander.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellrendererexpander.h --- a/pidgin/gtkcellrendererexpander.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellrendererexpander.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PIDGINCELLRENDEREREXPANDER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellrendererprogress.c --- a/pidgin/gtkcellrendererprogress.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellrendererprogress.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellrendererprogress.h --- a/pidgin/gtkcellrendererprogress.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellrendererprogress.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PIDGINCELLRENDERERPROGRESS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellview.c --- a/pidgin/gtkcellview.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellview.c Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellview.h --- a/pidgin/gtkcellview.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellview.h Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef __GTK_CELL_VIEW_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellviewmenuitem.c --- a/pidgin/gtkcellviewmenuitem.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellviewmenuitem.c Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcellviewmenuitem.h --- a/pidgin/gtkcellviewmenuitem.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcellviewmenuitem.h Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef __GTK_CELL_VIEW_MENU_ITEM_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcertmgr.c --- a/pidgin/gtkcertmgr.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcertmgr.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkcertmgr.h --- a/pidgin/gtkcertmgr.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkcertmgr.h Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkconn.c --- a/pidgin/gtkconn.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkconn.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkconn.h --- a/pidgin/gtkconn.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkconn.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINCONN_H_ #define _PIDGINCONN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkconv.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" @@ -7658,7 +7658,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkconv.h --- a/pidgin/gtkconv.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkconv.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGIN_CONVERSATION_H_ #define _PIDGIN_CONVERSATION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkconvwin.h --- a/pidgin/gtkconvwin.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkconvwin.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGIN_CONVERSATION_WINDOW_H_ #define _PIDGIN_CONVERSATION_WINDOW_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdebug.c --- a/pidgin/gtkdebug.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdebug.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdebug.h --- a/pidgin/gtkdebug.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdebug.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINDEBUG_H_ #define _PIDGINDEBUG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdialogs.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdialogs.h --- a/pidgin/gtkdialogs.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdialogs.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINDIALOGS_H_ #define _PIDGINDIALOGS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdnd-hints.c --- a/pidgin/gtkdnd-hints.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdnd-hints.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "gtkdnd-hints.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdnd-hints.h --- a/pidgin/gtkdnd-hints.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdnd-hints.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _PIDGIN_DND_HINTS_H_ #define _PIDGIN_DND_HINTS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdocklet-x11.c --- a/pidgin/gtkdocklet-x11.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdocklet-x11.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdocklet.c --- a/pidgin/gtkdocklet.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdocklet.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkdocklet.h --- a/pidgin/gtkdocklet.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkdocklet.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifndef _GTKDOCKLET_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkeventloop.c --- a/pidgin/gtkeventloop.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkeventloop.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkeventloop.h --- a/pidgin/gtkeventloop.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkeventloop.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINEVENTLOOP_H_ #define _PIDGINEVENTLOOP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkexpander.c --- a/pidgin/gtkexpander.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkexpander.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. * * Authors: * Mark McLoughlin diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkexpander.h --- a/pidgin/gtkexpander.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkexpander.h Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. * * Authors: * Mark McLoughlin diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkft.c --- a/pidgin/gtkft.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkft.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkft.h --- a/pidgin/gtkft.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkft.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINFT_H_ #define _PIDGINFT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkgaim-compat.h --- a/pidgin/gtkgaim-compat.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkgaim-compat.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _GTKGAIM_COMPAT_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkidle.c --- a/pidgin/gtkidle.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkidle.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkidle.h --- a/pidgin/gtkidle.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkidle.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGIN_IDLE_H_ #define _PIDGIN_IDLE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkimhtml.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkimhtml.h --- a/pidgin/gtkimhtml.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkimhtml.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINIMHTML_H_ #define _PIDGINIMHTML_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkimhtmltoolbar.h --- a/pidgin/gtkimhtmltoolbar.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PIDGINIMHTMLTOOLBAR_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtklog.c --- a/pidgin/gtklog.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtklog.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtklog.h --- a/pidgin/gtklog.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtklog.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINLOG_H_ #define _PIDGINLOG_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkmain.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkmenutray.c --- a/pidgin/gtkmenutray.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkmenutray.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "debug.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkmenutray.h --- a/pidgin/gtkmenutray.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkmenutray.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef PIDGIN_MENU_TRAY_H #define PIDGIN_MENU_TRAY_H diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtknickcolors.h --- a/pidgin/gtknickcolors.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtknickcolors.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINNICKCOLORS_H_ #define _PIDGINNICKCOLORS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtknotify.c --- a/pidgin/gtknotify.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtknotify.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtknotify.h --- a/pidgin/gtknotify.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtknotify.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINNOTIFY_H_ #define _PIDGINNOTIFY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkplugin.c --- a/pidgin/gtkplugin.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkplugin.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkplugin.h --- a/pidgin/gtkplugin.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkplugin.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINPLUGIN_H_ #define _PIDGINPLUGIN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkpluginpref.c --- a/pidgin/gtkpluginpref.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkpluginpref.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifdef HAVE_CONFIG_H # include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkpluginpref.h --- a/pidgin/gtkpluginpref.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkpluginpref.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PIDGINPLUGINPREF_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkpounce.c --- a/pidgin/gtkpounce.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkpounce.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkpounce.h --- a/pidgin/gtkpounce.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkpounce.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINPOUNCE_H_ #define _PIDGINPOUNCE_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkprefs.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkprefs.h --- a/pidgin/gtkprefs.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkprefs.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _PIDGINPREFS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkprivacy.c --- a/pidgin/gtkprivacy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkprivacy.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkprivacy.h --- a/pidgin/gtkprivacy.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkprivacy.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINPRIVACY_H_ #define _PIDGINPRIVACY_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkrequest.c --- a/pidgin/gtkrequest.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkrequest.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkrequest.h --- a/pidgin/gtkrequest.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkrequest.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINREQUEST_H_ #define _PIDGINREQUEST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkroomlist.c --- a/pidgin/gtkroomlist.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkroomlist.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkroomlist.h --- a/pidgin/gtkroomlist.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkroomlist.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINROOMLIST_H_ #define _PIDGINROOMLIST_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksavedstatuses.c --- a/pidgin/gtksavedstatuses.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksavedstatuses.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksavedstatuses.h --- a/pidgin/gtksavedstatuses.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksavedstatuses.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINSAVEDSTATUSES_H_ #define _PIDGINSAVEDSTATUSES_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkscrollbook.c --- a/pidgin/gtkscrollbook.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkscrollbook.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "gtkscrollbook.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkscrollbook.h --- a/pidgin/gtkscrollbook.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkscrollbook.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef __PIDGIN_SCROLL_BOOK_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksession.c --- a/pidgin/gtksession.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksession.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksession.h --- a/pidgin/gtksession.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksession.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINSESSION_H_ #define _PIDGINSESSION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksound.c --- a/pidgin/gtksound.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksound.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksound.h --- a/pidgin/gtksound.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksound.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINSOUND_H_ #define _PIDGINSOUND_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksourceiter.c --- a/pidgin/gtksourceiter.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksourceiter.c Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksourceiter.h --- a/pidgin/gtksourceiter.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksourceiter.h Sun Sep 16 18:03:53 2007 +0000 @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #ifndef _PIDGINSOURCEITER_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksourceundomanager.c --- a/pidgin/gtksourceundomanager.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksourceundomanager.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,8 +19,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifdef HAVE_CONFIG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtksourceundomanager.h --- a/pidgin/gtksourceundomanager.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtksourceundomanager.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,8 +19,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. * * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. * * */ #ifndef __GTK_SOURCE_UNDO_MANAGER_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkstatusbox.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkstatusbox.h --- a/pidgin/gtkstatusbox.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkstatusbox.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkthemes.c --- a/pidgin/gtkthemes.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkthemes.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkthemes.h --- a/pidgin/gtkthemes.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkthemes.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINTHEMES_H_ #define _PIDGINTHEMES_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkutils.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkutils.h --- a/pidgin/gtkutils.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkutils.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINUTILS_H_ #define _PIDGINUTILS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkwhiteboard.c --- a/pidgin/gtkwhiteboard.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkwhiteboard.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/gtkwhiteboard.h --- a/pidgin/gtkwhiteboard.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/gtkwhiteboard.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PIDGINWHITEBOARD_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/pidgin.h --- a/pidgin/pidgin.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/pidgin.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* #warning ***pidgin*** */ #ifndef _PIDGIN_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/pidgincombobox.c --- a/pidgin/pidgincombobox.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/pidgincombobox.c Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/pidgincombobox.h --- a/pidgin/pidgincombobox.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/pidgincombobox.h Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ #ifndef __PIDGIN_COMBO_BOX_H__ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/pidginstock.c --- a/pidgin/pidginstock.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/pidginstock.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/pidginstock.h --- a/pidgin/pidginstock.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/pidginstock.h Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/cap/cap-mysql.sql --- a/pidgin/plugins/cap/cap-mysql.sql Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/cap/cap-mysql.sql Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software --- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA --- 02111-1307, USA. +-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +-- 02111-1301, USA. drop table if exists cap_status; drop table if exists cap_message; diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/cap/cap.c --- a/pidgin/plugins/cap/cap.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/cap/cap.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "cap.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/cap/cap.h --- a/pidgin/plugins/cap/cap.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/cap/cap.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifndef _CAP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/cap/cap_statistics.h --- a/pidgin/plugins/cap/cap_statistics.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/cap/cap_statistics.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifndef _CAP_STATISTICS_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/contact_priority.c --- a/pidgin/plugins/contact_priority.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/contact_priority.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/convcolors.c --- a/pidgin/plugins/convcolors.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/convcolors.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/extplacement.c --- a/pidgin/plugins/extplacement.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/extplacement.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gestures/gestures.c --- a/pidgin/plugins/gestures/gestures.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gestures/gestures.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/add_buddy_dialog.c --- a/pidgin/plugins/gevolution/add_buddy_dialog.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/add_buddy_dialog.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "gtkblist.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/assoc-buddy.c --- a/pidgin/plugins/gevolution/assoc-buddy.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/assoc-buddy.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "gtkblist.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/eds-utils.c --- a/pidgin/plugins/gevolution/eds-utils.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/eds-utils.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/gevo-util.c --- a/pidgin/plugins/gevolution/gevo-util.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/gevo-util.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "gtkblist.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/gevolution.h --- a/pidgin/plugins/gevolution/gevolution.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/gevolution.h Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifndef _GEVOLUTION_H_ #define _GEVOLUTION_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gevolution/new_person_dialog.c --- a/pidgin/plugins/gevolution/new_person_dialog.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gevolution/new_person_dialog.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gtk-signals-test.c --- a/pidgin/plugins/gtk-signals-test.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gtk-signals-test.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #define GTK_SIGNAL_TEST_PLUGIN_ID "gtk-signals-test" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/gtkbuddynote.c --- a/pidgin/plugins/gtkbuddynote.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/gtkbuddynote.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/iconaway.c --- a/pidgin/plugins/iconaway.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/iconaway.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" #include "pidgin.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/markerline.c --- a/pidgin/plugins/markerline.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/markerline.c Sun Sep 16 18:03:53 2007 +0000 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/musicmessaging/musicmessaging.c --- a/pidgin/plugins/musicmessaging/musicmessaging.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/musicmessaging/musicmessaging.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/notify.c --- a/pidgin/plugins/notify.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/notify.c Sun Sep 16 18:03:53 2007 +0000 @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "internal.h" diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/raw.c --- a/pidgin/plugins/raw.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/raw.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/relnot.c --- a/pidgin/plugins/relnot.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/relnot.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #ifdef HAVE_CONFIG_H diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/spellchk.c --- a/pidgin/plugins/spellchk.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/spellchk.c Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/ticker/gtkticker.c --- a/pidgin/plugins/ticker/gtkticker.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/ticker/gtkticker.c Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/ticker/gtkticker.h --- a/pidgin/plugins/ticker/gtkticker.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/ticker/gtkticker.h Sun Sep 16 18:03:53 2007 +0000 @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/ticker/ticker.c --- a/pidgin/plugins/ticker/ticker.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/ticker/ticker.c Sun Sep 16 18:03:53 2007 +0000 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02111-1301, USA. */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/timestamp.c --- a/pidgin/plugins/timestamp.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/timestamp.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/win32/transparency/win2ktrans.c --- a/pidgin/plugins/win32/transparency/win2ktrans.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/win32/transparency/win2ktrans.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * you should have received a copy of the gnu general public license * along with this program; if not, write to the free software - * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa + * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1301 usa * */ #ifndef _WIN32_WINNT diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/win32/winprefs/gtkappbar.c --- a/pidgin/plugins/win32/winprefs/gtkappbar.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/win32/winprefs/gtkappbar.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ /* diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/win32/winprefs/gtkappbar.h --- a/pidgin/plugins/win32/winprefs/gtkappbar.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/win32/winprefs/gtkappbar.h Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _GTKAPPBAR_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/win32/winprefs/winprefs.c --- a/pidgin/plugins/win32/winprefs/winprefs.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/win32/winprefs/winprefs.c Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/plugins/xmppconsole.c --- a/pidgin/plugins/xmppconsole.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/plugins/xmppconsole.c Sun Sep 16 18:03:53 2007 +0000 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/gtkdocklet-win32.c --- a/pidgin/win32/gtkdocklet-win32.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/gtkdocklet-win32.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/gtkwin32dep.c --- a/pidgin/win32/gtkwin32dep.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/gtkwin32dep.c Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #define _WIN32_IE 0x500 diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/gtkwin32dep.h --- a/pidgin/win32/gtkwin32dep.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/gtkwin32dep.h Sun Sep 16 18:03:53 2007 +0000 @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _GTKWIN32DEP_H_ #define _GTKWIN32DEP_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/winpidgin.c --- a/pidgin/win32/winpidgin.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/winpidgin.c Sun Sep 16 18:03:53 2007 +0000 @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/wspell.c --- a/pidgin/win32/wspell.c Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/wspell.c Sun Sep 16 18:03:53 2007 +0000 @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #include diff -r 8b8effa59cc6 -r 723b5a2f91ce pidgin/win32/wspell.h --- a/pidgin/win32/wspell.h Sun Sep 16 18:03:41 2007 +0000 +++ b/pidgin/win32/wspell.h Sun Sep 16 18:03:53 2007 +0000 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _WSPELL_H_ diff -r 8b8effa59cc6 -r 723b5a2f91ce po/stats.pl --- a/po/stats.pl Sun Sep 16 18:03:41 2007 +0000 +++ b/po/stats.pl Sun Sep 16 18:03:53 2007 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 50 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 50 Temple Place, Suite 330, Boston, MA 02111-1301 USA # use POSIX qw(strftime);