diff options
85 files changed, 172 insertions, 173 deletions
| @@ -1,12 +1,12 @@ -		    GNU GENERAL PUBLIC LICENSE -		       Version 2, June 1991 +                    GNU GENERAL PUBLIC LICENSE +                       Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. -     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA   Everyone is permitted to copy and distribute verbatim copies   of this license document, but changing it is not allowed. -			    Preamble +                            Preamble    The licenses for most software are designed to take away your  freedom to share and change it.  By contrast, the GNU General Public @@ -15,7 +15,7 @@ software--to make sure the software is free for all its users.  This  General Public License applies to most of the Free Software  Foundation's software and to any other program whose authors commit to  using it.  (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.)  You can apply it to +the GNU Lesser General Public License instead.)  You can apply it to  your programs, too.    When we speak of free software, we are referring to freedom, not @@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all.    The precise terms and conditions for copying, distribution and  modification follow. - -		    GNU GENERAL PUBLIC LICENSE + +                    GNU GENERAL PUBLIC LICENSE     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION    0. This License applies to any program or other work which contains @@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:      License.  (Exception: if the Program itself is interactive but      does not normally print such an announcement, your work based on      the Program is not required to print an announcement.) - +  These requirements apply to the modified work as a whole.  If  identifiable sections of that work are not derived from the Program,  and can be reasonably considered independent and separate works in @@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent  access to copy the source code from the same place counts as  distribution of the source code, even though third parties are not  compelled to copy the source along with the object code. - +    4. You may not copy, modify, sublicense, or distribute the Program  except as expressly provided under this License.  Any attempt  otherwise to copy, modify, sublicense or distribute the Program is @@ -225,7 +225,7 @@ impose that choice.  This section is intended to make thoroughly clear what is believed to  be a consequence of the rest of this License. - +    8. If the distribution and/or use of the Program is restricted in  certain countries either by patents or by copyrighted interfaces, the  original copyright holder who places the Program under this License @@ -255,7 +255,7 @@ make exceptions for this.  Our decision will be guided by the two goals  of preserving the free status of all derivatives of our free software and  of promoting the sharing and reuse of software generally. -			    NO WARRANTY +                            NO WARRANTY    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN @@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE  POSSIBILITY OF SUCH DAMAGES. -		     END OF TERMS AND CONDITIONS - -	    How to Apply These Terms to Your New Programs +                     END OF TERMS AND CONDITIONS + +            How to Apply These Terms to Your New Programs    If you develop a new program, and you want it to be of the greatest  possible use to the public, the best way to achieve this is to make it @@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      GNU General Public License for more details. -    You should have received a copy of the GNU General Public License -    along with this program; if not, write to the Free Software -    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA - +    You should have received a copy of the GNU General Public License along +    with this program; if not, write to the Free Software Foundation, Inc., +    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  Also add information on how to contact you by electronic and paper mail.  If the program is interactive, make it output a short notice like this  when it starts in an interactive mode: -    Gnomovision version 69, Copyright (C) year  name of author +    Gnomovision version 69, Copyright (C) year name of author      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.      This is free software, and you are welcome to redistribute it      under certain conditions; type `show c' for details. @@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the names:  This General Public License does not permit incorporating your program into  proprietary programs.  If your program is a subroutine library, you may  consider it more useful to permit linking proprietary applications with the -library.  If this is what you want to do, use the GNU Library General +library.  If this is what you want to do, use the GNU Lesser General  Public License instead of this License. @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _BITLBEE_H @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _COMMANDS_H @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef __CONF_H @@ -17,8 +17,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -18,8 +18,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  /*  @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _HELP_H @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _IRC_H diff --git a/irc_channel.c b/irc_channel.c index 88aecce6..05a3e0cf 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" diff --git a/irc_commands.c b/irc_commands.c index 73b781fc..743fb417 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" diff --git a/lib/events.h b/lib/events.h index e31ddba4..0446aa0f 100644 --- a/lib/events.h +++ b/lib/events.h @@ -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   *   */ diff --git a/lib/events_glib.c b/lib/events_glib.c index 369d47f2..c6bb3d9e 100644 --- a/lib/events_glib.c +++ b/lib/events_glib.c @@ -21,8 +21,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/lib/events_libevent.c b/lib/events_libevent.c index 43d770ea..cf4eee8f 100644 --- a/lib/events_libevent.c +++ b/lib/events_libevent.c @@ -21,8 +21,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/lib/http_client.c b/lib/http_client.c index 590b8143..49498f74 100644 --- a/lib/http_client.c +++ b/lib/http_client.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include <string.h> diff --git a/lib/http_client.h b/lib/http_client.h index 1b86f228..99add28f 100644 --- a/lib/http_client.h +++ b/lib/http_client.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  /* http_client allows you to talk (asynchronously, again) to HTTP servers. @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _INI_H @@ -26,8 +26,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _MISC_H diff --git a/lib/proxy.c b/lib/proxy.c index 6ada4917..86bb0dcc 100644 --- a/lib/proxy.c +++ b/lib/proxy.c @@ -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  02110-1301  USA   *   */ diff --git a/lib/proxy.h b/lib/proxy.h index b3be0a66..b84b37ff 100644 --- a/lib/proxy.h +++ b/lib/proxy.h @@ -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   *   */ diff --git a/lib/ssl_client.h b/lib/ssl_client.h index 206fe9cb..d23d21f0 100644 --- a/lib/ssl_client.h +++ b/lib/ssl_client.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  /* ssl_client makes it easier to open SSL connections to servers. (It diff --git a/lib/ssl_gnutls.c b/lib/ssl_gnutls.c index f6bdd6b2..0aea6b0e 100644 --- a/lib/ssl_gnutls.c +++ b/lib/ssl_gnutls.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include <gnutls/gnutls.h> diff --git a/lib/ssl_nss.c b/lib/ssl_nss.c index 045cd322..00a574f7 100644 --- a/lib/ssl_nss.c +++ b/lib/ssl_nss.c @@ -21,8 +21,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" diff --git a/lib/ssl_openssl.c b/lib/ssl_openssl.c index 3486f044..206c73e7 100644 --- a/lib/ssl_openssl.c +++ b/lib/ssl_openssl.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include <openssl/crypto.h> @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "url.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _LOG_H @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  void nick_set_raw( account_t *acc, const char *handle, const char *nick ); @@ -35,8 +35,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" @@ -24,8 +24,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef BITLBEE_PROTOCOLS_OTR_H diff --git a/protocols/account.c b/protocols/account.c index 83c214b1..3f6fe3a6 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/account.h b/protocols/account.h index 14633fad..d3e93504 100644 --- a/protocols/account.h +++ b/protocols/account.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _ACCOUNT_H diff --git a/protocols/bee.c b/protocols/bee.c index 5800233d..887d1560 100644 --- a/protocols/bee.c +++ b/protocols/bee.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/bee.h b/protocols/bee.h index 24f5824e..949bb025 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef __BEE_H__ diff --git a/protocols/bee_chat.c b/protocols/bee_chat.c index 349e0547..1b741730 100644 --- a/protocols/bee_chat.c +++ b/protocols/bee_chat.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/bee_ft.c b/protocols/bee_ft.c index 1026eab3..71299e99 100644 --- a/protocols/bee_ft.c +++ b/protocols/bee_ft.c @@ -17,8 +17,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/bee_user.c b/protocols/bee_user.c index f0091799..4169744f 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/ft.h b/protocols/ft.h index 159f16f2..65877c7d 100644 --- a/protocols/ft.h +++ b/protocols/ft.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _FT_H diff --git a/protocols/msn/invitation.c b/protocols/msn/invitation.c index 9f8b9a6e..7bfec4aa 100644 --- a/protocols/msn/invitation.c +++ b/protocols/msn/invitation.c @@ -20,8 +20,8 @@   You should have received a copy of the GNU General Public License with   the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, - Suite 330, Boston, MA  02111-1307  USA + if not, write to the Free Software Foundation, Inc., 51 Franklin St., + Fifth Floor, Boston, MA  02110-1301  USA   */  #include "bitlbee.h" diff --git a/protocols/msn/invitation.h b/protocols/msn/invitation.h index 289efd7b..13bbf0d3 100644 --- a/protocols/msn/invitation.h +++ b/protocols/msn/invitation.h @@ -19,8 +19,8 @@   You should have received a copy of the GNU General Public License with   the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, - Suite 330, Boston, MA  02111-1307  USA + if not, write to the Free Software Foundation, Inc., 51 Franklin St., + Fifth Floor, Boston, MA  02110-1301  USA   */  #ifndef _MSN_INVITATION_H diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index ea38b379..808d41d3 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "nogaim.h" diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index cb50c6c2..438b2174 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _MSN_H diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c index d15bc123..f329ae03 100644 --- a/protocols/msn/msn_util.c +++ b/protocols/msn/msn_util.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "nogaim.h" diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index 7acf4654..5c7e3ff4 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include <ctype.h> diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index 1cd1c743..ac7182fb 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include <ctype.h> diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c index 35299b28..175b4546 100644 --- a/protocols/msn/soap.c +++ b/protocols/msn/soap.c @@ -22,8 +22,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "http_client.h" diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index 1981330e..73ef5f8a 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -22,8 +22,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  /* Thanks to http://msnpiki.msnfanatic.com/ for lots of info on this! */ diff --git a/protocols/msn/tables.c b/protocols/msn/tables.c index 273d291e..c3e36eb5 100644 --- a/protocols/msn/tables.c +++ b/protocols/msn/tables.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "nogaim.h" diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 2f75a7b8..ff1c9a85 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -27,8 +27,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 3fd940b5..c236a0b5 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -31,8 +31,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _NOGAIM_H diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 021792b3..7bf3ac3e 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -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  02110-1301  USA   *   */ diff --git a/protocols/skype/skype.c b/protocols/skype/skype.c index 714babf4..8452aff9 100644 --- a/protocols/skype/skype.c +++ b/protocols/skype/skype.c @@ -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, + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,   *  USA.   */ diff --git a/protocols/yahoo/libyahoo2.c b/protocols/yahoo/libyahoo2.c index fe40786b..cc4724f6 100644 --- a/protocols/yahoo/libyahoo2.c +++ b/protocols/yahoo/libyahoo2.c @@ -43,7 +43,7 @@   *   * You should have received a copy of the GNU General Public License   * along with this program; if not, write to 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   *   */ diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index a9fb2f34..a736b05b 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -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   *   */ diff --git a/protocols/yahoo/yahoo2.h b/protocols/yahoo/yahoo2.h index b9e6665b..76180cd6 100644 --- a/protocols/yahoo/yahoo2.h +++ b/protocols/yahoo/yahoo2.h @@ -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   *   */ diff --git a/protocols/yahoo/yahoo2_callbacks.h b/protocols/yahoo/yahoo2_callbacks.h index 0a3aab46..4e635cb1 100644 --- a/protocols/yahoo/yahoo2_callbacks.h +++ b/protocols/yahoo/yahoo2_callbacks.h @@ -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   *   */ diff --git a/protocols/yahoo/yahoo2_types.h b/protocols/yahoo/yahoo2_types.h index bbade5d8..62aa39d1 100644 --- a/protocols/yahoo/yahoo2_types.h +++ b/protocols/yahoo/yahoo2_types.h @@ -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   *   */ diff --git a/protocols/yahoo/yahoo_debug.h b/protocols/yahoo/yahoo_debug.h index 59d92901..08382d64 100644 --- a/protocols/yahoo/yahoo_debug.h +++ b/protocols/yahoo/yahoo_debug.h @@ -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   *   */ diff --git a/protocols/yahoo/yahoo_httplib.c b/protocols/yahoo/yahoo_httplib.c index 93fdb263..eaf319b8 100644 --- a/protocols/yahoo/yahoo_httplib.c +++ b/protocols/yahoo/yahoo_httplib.c @@ -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   *   */ diff --git a/protocols/yahoo/yahoo_httplib.h b/protocols/yahoo/yahoo_httplib.h index ab699b20..8e386717 100644 --- a/protocols/yahoo/yahoo_httplib.h +++ b/protocols/yahoo/yahoo_httplib.h @@ -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   *   */ diff --git a/protocols/yahoo/yahoo_list.h b/protocols/yahoo/yahoo_list.h index c2e5ad18..21bd4f06 100644 --- a/protocols/yahoo/yahoo_list.h +++ b/protocols/yahoo/yahoo_list.h @@ -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  02110-1301  USA   *   */ diff --git a/protocols/yahoo/yahoo_util.c b/protocols/yahoo/yahoo_util.c index 33a12674..1b6168aa 100644 --- a/protocols/yahoo/yahoo_util.c +++ b/protocols/yahoo/yahoo_util.c @@ -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   *   */ diff --git a/protocols/yahoo/yahoo_util.h b/protocols/yahoo/yahoo_util.h index 6b4da304..1f55e064 100644 --- a/protocols/yahoo/yahoo_util.h +++ b/protocols/yahoo/yahoo_util.h @@ -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   *   */ @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef _QUERY_H diff --git a/root_commands.c b/root_commands.c index 6b8add80..1fa2d0ad 100644 --- a/root_commands.c +++ b/root_commands.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef __SET_H__ @@ -21,8 +21,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #ifndef __STORAGE_H__ diff --git a/storage_xml.c b/storage_xml.c index ddd09938..553929e1 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #define BITLBEE_CORE @@ -19,8 +19,8 @@    You should have received a copy of the GNU General Public License with    the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; -  if not, write to the Free Software Foundation, Inc., 59 Temple Place, -  Suite 330, Boston, MA  02111-1307  USA +  if not, write to the Free Software Foundation, Inc., 51 Franklin St., +  Fifth Floor, Boston, MA  02110-1301  USA  */  #include "bitlbee.h" | 
