diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2007-05-08 18:16:58 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-05-08 18:16:58 +0000 |
commit | 023026e12b0e735b8bcb4fbced483b683d7f8df4 (patch) | |
tree | b7047c50f1bcab02fc7227843feb3fdd6c4563d3 /src/irc/core | |
parent | 93492d8a35bb5e0faa4afd822ee52cc9783bf4b3 (diff) | |
download | irssi-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/irc/core')
-rw-r--r-- | src/irc/core/bans.c | 2 | ||||
-rw-r--r-- | src/irc/core/channel-events.c | 2 | ||||
-rw-r--r-- | src/irc/core/channel-rejoin.c | 2 | ||||
-rw-r--r-- | src/irc/core/channels-query.c | 2 | ||||
-rw-r--r-- | src/irc/core/ctcp.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-channels-setup.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-channels.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-chatnets.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-commands.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-core.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-expandos.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-masks.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-nicklist.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-queries.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-servers-reconnect.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-servers-setup.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-servers.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc-session.c | 2 | ||||
-rw-r--r-- | src/irc/core/irc.c | 2 | ||||
-rw-r--r-- | src/irc/core/lag.c | 2 | ||||
-rw-r--r-- | src/irc/core/massjoin.c | 2 | ||||
-rw-r--r-- | src/irc/core/mode-lists.c | 2 | ||||
-rw-r--r-- | src/irc/core/modes.c | 2 | ||||
-rw-r--r-- | src/irc/core/netsplit.c | 2 | ||||
-rw-r--r-- | src/irc/core/servers-idle.c | 2 | ||||
-rw-r--r-- | src/irc/core/servers-redirect.c | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/src/irc/core/bans.c b/src/irc/core/bans.c index 0f00fce1..cc13ae50 100644 --- a/src/irc/core/bans.c +++ b/src/irc/core/bans.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/irc/core/channel-events.c b/src/irc/core/channel-events.c index 9e2c4891..141ad8a5 100644 --- a/src/irc/core/channel-events.c +++ b/src/irc/core/channel-events.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/irc/core/channel-rejoin.c b/src/irc/core/channel-rejoin.c index 6b97208d..a9c82b69 100644 --- a/src/irc/core/channel-rejoin.c +++ b/src/irc/core/channel-rejoin.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 + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "module.h" diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c index 484c3fcf..b14e1ae9 100644 --- a/src/irc/core/channels-query.c +++ b/src/irc/core/channels-query.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 */ /* diff --git a/src/irc/core/ctcp.c b/src/irc/core/ctcp.c index 1feb430d..9f62de5d 100644 --- a/src/irc/core/ctcp.c +++ b/src/irc/core/ctcp.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/irc/core/irc-channels-setup.c b/src/irc/core/irc-channels-setup.c index 33e383de..0005d737 100644 --- a/src/irc/core/irc-channels-setup.c +++ b/src/irc/core/irc-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/irc/core/irc-channels.c b/src/irc/core/irc-channels.c index a67504ed..89bdc60d 100644 --- a/src/irc/core/irc-channels.c +++ b/src/irc/core/irc-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/irc/core/irc-chatnets.c b/src/irc/core/irc-chatnets.c index be6746e7..5509709f 100644 --- a/src/irc/core/irc-chatnets.c +++ b/src/irc/core/irc-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/irc/core/irc-commands.c b/src/irc/core/irc-commands.c index 5657cb50..b3d5883a 100644 --- a/src/irc/core/irc-commands.c +++ b/src/irc/core/irc-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/irc/core/irc-core.c b/src/irc/core/irc-core.c index 09da3c8d..f1949b5d 100644 --- a/src/irc/core/irc-core.c +++ b/src/irc/core/irc-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/irc/core/irc-expandos.c b/src/irc/core/irc-expandos.c index 589b0620..acdb7112 100644 --- a/src/irc/core/irc-expandos.c +++ b/src/irc/core/irc-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 "module.h" diff --git a/src/irc/core/irc-masks.c b/src/irc/core/irc-masks.c index 824a3b84..7c2199bf 100644 --- a/src/irc/core/irc-masks.c +++ b/src/irc/core/irc-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/irc/core/irc-nicklist.c b/src/irc/core/irc-nicklist.c index 8f8a027c..3fd320cd 100644 --- a/src/irc/core/irc-nicklist.c +++ b/src/irc/core/irc-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/irc/core/irc-queries.c b/src/irc/core/irc-queries.c index 1b089778..9b6435ed 100644 --- a/src/irc/core/irc-queries.c +++ b/src/irc/core/irc-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/irc/core/irc-servers-reconnect.c b/src/irc/core/irc-servers-reconnect.c index beb821f6..8527c2cc 100644 --- a/src/irc/core/irc-servers-reconnect.c +++ b/src/irc/core/irc-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/irc/core/irc-servers-setup.c b/src/irc/core/irc-servers-setup.c index 5b4fcb44..338e633e 100644 --- a/src/irc/core/irc-servers-setup.c +++ b/src/irc/core/irc-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/irc/core/irc-servers.c b/src/irc/core/irc-servers.c index 79c274ff..e5768574 100644 --- a/src/irc/core/irc-servers.c +++ b/src/irc/core/irc-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/irc/core/irc-session.c b/src/irc/core/irc-session.c index 8eb6facf..c605a09f 100644 --- a/src/irc/core/irc-session.c +++ b/src/irc/core/irc-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/irc/core/irc.c b/src/irc/core/irc.c index f7759cd2..988b4bd5 100644 --- a/src/irc/core/irc.c +++ b/src/irc/core/irc.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/irc/core/lag.c b/src/irc/core/lag.c index 7d4f51ed..b33f376a 100644 --- a/src/irc/core/lag.c +++ b/src/irc/core/lag.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/irc/core/massjoin.c b/src/irc/core/massjoin.c index d8631d31..d1ddfdea 100644 --- a/src/irc/core/massjoin.c +++ b/src/irc/core/massjoin.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/irc/core/mode-lists.c b/src/irc/core/mode-lists.c index a275d49f..57efd93b 100644 --- a/src/irc/core/mode-lists.c +++ b/src/irc/core/mode-lists.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/irc/core/modes.c b/src/irc/core/modes.c index 44cd1649..12387cd8 100644 --- a/src/irc/core/modes.c +++ b/src/irc/core/modes.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/irc/core/netsplit.c b/src/irc/core/netsplit.c index 9f0ae095..6d2acb4e 100644 --- a/src/irc/core/netsplit.c +++ b/src/irc/core/netsplit.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/irc/core/servers-idle.c b/src/irc/core/servers-idle.c index d970b585..761d9de4 100644 --- a/src/irc/core/servers-idle.c +++ b/src/irc/core/servers-idle.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/irc/core/servers-redirect.c b/src/irc/core/servers-redirect.c index c75e87e8..5eb9844a 100644 --- a/src/irc/core/servers-redirect.c +++ b/src/irc/core/servers-redirect.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" |