# HG changeset patch # User Paul Aurich # Date 1250909861 0 # Node ID 867b4cdc01bf58ff7d4a7691f44faceb41537aba # Parent c585572e80dd2465131755feabae1f3ec6e9aed5 Fix some more incorrect addresses. diff -r c585572e80dd -r 867b4cdc01bf finch/plugins/grouping.c --- a/finch/plugins/grouping.c Sat Aug 22 02:52:30 2009 +0000 +++ b/finch/plugins/grouping.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #define PURPLE_PLUGIN diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/bonjour/bonjour_ft.c --- a/libpurple/protocols/bonjour/bonjour_ft.c Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/bonjour/bonjour_ft.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #include "internal.h" #include "util.h" diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/bonjour/bonjour_ft.h --- a/libpurple/protocols/bonjour/bonjour_ft.h Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/bonjour/bonjour_ft.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef _BONJOUR_FT_H_ #define _BONJOUR_FT_H_ diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/contact.c --- a/libpurple/protocols/msn/contact.c Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/contact.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #include "msn.h" diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/contact.h --- a/libpurple/protocols/msn/contact.h Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/contact.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef _MSN_CONTACT_H_ #define _MSN_CONTACT_H_ diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/oim.c --- a/libpurple/protocols/msn/oim.c Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/oim.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #include "msn.h" #include "soap.h" diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/oim.h --- a/libpurple/protocols/msn/oim.h Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/oim.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef _MSN_OIM_H_ #define _MSN_OIM_H_ diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/soap.c --- a/libpurple/protocols/msn/soap.c Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/soap.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #include "internal.h" diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/msn/soap.h --- a/libpurple/protocols/msn/soap.h Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/msn/soap.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef _MSN_SOAP_H diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/qq/qq_crypt.c --- a/libpurple/protocols/qq/qq_crypt.c Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/qq/qq_crypt.c Sat Aug 22 02:57:41 2009 +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 02110-1301, USA * * * QQ encryption algorithm diff -r c585572e80dd -r 867b4cdc01bf libpurple/protocols/qq/qq_crypt.h --- a/libpurple/protocols/qq/qq_crypt.h Sat Aug 22 02:52:30 2009 +0000 +++ b/libpurple/protocols/qq/qq_crypt.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef _QQ_CRYPT_H_ diff -r c585572e80dd -r 867b4cdc01bf pidgin/gtkmedia.h --- a/pidgin/gtkmedia.h Sat Aug 22 02:52:30 2009 +0000 +++ b/pidgin/gtkmedia.h Sat Aug 22 02:57:41 2009 +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 02110-1301, USA */ #ifndef __GTKMEDIA_H_