From b04377825fb3a6c35c22580295c410f442be5983 Mon Sep 17 00:00:00 2001 From: Dan Mashal Date: Sun, 23 Dec 2012 11:36:54 -0800 Subject: fix incorrect FSF address --- plugins/hextray/callbacks.cpp | 2 +- plugins/hextray/callbacks.h | 4 ++-- plugins/hextray/hexchat.cpp | 4 ++-- plugins/hextray/hexchat.h | 4 ++-- plugins/hextray/hextray.cpp | 2 +- plugins/hextray/hextray.h | 2 +- plugins/hextray/sdAlerts.cpp | 4 ++-- plugins/hextray/sdAlerts.h | 4 ++-- plugins/hextray/sdTray.cpp | 4 ++-- plugins/hextray/sdTray.h | 4 ++-- plugins/hextray/utility.cpp | 2 +- plugins/hextray/utility.h | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) (limited to 'plugins/hextray') diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp index 0ced8384..d902af50 100644 --- a/plugins/hextray/callbacks.cpp +++ b/plugins/hextray/callbacks.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define _WIN32_IE 0x0601 diff --git a/plugins/hextray/callbacks.h b/plugins/hextray/callbacks.h index 99cbae74..fc7cf47b 100644 --- a/plugins/hextray/callbacks.h +++ b/plugins/hextray/callbacks.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_CALLBACKS_H @@ -34,4 +34,4 @@ LRESULT CALLBACK AlertsProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) LRESULT CALLBACK SettingsProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); int CALLBACK PrefProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); -#endif \ No newline at end of file +#endif diff --git a/plugins/hextray/hexchat.cpp b/plugins/hextray/hexchat.cpp index 38d0e52f..211e5c7f 100644 --- a/plugins/hextray/hexchat.cpp +++ b/plugins/hextray/hexchat.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include @@ -317,4 +317,4 @@ void hexchat_exec(char *command) { hexchat_set_context(ph, hexchat_find_context(ph, NULL, NULL)); hexchat_command(ph, command); -} \ No newline at end of file +} diff --git a/plugins/hextray/hexchat.h b/plugins/hextray/hexchat.h index 847f3547..bae633b2 100644 --- a/plugins/hextray/hexchat.h +++ b/plugins/hextray/hexchat.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_XCHAT_H @@ -29,4 +29,4 @@ void hexchat_globally_back (); void hexchat_back (); HMENU setServerMenu (); -#endif \ No newline at end of file +#endif diff --git a/plugins/hextray/hextray.cpp b/plugins/hextray/hextray.cpp index 56d79ba5..bf09f736 100644 --- a/plugins/hextray/hextray.cpp +++ b/plugins/hextray/hextray.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define _WIN32_IE 0x0601 diff --git a/plugins/hextray/hextray.h b/plugins/hextray/hextray.h index 30a564bc..2fc4b507 100644 --- a/plugins/hextray/hextray.h +++ b/plugins/hextray/hextray.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _XTRAY_H diff --git a/plugins/hextray/sdAlerts.cpp b/plugins/hextray/sdAlerts.cpp index 5e042806..bf61f1eb 100644 --- a/plugins/hextray/sdAlerts.cpp +++ b/plugins/hextray/sdAlerts.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include @@ -106,4 +106,4 @@ LRESULT CALLBACK sdAlertProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) int sdAlertNum() { return g_iAlerts; -} \ No newline at end of file +} diff --git a/plugins/hextray/sdAlerts.h b/plugins/hextray/sdAlerts.h index cd45a05b..6c2a3dc0 100644 --- a/plugins/hextray/sdAlerts.h +++ b/plugins/hextray/sdAlerts.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_SDALERTS_H @@ -23,4 +23,4 @@ void sdSystemAlert (HINSTANCE, UINT, char *, char *, UINT); LRESULT CALLBACK sdAlertProc (HWND, UINT, WPARAM, LPARAM); int sdAlertNum (); void sdCloseAlerts (); -#endif \ No newline at end of file +#endif diff --git a/plugins/hextray/sdTray.cpp b/plugins/hextray/sdTray.cpp index 3a91a61b..953fcf4a 100644 --- a/plugins/hextray/sdTray.cpp +++ b/plugins/hextray/sdTray.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define _WIN32_IE 0x601 #include @@ -204,4 +204,4 @@ void StopBlink(HWND hwnd, UINT id, HICON hBase) } SetIcon(hwnd, id, hBase); -} \ No newline at end of file +} diff --git a/plugins/hextray/sdTray.h b/plugins/hextray/sdTray.h index 68469fe0..82dc016b 100644 --- a/plugins/hextray/sdTray.h +++ b/plugins/hextray/sdTray.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_SDTRAY_H @@ -36,4 +36,4 @@ typedef struct IBLINK UINT time; UINT num; }iBlink; -#endif \ No newline at end of file +#endif diff --git a/plugins/hextray/utility.cpp b/plugins/hextray/utility.cpp index 44eaf7b7..e7500161 100644 --- a/plugins/hextray/utility.cpp +++ b/plugins/hextray/utility.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/plugins/hextray/utility.h b/plugins/hextray/utility.h index bc8a8bfd..76cc38ae 100644 --- a/plugins/hextray/utility.h +++ b/plugins/hextray/utility.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_UTILITY_H @@ -43,4 +43,4 @@ struct HOTKEY WORD key; WORD mod; }; -#endif \ No newline at end of file +#endif -- cgit 1.4.1