summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2007-05-08 18:16:58 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-05-08 18:16:58 +0000
commit023026e12b0e735b8bcb4fbced483b683d7f8df4 (patch)
treeb7047c50f1bcab02fc7227843feb3fdd6c4563d3 /src/core
parent93492d8a35bb5e0faa4afd822ee52cc9783bf4b3 (diff)
downloadirssi-023026e12b0e735b8bcb4fbced483b683d7f8df4.zip
Update FSF address
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4489 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r--src/core/args.c2
-rw-r--r--src/core/channels-setup.c2
-rw-r--r--src/core/channels.c2
-rw-r--r--src/core/chat-commands.c2
-rw-r--r--src/core/chat-protocols.c2
-rw-r--r--src/core/chatnets.c2
-rw-r--r--src/core/commands.c2
-rw-r--r--src/core/core.c2
-rw-r--r--src/core/expandos.c2
-rw-r--r--src/core/ignore.c2
-rw-r--r--src/core/levels.c2
-rw-r--r--src/core/line-split.c2
-rw-r--r--src/core/log-away.c2
-rw-r--r--src/core/log.c2
-rw-r--r--src/core/masks.c2
-rw-r--r--src/core/misc.c2
-rw-r--r--src/core/modules-load.c2
-rw-r--r--src/core/modules.c2
-rw-r--r--src/core/net-disconnect.c2
-rw-r--r--src/core/net-nonblock.c2
-rw-r--r--src/core/net-sendbuffer.c2
-rw-r--r--src/core/network-openssl.c2
-rw-r--r--src/core/network.c2
-rw-r--r--src/core/nicklist.c2
-rw-r--r--src/core/nickmatch-cache.c2
-rw-r--r--src/core/pidwait.c2
-rw-r--r--src/core/queries.c2
-rw-r--r--src/core/rawlog.c2
-rw-r--r--src/core/recode.c2
-rw-r--r--src/core/servers-reconnect.c2
-rw-r--r--src/core/servers-setup.c2
-rw-r--r--src/core/servers.c2
-rw-r--r--src/core/session.c2
-rw-r--r--src/core/settings.c2
-rw-r--r--src/core/signals.c2
-rw-r--r--src/core/special-vars.c2
-rw-r--r--src/core/write-buffer.c2
37 files changed, 37 insertions, 37 deletions
diff --git a/src/core/args.c b/src/core/args.c
index ab26ee14..8acfe9f2 100644
--- a/src/core/args.c
+++ b/src/core/args.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/channels-setup.c b/src/core/channels-setup.c
index a61ccb56..e9cd596f 100644
--- a/src/core/channels-setup.c
+++ b/src/core/channels-setup.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/channels.c b/src/core/channels.c
index 79d8f0e7..aa71cf61 100644
--- a/src/core/channels.c
+++ b/src/core/channels.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c
index c7cc87d8..75103a9e 100644
--- a/src/core/chat-commands.c
+++ b/src/core/chat-commands.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/chat-protocols.c b/src/core/chat-protocols.c
index 2989598c..d9fba87a 100644
--- a/src/core/chat-protocols.c
+++ b/src/core/chat-protocols.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/chatnets.c b/src/core/chatnets.c
index 9e43f859..3f66a5ca 100644
--- a/src/core/chatnets.c
+++ b/src/core/chatnets.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/commands.c b/src/core/commands.c
index d9dc67af..6f4c8ade 100644
--- a/src/core/commands.c
+++ b/src/core/commands.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/core.c b/src/core/core.c
index ea0fe896..75fb41fa 100644
--- a/src/core/core.c
+++ b/src/core/core.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/expandos.c b/src/core/expandos.c
index 0d7a6141..06002f28 100644
--- a/src/core/expandos.c
+++ b/src/core/expandos.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "core.h"
diff --git a/src/core/ignore.c b/src/core/ignore.c
index 99986dd2..e2d306ea 100644
--- a/src/core/ignore.c
+++ b/src/core/ignore.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/levels.c b/src/core/levels.c
index 0caf58b6..0379e1a4 100644
--- a/src/core/levels.c
+++ b/src/core/levels.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/line-split.c b/src/core/line-split.c
index a1e96544..04a673e2 100644
--- a/src/core/line-split.c
+++ b/src/core/line-split.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/log-away.c b/src/core/log-away.c
index 233f3f59..2486778f 100644
--- a/src/core/log-away.c
+++ b/src/core/log-away.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/log.c b/src/core/log.c
index 409fc2cd..7514eb97 100644
--- a/src/core/log.c
+++ b/src/core/log.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/masks.c b/src/core/masks.c
index 02c7655c..33031168 100644
--- a/src/core/masks.c
+++ b/src/core/masks.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/misc.c b/src/core/misc.c
index 3dbc7bad..f437649f 100644
--- a/src/core/misc.c
+++ b/src/core/misc.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/modules-load.c b/src/core/modules-load.c
index 2ae029e8..77774fcc 100644
--- a/src/core/modules-load.c
+++ b/src/core/modules-load.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/modules.c b/src/core/modules.c
index a04e31cc..24a4f1da 100644
--- a/src/core/modules.c
+++ b/src/core/modules.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/net-disconnect.c b/src/core/net-disconnect.c
index f232f1f4..a8c59f24 100644
--- a/src/core/net-disconnect.c
+++ b/src/core/net-disconnect.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/net-nonblock.c b/src/core/net-nonblock.c
index 14e08664..c56b1124 100644
--- a/src/core/net-nonblock.c
+++ b/src/core/net-nonblock.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/net-sendbuffer.c b/src/core/net-sendbuffer.c
index f8aac80c..c940adc6 100644
--- a/src/core/net-sendbuffer.c
+++ b/src/core/net-sendbuffer.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/network-openssl.c b/src/core/network-openssl.c
index 68fb8ea8..40457ef5 100644
--- a/src/core/network-openssl.c
+++ b/src/core/network-openssl.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/network.c b/src/core/network.c
index 21235b2a..c2ac07f7 100644
--- a/src/core/network.c
+++ b/src/core/network.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/nicklist.c b/src/core/nicklist.c
index 4f322bf5..1323363c 100644
--- a/src/core/nicklist.c
+++ b/src/core/nicklist.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/nickmatch-cache.c b/src/core/nickmatch-cache.c
index 6605a2f4..5eb4be6c 100644
--- a/src/core/nickmatch-cache.c
+++ b/src/core/nickmatch-cache.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/pidwait.c b/src/core/pidwait.c
index bb48d0d0..a23fd53e 100644
--- a/src/core/pidwait.c
+++ b/src/core/pidwait.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/queries.c b/src/core/queries.c
index 799a6320..a6b7532e 100644
--- a/src/core/queries.c
+++ b/src/core/queries.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/rawlog.c b/src/core/rawlog.c
index d605ccb5..c93ba3e0 100644
--- a/src/core/rawlog.c
+++ b/src/core/rawlog.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/recode.c b/src/core/recode.c
index d8692ea9..e85a9d4b 100644
--- a/src/core/recode.c
+++ b/src/core/recode.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/servers-reconnect.c b/src/core/servers-reconnect.c
index 5f53368c..9705dd6e 100644
--- a/src/core/servers-reconnect.c
+++ b/src/core/servers-reconnect.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/servers-setup.c b/src/core/servers-setup.c
index 2aeb1d5d..f13f25a6 100644
--- a/src/core/servers-setup.c
+++ b/src/core/servers-setup.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/servers.c b/src/core/servers.c
index ca18914a..c115edc7 100644
--- a/src/core/servers.c
+++ b/src/core/servers.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/session.c b/src/core/session.c
index f3553634..31877169 100644
--- a/src/core/session.c
+++ b/src/core/session.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/settings.c b/src/core/settings.c
index 3adc14a4..0535a8da 100644
--- a/src/core/settings.c
+++ b/src/core/settings.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/signals.c b/src/core/signals.c
index 31642452..5ed95134 100644
--- a/src/core/signals.c
+++ b/src/core/signals.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/special-vars.c b/src/core/special-vars.c
index 69066642..431619ed 100644
--- a/src/core/special-vars.c
+++ b/src/core/special-vars.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"
diff --git a/src/core/write-buffer.c b/src/core/write-buffer.c
index eec306ae..864687d3 100644
--- a/src/core/write-buffer.c
+++ b/src/core/write-buffer.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
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "module.h"