aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatej Cepl <mcepl@redhat.com>2015-01-16 16:50:23 -0300
committerdequis <dx@dxzone.com.ar>2015-01-16 16:50:23 -0300
commit6f10697380c620065731a5beece95c0f5bd652a0 (patch)
treeaf22e87048c08f3110377e9fca3c85d81341182e /lib
parentbc7a0d46e36a819755ca3f2b38194fb11eca0dd9 (diff)
Fix incorrect Free Software Foundation address
Diffstat (limited to 'lib')
-rw-r--r--lib/events.h2
-rw-r--r--lib/events_glib.c4
-rw-r--r--lib/events_libevent.c4
-rw-r--r--lib/http_client.c4
-rw-r--r--lib/http_client.h4
-rw-r--r--lib/ini.c4
-rw-r--r--lib/ini.h4
-rw-r--r--lib/misc.c4
-rw-r--r--lib/misc.h4
-rw-r--r--lib/proxy.c2
-rw-r--r--lib/proxy.h2
-rw-r--r--lib/ssl_client.h4
-rw-r--r--lib/ssl_gnutls.c4
-rw-r--r--lib/ssl_nss.c4
-rw-r--r--lib/ssl_openssl.c4
-rw-r--r--lib/url.c4
-rw-r--r--lib/url.h4
17 files changed, 31 insertions, 31 deletions
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.
diff --git a/lib/ini.c b/lib/ini.c
index aa291bb2..ad409283 100644
--- a/lib/ini.c
+++ b/lib/ini.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
#include "bitlbee.h"
diff --git a/lib/ini.h b/lib/ini.h
index 6ae0bde5..290b8cc9 100644
--- a/lib/ini.h
+++ b/lib/ini.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
diff --git a/lib/misc.c b/lib/misc.c
index 6ceb6f3c..8196879d 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -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
diff --git a/lib/misc.h b/lib/misc.h
index 460cce8c..d8cce32b 100644
--- a/lib/misc.h
+++ b/lib/misc.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 _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>
diff --git a/lib/url.c b/lib/url.c
index 9e330f8c..1c7ff656 100644
--- a/lib/url.c
+++ b/lib/url.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 "url.h"
diff --git a/lib/url.h b/lib/url.h
index 55107ad2..d49d3365 100644
--- a/lib/url.h
+++ b/lib/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"