diff options
author | Matej Cepl <mcepl@redhat.com> | 2015-01-16 16:50:23 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-01-16 16:50:23 -0300 |
commit | 6f10697380c620065731a5beece95c0f5bd652a0 (patch) | |
tree | af22e87048c08f3110377e9fca3c85d81341182e /lib | |
parent | bc7a0d46e36a819755ca3f2b38194fb11eca0dd9 (diff) |
Fix incorrect Free Software Foundation address
Diffstat (limited to 'lib')
-rw-r--r-- | lib/events.h | 2 | ||||
-rw-r--r-- | lib/events_glib.c | 4 | ||||
-rw-r--r-- | lib/events_libevent.c | 4 | ||||
-rw-r--r-- | lib/http_client.c | 4 | ||||
-rw-r--r-- | lib/http_client.h | 4 | ||||
-rw-r--r-- | lib/ini.c | 4 | ||||
-rw-r--r-- | lib/ini.h | 4 | ||||
-rw-r--r-- | lib/misc.c | 4 | ||||
-rw-r--r-- | lib/misc.h | 4 | ||||
-rw-r--r-- | lib/proxy.c | 2 | ||||
-rw-r--r-- | lib/proxy.h | 2 | ||||
-rw-r--r-- | lib/ssl_client.h | 4 | ||||
-rw-r--r-- | lib/ssl_gnutls.c | 4 | ||||
-rw-r--r-- | lib/ssl_nss.c | 4 | ||||
-rw-r--r-- | lib/ssl_openssl.c | 4 | ||||
-rw-r--r-- | lib/url.c | 4 | ||||
-rw-r--r-- | lib/url.h | 4 |
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. @@ -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" |