diff options
Diffstat (limited to 'plugins')
32 files changed, 40 insertions, 40 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c index 9e359805..3610e9d0 100644 --- a/plugins/dns/dns.c +++ b/plugins/dns/dns.c @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ /* * Requires MS Visual Studio and IPV6 headers to compile (run nmake). diff --git a/plugins/ewc/ewc.c b/plugins/ewc/ewc.c index c8e508f7..48336b36 100644 --- a/plugins/ewc/ewc.c +++ b/plugins/ewc/ewc.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; 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 <windows.h> 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 <windows.h> @@ -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 <windows.h> @@ -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 <windows.h> @@ -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 <windows.h> 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 diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c index 872d3081..0908f6cb 100644 --- a/plugins/lua/lua.c +++ b/plugins/lua/lua.c @@ -13,7 +13,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ /* * $Id: lua.c 91 2007-06-09 18:44:03Z vetinari $ diff --git a/plugins/mpcinfo/functions.c b/plugins/mpcinfo/functions.c index ba6ba519..ff2d563e 100644 --- a/plugins/mpcinfo/functions.c +++ b/plugins/mpcinfo/functions.c @@ -11,7 +11,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ /* diff --git a/plugins/mpcinfo/mp3Info.c b/plugins/mpcinfo/mp3Info.c index c08e9663..b7112a5d 100644 --- a/plugins/mpcinfo/mp3Info.c +++ b/plugins/mpcinfo/mp3Info.c @@ -11,7 +11,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ //#include <stdio.h> diff --git a/plugins/mpcinfo/mpcInfo.c b/plugins/mpcinfo/mpcInfo.c index 471b92cf..0ba9385c 100644 --- a/plugins/mpcinfo/mpcInfo.c +++ b/plugins/mpcinfo/mpcInfo.c @@ -11,7 +11,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ //static int DEBUG=0; diff --git a/plugins/mpcinfo/oggInfo.c b/plugins/mpcinfo/oggInfo.c index 64c9c512..ee7d6363 100644 --- a/plugins/mpcinfo/oggInfo.c +++ b/plugins/mpcinfo/oggInfo.c @@ -11,7 +11,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ static int getOggInt(char *buff, int beg, int bytes){ diff --git a/plugins/mpcinfo/theme.c b/plugins/mpcinfo/theme.c index 2f035592..3f98a59c 100644 --- a/plugins/mpcinfo/theme.c +++ b/plugins/mpcinfo/theme.c @@ -11,7 +11,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <time.h> diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 8d5dce4e..bda3f6f2 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -13,7 +13,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdlib.h> diff --git a/plugins/python/python.c b/plugins/python/python.c index d65efec2..0ff669b6 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this file; 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 */ /* Thread support diff --git a/plugins/sysinfo/hwmon.c b/plugins/sysinfo/hwmon.c index d7616b47..3cc2fb8d 100644 --- a/plugins/sysinfo/hwmon.c +++ b/plugins/sysinfo/hwmon.c @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> diff --git a/plugins/sysinfo/hwmon.h b/plugins/sysinfo/hwmon.h index 020111f9..fe71274b 100644 --- a/plugins/sysinfo/hwmon.h +++ b/plugins/sysinfo/hwmon.h @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/plugins/sysinfo/match.c b/plugins/sysinfo/match.c index 3184ce22..e40ac428 100644 --- a/plugins/sysinfo/match.c +++ b/plugins/sysinfo/match.c @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> diff --git a/plugins/sysinfo/match.h b/plugins/sysinfo/match.h index b8846527..61811e4a 100644 --- a/plugins/sysinfo/match.h +++ b/plugins/sysinfo/match.h @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _MATCH_H_ diff --git a/plugins/sysinfo/parse.c b/plugins/sysinfo/parse.c index 45399496..fbca6213 100644 --- a/plugins/sysinfo/parse.c +++ b/plugins/sysinfo/parse.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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> diff --git a/plugins/sysinfo/parse.h b/plugins/sysinfo/parse.h index eb7a1362..27aac7da 100644 --- a/plugins/sysinfo/parse.h +++ b/plugins/sysinfo/parse.h @@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/plugins/sysinfo/pci.c b/plugins/sysinfo/pci.c index 31df60f0..bc8fb11f 100644 --- a/plugins/sysinfo/pci.c +++ b/plugins/sysinfo/pci.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 St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> diff --git a/plugins/sysinfo/pci.h b/plugins/sysinfo/pci.h index b7afb1fc..673f0a0a 100644 --- a/plugins/sysinfo/pci.h +++ b/plugins/sysinfo/pci.h @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/plugins/sysinfo/xsys.c b/plugins/sysinfo/xsys.c index cf807343..98bc9017 100644 --- a/plugins/sysinfo/xsys.c +++ b/plugins/sysinfo/xsys.c @@ -19,7 +19,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 St, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/plugins/sysinfo/xsys.h b/plugins/sysinfo/xsys.h index ffb30bab..4daf8545 100644 --- a/plugins/sysinfo/xsys.h +++ b/plugins/sysinfo/xsys.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 St, Fifth Floor, Boston, MA 02110-1301, USA */ |