diff --git a/COPYRIGHT b/COPYRIGHT index bd77db0dad..11fff7f194 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -16,7 +16,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // // wxWidgets Library Licence, Version 3.1 diff --git a/api/boinc_api.C b/api/boinc_api.C index c2bda1672c..da1f3b3dc1 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Code that's in the BOINC app library (but NOT in the core client) // graphics-related code goes in graphics_api.C, not here diff --git a/api/boinc_api.h b/api/boinc_api.h index 36063db541..0925021440 100755 --- a/api/boinc_api.h +++ b/api/boinc_api.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_API_ #define _BOINC_API_ diff --git a/api/boinc_api_fortran.C b/api/boinc_api_fortran.C index dec3bb1cbb..41e2c914ae 100644 --- a/api/boinc_api_fortran.C +++ b/api/boinc_api_fortran.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This file defines a Fortran wrapper to the BOINC API. diff --git a/api/boinc_gl.h b/api/boinc_gl.h index e5fc1bbf42..a1fd4cfe2e 100644 --- a/api/boinc_gl.h +++ b/api/boinc_gl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef H_BOINC_GL #define H_BOINC_GL diff --git a/api/boinc_glut.h b/api/boinc_glut.h index 7c8f5a2c81..60e1f6e418 100644 --- a/api/boinc_glut.h +++ b/api/boinc_glut.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef H_BOINC_GLUT #define H_BOINC_GLUT diff --git a/api/graphics_api.C b/api/graphics_api.C index 6a2a404783..47c6359eb6 100755 --- a/api/graphics_api.C +++ b/api/graphics_api.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/api/graphics_api.h b/api/graphics_api.h index e809e3353f..bbaa94f5d6 100755 --- a/api/graphics_api.h +++ b/api/graphics_api.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef BOINC_GRAPHICS_API_H #define BOINC_GRAPHICS_API_H diff --git a/api/graphics_data.C b/api/graphics_data.C index af5907c8fc..b18b067b69 100644 --- a/api/graphics_data.C +++ b/api/graphics_data.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _WIN32 #include "config.h" diff --git a/api/graphics_data.h b/api/graphics_data.h index e93d6631bc..265327a404 100644 --- a/api/graphics_data.h +++ b/api/graphics_data.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The class GRAPHICS_DOUBLE_BUFFER provides a mechanism // for synchronizing the generation of graphics information diff --git a/api/graphics_impl.C b/api/graphics_impl.C index 8a33b6f0df..7338279af5 100755 --- a/api/graphics_impl.C +++ b/api/graphics_impl.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The part of the BOINC API having to do with graphics. // This is the implementation level, diff --git a/api/graphics_impl.h b/api/graphics_impl.h index 395ee95637..cad9e8ff5d 100644 --- a/api/graphics_impl.h +++ b/api/graphics_impl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "boinc_api.h" #include "graphics_api.h" diff --git a/api/graphics_impl_lib.C b/api/graphics_impl_lib.C index 2a9b441be8..de46484dd9 100644 --- a/api/graphics_impl_lib.C +++ b/api/graphics_impl_lib.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Code that is included in the shared-library part of a graphics app, // but NOT in libboinc_graphics_api.a (used by monolithic apps) diff --git a/api/graphics_lib.C b/api/graphics_lib.C index 50ca310c43..cfcf904593 100644 --- a/api/graphics_lib.C +++ b/api/graphics_lib.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // An interface to BOINC graphics in which // the graphics code lives in a separate shared library. diff --git a/api/graphics_lib.h b/api/graphics_lib.h index 26eeb32460..431ff806ba 100644 --- a/api/graphics_lib.h +++ b/api/graphics_lib.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "boinc_api.h" diff --git a/api/gutil.C b/api/gutil.C index 1cf8660af5..7b51dce890 100755 --- a/api/gutil.C +++ b/api/gutil.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/api/gutil.h b/api/gutil.h index 988f3c3063..b7a149c4a6 100755 --- a/api/gutil.h +++ b/api/gutil.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // various utility classes for OpenGL programming, // used in Astropulse and SETI@home diff --git a/api/gutil_text.C b/api/gutil_text.C index a52bf23fbd..a9053680f6 100644 --- a/api/gutil_text.C +++ b/api/gutil_text.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The part of BOINC's graphics utilities that uses GLUT char-drawing diff --git a/api/mac_icon.C b/api/mac_icon.C index 8bef42d14c..84f49f0e0f 100644 --- a/api/mac_icon.C +++ b/api/mac_icon.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* Mac-specific code to display custom icon for science application (optional) adapted from code written by Bernd Machenschalk. Used with permission of the diff --git a/api/macglutfix.m b/api/macglutfix.m index adc6f4e766..1952dfe6c1 100644 --- a/api/macglutfix.m +++ b/api/macglutfix.m @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // macglutfix.m diff --git a/api/make_app_icon_h.C b/api/make_app_icon_h.C index f45cdb5e3e..8e02a106f7 100644 --- a/api/make_app_icon_h.C +++ b/api/make_app_icon_h.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // make_app_icon_h.C // Utility to convert *.icns file into app_icon.h file for use diff --git a/api/reduce_lib.C b/api/reduce_lib.C index 4bf24d187e..b9ed546180 100644 --- a/api/reduce_lib.C +++ b/api/reduce_lib.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // shared-library part of the implementation of REDUCE diff --git a/api/reduce_main.C b/api/reduce_main.C index e48b714960..d37af2b952 100644 --- a/api/reduce_main.C +++ b/api/reduce_main.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/api/static_graphics.C b/api/static_graphics.C index 70edc328d9..a71e72c877 100644 --- a/api/static_graphics.C +++ b/api/static_graphics.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 this file in a BOINC application to display // a static image (JPEG, GIFF, BMP, Targa) as its graphics. diff --git a/api/txf_util.C b/api/txf_util.C index e2eba341dd..710e997d7a 100644 --- a/api/txf_util.C +++ b/api/txf_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Interface functions for tex_info stuff. // Contributed by Tolu Aina diff --git a/api/txf_util.h b/api/txf_util.h index 3f08412a3a..6987f95635 100644 --- a/api/txf_util.h +++ b/api/txf_util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Interface functions for tex_info stuff. // Contributed by Tolu Aina diff --git a/api/x_opengl.C b/api/x_opengl.C index 9a66070a93..b743be6e68 100644 --- a/api/x_opengl.C +++ b/api/x_opengl.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include diff --git a/apps/1sec.C b/apps/1sec.C index 2fd7f2d14e..b23ec1b20f 100644 --- a/apps/1sec.C +++ b/apps/1sec.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // burn up to one CPU second diff --git a/apps/concat.C b/apps/concat.C index 0a3418718e..47bfe1cf26 100644 --- a/apps/concat.C +++ b/apps/concat.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // concat [-run_slow] file1 ... filen outfile // diff --git a/apps/error.C b/apps/error.C index 18b69706d2..442a71403a 100644 --- a/apps/error.C +++ b/apps/error.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // crash and burn #include "config.h" diff --git a/apps/upper_case.C b/apps/upper_case.C index ca6fda8402..e4db3c8690 100755 --- a/apps/upper_case.C +++ b/apps/upper_case.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This is the primary sample BOINC application; // it shows most of the features of the BOINC API. diff --git a/client/acct_mgr.C b/client/acct_mgr.C index 60a1c8fb2e..52ff2b59d8 100644 --- a/client/acct_mgr.C +++ b/client/acct_mgr.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/acct_mgr.h b/client/acct_mgr.h index aab0b50909..f9790d552c 100644 --- a/client/acct_mgr.h +++ b/client/acct_mgr.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _ACCT_MGR_ #define _ACCT_MGR_ diff --git a/client/acct_setup.C b/client/acct_setup.C index 5fa757ddd0..cc322285e9 100644 --- a/client/acct_setup.C +++ b/client/acct_setup.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/acct_setup.h b/client/acct_setup.h index 1940dd26f6..a1c1f94e52 100644 --- a/client/acct_setup.h +++ b/client/acct_setup.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _ACCT_SETUP_H_ #define _ACCT_SETUP_H_ diff --git a/client/app.C b/client/app.C index 6202e4d4dc..64e9bf2d56 100644 --- a/client/app.C +++ b/client/app.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Abstraction of a set of executing applications, // connected to I/O files in various ways. diff --git a/client/app.h b/client/app.h index 9a7f8118fd..a197948019 100644 --- a/client/app.h +++ b/client/app.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _TASK_ #define _TASK_ diff --git a/client/app_control.C b/client/app_control.C index d08ccb6be2..bf5feb6e7f 100644 --- a/client/app_control.C +++ b/client/app_control.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // monitoring and process control of running apps diff --git a/client/app_graphics.C b/client/app_graphics.C index 4c02b15b8f..916bf020a5 100644 --- a/client/app_graphics.C +++ b/client/app_graphics.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Graphics-related interaction with running apps. // diff --git a/client/app_start.C b/client/app_start.C index 3668560896..43a07333cd 100644 --- a/client/app_start.C +++ b/client/app_start.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // initialization and starting of applications diff --git a/client/app_stats_mac.C b/client/app_stats_mac.C index ad16f46b81..16d6454f1b 100644 --- a/client/app_stats_mac.C +++ b/client/app_stats_mac.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This file is adapted from code originally supplied by Apple Computer, Inc. // The Berkeley Open Infrastructure for Network Computing project has modified diff --git a/client/auto_update.C b/client/auto_update.C index 6d196b0fe5..7f79f2ed58 100644 --- a/client/auto_update.C +++ b/client/auto_update.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "parse.h" #include "error_numbers.h" diff --git a/client/auto_update.h b/client/auto_update.h index ba3104a154..b2dadd9a00 100644 --- a/client/auto_update.h +++ b/client/auto_update.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _AUTO_UPDATE_ #define _AUTO_UPDATE_ diff --git a/client/check_security.C b/client/check_security.C index 8ebf8d61f7..202955a921 100644 --- a/client/check_security.C +++ b/client/check_security.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // check_security.C diff --git a/client/check_state.C b/client/check_state.C index 60821b029d..2198f30c78 100644 --- a/client/check_state.C +++ b/client/check_state.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Functions to check the integrity of core client data structures. // Not currently used, but might be handy if *0 type crashes occur diff --git a/client/client_msgs.C b/client/client_msgs.C index 027138ee1a..0dfa97e1d5 100644 --- a/client/client_msgs.C +++ b/client/client_msgs.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/client_msgs.h b/client/client_msgs.h index 8e5bfcb8d4..050fb27e21 100644 --- a/client/client_msgs.h +++ b/client/client_msgs.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef CLIENT_MSG_LOG_H #define CLIENT_MSG_LOG_H diff --git a/client/client_state.C b/client/client_state.C index a81518be1a..fd5d616a5f 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/client_state.h b/client/client_state.h index 6333712824..8fc9287d9a 100644 --- a/client/client_state.h +++ b/client/client_state.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _CLIENT_STATE_ #define _CLIENT_STATE_ diff --git a/client/client_types.C b/client/client_types.C index 1cbed72421..1f1292ca07 100644 --- a/client/client_types.C +++ b/client/client_types.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/client_types.h b/client/client_types.h index b1433a343a..81d9d16e36 100644 --- a/client/client_types.h +++ b/client/client_types.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // If you change anything, make sure you also change: // client_types.C (to write and parse it) diff --git a/client/cpp.h b/client/cpp.h index 5d62854a49..a895176978 100644 --- a/client/cpp.h +++ b/client/cpp.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__CYGWIN32__) diff --git a/client/cpu_benchmark.h b/client/cpu_benchmark.h index 86c6511c38..7b949ccdb1 100644 --- a/client/cpu_benchmark.h +++ b/client/cpu_benchmark.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #define MAX_CPU_BENCHMARKS_SECONDS 300 #define CPU_BENCHMARKS_RUNNING 0 diff --git a/client/cpu_sched.C b/client/cpu_sched.C index 7463c4a8c3..21cec31d17 100644 --- a/client/cpu_sched.C +++ b/client/cpu_sched.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // CPU scheduling logic. // diff --git a/client/cs_account.C b/client/cs_account.C index 0d8fbddd71..666a748508 100644 --- a/client/cs_account.C +++ b/client/cs_account.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/cs_apps.C b/client/cs_apps.C index 6b6b04360a..c7c93ef662 100644 --- a/client/cs_apps.C +++ b/client/cs_apps.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The "policy" part of task execution is here. // The "mechanism" part is in app.C diff --git a/client/cs_benchmark.C b/client/cs_benchmark.C index f55e7c5935..d1b26d688d 100644 --- a/client/cs_benchmark.C +++ b/client/cs_benchmark.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Manage a (perhaps multi-processor) benchmark. // Because of hyperthreaded CPUs we can't just benchmark 1 CPU; diff --git a/client/cs_cmdline.C b/client/cs_cmdline.C index 36a02bd322..6175d88471 100644 --- a/client/cs_cmdline.C +++ b/client/cs_cmdline.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // command-line parsing, and handling of 1-time actions diff --git a/client/cs_files.C b/client/cs_files.C index cd3054b96f..96a5255bb0 100644 --- a/client/cs_files.C +++ b/client/cs_files.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The "policy" part of file transfer is here. // The "mechanism" part is in pers_file_xfer.C and file_xfer.C diff --git a/client/cs_platforms.C b/client/cs_platforms.C index 9ee9bf4fa5..1f13bc0ea8 100644 --- a/client/cs_platforms.C +++ b/client/cs_platforms.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Determine which platforms are supported and provide a way // of exposing that information to the rest of the client. diff --git a/client/cs_prefs.C b/client/cs_prefs.C index 282457f80c..db7bdbb692 100644 --- a/client/cs_prefs.C +++ b/client/cs_prefs.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Logic related to general (also known as global) preferences: // when to compute, how much disk to use, etc. diff --git a/client/cs_scheduler.C b/client/cs_scheduler.C index 91ba8ab51c..29fdccd6d3 100644 --- a/client/cs_scheduler.C +++ b/client/cs_scheduler.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // High-level logic for communicating with scheduling servers, // and for merging the result of a scheduler RPC into the client state diff --git a/client/cs_statefile.C b/client/cs_statefile.C index fc69293133..1ccfaa077c 100644 --- a/client/cs_statefile.C +++ b/client/cs_statefile.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/cs_trickle.C b/client/cs_trickle.C index 0c49257c11..4ef9229ac7 100644 --- a/client/cs_trickle.C +++ b/client/cs_trickle.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" #ifdef _WIN32 diff --git a/client/file_names.C b/client/file_names.C index bb40258bfa..cc0e26296c 100644 --- a/client/file_names.C +++ b/client/file_names.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/file_names.h b/client/file_names.h index f32188a69c..2e48bbcc85 100644 --- a/client/file_names.h +++ b/client/file_names.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _FILE_NAMES_ #define _FILE_NAMES_ diff --git a/client/file_xfer.C b/client/file_xfer.C index fe149c8f9e..b1043736fc 100644 --- a/client/file_xfer.C +++ b/client/file_xfer.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/file_xfer.h b/client/file_xfer.h index 39fc7a5e4a..7fc78e1a7f 100644 --- a/client/file_xfer.h +++ b/client/file_xfer.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _FILE_XFER_ #define _FILE_XFER_ diff --git a/client/gui_http.C b/client/gui_http.C index fe3367dfa7..44a7280e9b 100644 --- a/client/gui_http.C +++ b/client/gui_http.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/gui_http.h b/client/gui_http.h index 9cc28bb318..5311e5a4e0 100644 --- a/client/gui_http.h +++ b/client/gui_http.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _GUI_HTTP_ #define _GUI_HTTP_ diff --git a/client/gui_rpc_server.C b/client/gui_rpc_server.C index 476085a9ca..72bd7623d1 100644 --- a/client/gui_rpc_server.C +++ b/client/gui_rpc_server.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The plumbing of GUI RPC, server side // (but not the actual RPCs) diff --git a/client/gui_rpc_server.h b/client/gui_rpc_server.h index f7536b285f..79454bad4e 100644 --- a/client/gui_rpc_server.h +++ b/client/gui_rpc_server.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "network.h" #include "acct_setup.h" diff --git a/client/gui_rpc_server_ops.C b/client/gui_rpc_server_ops.C index c277611fd0..b634a9f543 100644 --- a/client/gui_rpc_server_ops.C +++ b/client/gui_rpc_server_ops.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // GUI RPC server side (the actual RPCs) diff --git a/client/gui_titles.C b/client/gui_titles.C index 83a2ce1d05..a98cc4bd1b 100644 --- a/client/gui_titles.C +++ b/client/gui_titles.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include "gui_titles.h" diff --git a/client/gui_titles.h b/client/gui_titles.h index 8a90555448..f8046ca2ca 100644 --- a/client/gui_titles.h +++ b/client/gui_titles.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #define MAX_TABS 5 #define MAX_USAGE_STR 6 diff --git a/client/hostinfo_network.C b/client/hostinfo_network.C index aaf3da05ec..e690618ead 100644 --- a/client/hostinfo_network.C +++ b/client/hostinfo_network.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/hostinfo_network.h b/client/hostinfo_network.h index 4144ed725a..01d4b46d88 100644 --- a/client/hostinfo_network.h +++ b/client/hostinfo_network.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 extern int get_local_network_info(char* dom, int ,char* ip, int iplen); diff --git a/client/hostinfo_unix.C b/client/hostinfo_unix.C index ae172d38bd..84d5d2d662 100644 --- a/client/hostinfo_unix.C +++ b/client/hostinfo_unix.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/hostinfo_win.C b/client/hostinfo_win.C index 06d1186007..192cedf15e 100644 --- a/client/hostinfo_win.C +++ b/client/hostinfo_win.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "boinc_win.h" #define COMPILE_MULTIMON_STUBS diff --git a/client/http_curl.C b/client/http_curl.C index f2652c1644..b897326b01 100644 --- a/client/http_curl.C +++ b/client/http_curl.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/http_curl.h b/client/http_curl.h index f0e058aa46..48c4df2b73 100644 --- a/client/http_curl.h +++ b/client/http_curl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // HTTP_OP represents an HTTP operation. // There are variants for GET and POST, diff --git a/client/log_flags.C b/client/log_flags.C index 3f56e794d0..f8990c9288 100644 --- a/client/log_flags.C +++ b/client/log_flags.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/log_flags.h b/client/log_flags.h index 59c96dbb7a..eaa820dc6a 100644 --- a/client/log_flags.h +++ b/client/log_flags.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // flags determining what is written to standard out. // (errors go to stderr) diff --git a/client/main.C b/client/main.C index c2b779169c..d32b77e6a0 100644 --- a/client/main.C +++ b/client/main.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // command-line version of the BOINC core client diff --git a/client/main.h b/client/main.h index 43c5181d35..2a86d5cbfb 100644 --- a/client/main.h +++ b/client/main.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 extern int boinc_main_loop(); diff --git a/client/net_stats.C b/client/net_stats.C index 4c590e48b2..5151334682 100644 --- a/client/net_stats.C +++ b/client/net_stats.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // NET_STATS estimates average network throughput, // i.e. the average total throughput in both the up and down directions. diff --git a/client/net_stats.h b/client/net_stats.h index 5fa46d423f..45dfca3bc9 100644 --- a/client/net_stats.h +++ b/client/net_stats.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // keep track of the network performance of this host, // namely exponentially weighted averages of upload and download speeds diff --git a/client/pers_file_xfer.C b/client/pers_file_xfer.C index 3c1892b7ec..713d4d3765 100644 --- a/client/pers_file_xfer.C +++ b/client/pers_file_xfer.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "cpp.h" diff --git a/client/pers_file_xfer.h b/client/pers_file_xfer.h index e1491b462d..62d872d430 100644 --- a/client/pers_file_xfer.h +++ b/client/pers_file_xfer.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PERS_FILE_XFER_H #define _PERS_FILE_XFER_H diff --git a/client/sandbox.C b/client/sandbox.C index e906e5157b..457b1630ca 100644 --- a/client/sandbox.C +++ b/client/sandbox.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #include diff --git a/client/sandbox.h b/client/sandbox.h index ed3a6eb91e..098d0c108d 100644 --- a/client/sandbox.h +++ b/client/sandbox.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 extern void kill_via_switcher(int pid); extern int get_project_gid(); diff --git a/client/scheduler_op.C b/client/scheduler_op.C index 690b955cd0..8326f8a169 100644 --- a/client/scheduler_op.C +++ b/client/scheduler_op.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/scheduler_op.h b/client/scheduler_op.h index 4ba85c6d2b..d2c2e461b1 100644 --- a/client/scheduler_op.h +++ b/client/scheduler_op.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SCHEDULER_OP_ #define _SCHEDULER_OP_ diff --git a/client/setprojectgrp.C b/client/setprojectgrp.C index 777b6b6757..b6f88c6de7 100644 --- a/client/setprojectgrp.C +++ b/client/setprojectgrp.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // setprojectgrp.C // diff --git a/client/sim.C b/client/sim.C index 449c0b87ec..dc943ce83e 100644 --- a/client/sim.C +++ b/client/sim.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // BOINC client simulator. // diff --git a/client/sim_util.C b/client/sim_util.C index e7efb627b0..636797cb6d 100644 --- a/client/sim_util.C +++ b/client/sim_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // BOINC client simulator. // diff --git a/client/stream.C b/client/stream.C index 68d687b428..5fb1785a1b 100644 --- a/client/stream.C +++ b/client/stream.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Memory bandwidth benchmark derived from STREAM. Original copyright // notice follows. Notice that we cannot call our results "STREAM diff --git a/client/switcher.C b/client/switcher.C index 70731208ca..2987b8729e 100644 --- a/client/switcher.C +++ b/client/switcher.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // switcher.C // diff --git a/client/time_stats.C b/client/time_stats.C index 00e05d205b..45ef3867b9 100644 --- a/client/time_stats.C +++ b/client/time_stats.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/client/time_stats.h b/client/time_stats.h index 39a00e09af..685a91effd 100644 --- a/client/time_stats.h +++ b/client/time_stats.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _TIME_STATS_ #define _TIME_STATS_ diff --git a/client/win/win_service.cpp b/client/win/win_service.cpp index 05b05ca1c6..774ad7e89c 100644 --- a/client/win/win_service.cpp +++ b/client/win/win_service.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && defined(_CONSOLE) diff --git a/client/work_fetch.C b/client/work_fetch.C index 952c7ebe84..1fb1611dd6 100644 --- a/client/work_fetch.C +++ b/client/work_fetch.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // High-level logic for communicating with scheduling servers, // and for merging the result of a scheduler RPC into the client state diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index bf9fb7c682..3166e4680b 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AccountInfoPage.h" diff --git a/clientgui/AccountInfoPage.h b/clientgui/AccountInfoPage.h index c6f36518be..541977089b 100644 --- a/clientgui/AccountInfoPage.h +++ b/clientgui/AccountInfoPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTINFOPAGE_H_ #define _WIZ_ACCOUNTINFOPAGE_H_ diff --git a/clientgui/AccountKeyPage.cpp b/clientgui/AccountKeyPage.cpp index f465bff83a..3d6c3fc135 100644 --- a/clientgui/AccountKeyPage.cpp +++ b/clientgui/AccountKeyPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AccountKeyPage.h" diff --git a/clientgui/AccountKeyPage.h b/clientgui/AccountKeyPage.h index 5b65dea82e..06cb6fe3e4 100644 --- a/clientgui/AccountKeyPage.h +++ b/clientgui/AccountKeyPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTKEYPAGE_H_ #define _WIZ_ACCOUNTKEYPAGE_H_ diff --git a/clientgui/AccountManagerInfoPage.cpp b/clientgui/AccountManagerInfoPage.cpp index 3f68337a7b..553e5a8bf4 100644 --- a/clientgui/AccountManagerInfoPage.cpp +++ b/clientgui/AccountManagerInfoPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AccountManagerInfoPage.h" diff --git a/clientgui/AccountManagerInfoPage.h b/clientgui/AccountManagerInfoPage.h index 16f49474a0..ee2f2c81ad 100644 --- a/clientgui/AccountManagerInfoPage.h +++ b/clientgui/AccountManagerInfoPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTMANAGERINFOPAGE_H_ #define _WIZ_ACCOUNTMANAGERINFOPAGE_H_ diff --git a/clientgui/AccountManagerProcessingPage.cpp b/clientgui/AccountManagerProcessingPage.cpp index db76ce0e62..b6dfee368b 100644 --- a/clientgui/AccountManagerProcessingPage.cpp +++ b/clientgui/AccountManagerProcessingPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AccountManagerProcessingPage.h" diff --git a/clientgui/AccountManagerProcessingPage.h b/clientgui/AccountManagerProcessingPage.h index 5472b11f20..6722dc859d 100644 --- a/clientgui/AccountManagerProcessingPage.h +++ b/clientgui/AccountManagerProcessingPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTMANAGERPROCESSINGPAGE_H_ #define _WIZ_ACCOUNTMANAGERPROCESSINGPAGE_H_ diff --git a/clientgui/AccountManagerPropertiesPage.cpp b/clientgui/AccountManagerPropertiesPage.cpp index ae25ec3a4a..b86833b82c 100644 --- a/clientgui/AccountManagerPropertiesPage.cpp +++ b/clientgui/AccountManagerPropertiesPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AccountManagerPropertiesPage.h" diff --git a/clientgui/AccountManagerPropertiesPage.h b/clientgui/AccountManagerPropertiesPage.h index 6e6145fdea..f98133ae49 100644 --- a/clientgui/AccountManagerPropertiesPage.h +++ b/clientgui/AccountManagerPropertiesPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTMANAGERPROPERTIESPAGE_H_ #define _WIZ_ACCOUNTMANAGERPROPERTIESPAGE_H_ diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index cdba16ad15..0a6861fd08 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AdvancedFrame.h" diff --git a/clientgui/AdvancedFrame.h b/clientgui/AdvancedFrame.h index 6fa0e315bb..19b3eb0d05 100644 --- a/clientgui/AdvancedFrame.h +++ b/clientgui/AdvancedFrame.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _ADVANCEDFRAME_H_ diff --git a/clientgui/AlreadyAttachedPage.cpp b/clientgui/AlreadyAttachedPage.cpp index 7f4df873d1..7a12f5aad3 100644 --- a/clientgui/AlreadyAttachedPage.cpp +++ b/clientgui/AlreadyAttachedPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AlreadyAttachedPage.h" diff --git a/clientgui/AlreadyAttachedPage.h b/clientgui/AlreadyAttachedPage.h index 6422be1a95..e30a7e857d 100644 --- a/clientgui/AlreadyAttachedPage.h +++ b/clientgui/AlreadyAttachedPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ALREADYATTACHEDPAGE_H_ #define _WIZ_ALREADYATTACHEDPAGE_H_ diff --git a/clientgui/AlreadyExistsPage.cpp b/clientgui/AlreadyExistsPage.cpp index 73e13ac528..0abfbff641 100644 --- a/clientgui/AlreadyExistsPage.cpp +++ b/clientgui/AlreadyExistsPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "AlreadyExistsPage.h" diff --git a/clientgui/AlreadyExistsPage.h b/clientgui/AlreadyExistsPage.h index b0ccd4bcf3..aa0b9eba4f 100644 --- a/clientgui/AlreadyExistsPage.h +++ b/clientgui/AlreadyExistsPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ALREADYEXISTSPAGE_H_ #define _WIZ_ALREADYEXISTSPAGE_H_ diff --git a/clientgui/BOINCBaseFrame.cpp b/clientgui/BOINCBaseFrame.cpp index 8cb0596311..4f373ef70e 100644 --- a/clientgui/BOINCBaseFrame.cpp +++ b/clientgui/BOINCBaseFrame.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCBaseFrame.h" diff --git a/clientgui/BOINCBaseFrame.h b/clientgui/BOINCBaseFrame.h index 919e8bc920..f249899800 100644 --- a/clientgui/BOINCBaseFrame.h +++ b/clientgui/BOINCBaseFrame.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCBASEFRAME_H_ #define _BOINCBASEFRAME_H_ diff --git a/clientgui/BOINCBaseView.cpp b/clientgui/BOINCBaseView.cpp index f6a3656227..bc67792583 100644 --- a/clientgui/BOINCBaseView.cpp +++ b/clientgui/BOINCBaseView.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCBaseView.h" diff --git a/clientgui/BOINCBaseView.h b/clientgui/BOINCBaseView.h index c3a3bd122c..b0f1592b8b 100644 --- a/clientgui/BOINCBaseView.h +++ b/clientgui/BOINCBaseView.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCBASEVIEW_H_ #define _BOINCBASEVIEW_H_ diff --git a/clientgui/BOINCBaseWizard.cpp b/clientgui/BOINCBaseWizard.cpp index b2f1c3b793..c107f03740 100644 --- a/clientgui/BOINCBaseWizard.cpp +++ b/clientgui/BOINCBaseWizard.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCBaseWizard.h" diff --git a/clientgui/BOINCBaseWizard.h b/clientgui/BOINCBaseWizard.h index 172ae45583..33a6e82cb2 100644 --- a/clientgui/BOINCBaseWizard.h +++ b/clientgui/BOINCBaseWizard.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_BOINCBASEWIZARD_H_ #define _WIZ_BOINCBASEWIZARD_H_ diff --git a/clientgui/BOINCDialupManager.cpp b/clientgui/BOINCDialupManager.cpp index f85c608f0b..41c0f21a3f 100644 --- a/clientgui/BOINCDialupManager.cpp +++ b/clientgui/BOINCDialupManager.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCDialupManager.h" diff --git a/clientgui/BOINCDialupManager.h b/clientgui/BOINCDialupManager.h index f77b78cb0c..2356609353 100644 --- a/clientgui/BOINCDialupManager.h +++ b/clientgui/BOINCDialupManager.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCDIALUPMANAGER_H_ #define _BOINCDIALUPMANAGER_H_ diff --git a/clientgui/BOINCGUI.pjd b/clientgui/BOINCGUI.pjd index 411e1be470..17ee61e10d 100644 --- a/clientgui/BOINCGUI.pjd +++ b/clientgui/BOINCGUI.pjd @@ -55,7 +55,7 @@ // or 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 // @@ -94,7 +94,7 @@ // or 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 // @@ -166,7 +166,7 @@ // or 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/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index eaa14eae25..8d8ece9528 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCGUIApp.h" diff --git a/clientgui/BOINCGUIApp.h b/clientgui/BOINCGUIApp.h index 6adcebcfb8..8922d582e0 100644 --- a/clientgui/BOINCGUIApp.h +++ b/clientgui/BOINCGUIApp.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCGUIAPP_H_ #define _BOINCGUIAPP_H_ diff --git a/clientgui/BOINCGridCtrl.cpp b/clientgui/BOINCGridCtrl.cpp index 1be1a380bd..2cd2d196ef 100644 --- a/clientgui/BOINCGridCtrl.cpp +++ b/clientgui/BOINCGridCtrl.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCGridCtrl.h" diff --git a/clientgui/BOINCGridCtrl.h b/clientgui/BOINCGridCtrl.h index ec5130e5f6..5ccaf3b1c4 100644 --- a/clientgui/BOINCGridCtrl.h +++ b/clientgui/BOINCGridCtrl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCGRIDCTRL_H_ #define _BOINCGRIDCTRL_H_ diff --git a/clientgui/BOINCListCtrl.cpp b/clientgui/BOINCListCtrl.cpp index 5cc46fd064..5a47a0fb0d 100644 --- a/clientgui/BOINCListCtrl.cpp +++ b/clientgui/BOINCListCtrl.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCListCtrl.h" diff --git a/clientgui/BOINCListCtrl.h b/clientgui/BOINCListCtrl.h index c80cc9f1cd..958bdfe26f 100644 --- a/clientgui/BOINCListCtrl.h +++ b/clientgui/BOINCListCtrl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCLISTCTRL_H_ #define _BOINCLISTCTRL_H_ diff --git a/clientgui/BOINCTaskBar.cpp b/clientgui/BOINCTaskBar.cpp index 07010832c8..17d0fbe983 100644 --- a/clientgui/BOINCTaskBar.cpp +++ b/clientgui/BOINCTaskBar.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCTaskBar.h" diff --git a/clientgui/BOINCTaskBar.h b/clientgui/BOINCTaskBar.h index f9f4f3d5f0..c01860df0c 100644 --- a/clientgui/BOINCTaskBar.h +++ b/clientgui/BOINCTaskBar.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCTASKBAR_H_ #define _BOINCTASKBAR_H_ diff --git a/clientgui/BOINCTaskCtrl.cpp b/clientgui/BOINCTaskCtrl.cpp index 576624e5a3..3745bacb3d 100644 --- a/clientgui/BOINCTaskCtrl.cpp +++ b/clientgui/BOINCTaskCtrl.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "BOINCTaskCtrl.h" diff --git a/clientgui/BOINCTaskCtrl.h b/clientgui/BOINCTaskCtrl.h index 7a3bff776f..b6db05ce4b 100644 --- a/clientgui/BOINCTaskCtrl.h +++ b/clientgui/BOINCTaskCtrl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINCTASKCTRL_H_ #define _BOINCTASKCTRL_H_ diff --git a/clientgui/BOINCWizards.h b/clientgui/BOINCWizards.h index 08f2c4d256..bacd0ce71d 100644 --- a/clientgui/BOINCWizards.h +++ b/clientgui/BOINCWizards.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _BOINCWIZARDS_H_ #define _BOINCWIZARDS_H_ diff --git a/clientgui/CompletionErrorPage.cpp b/clientgui/CompletionErrorPage.cpp index e00c52ab15..acff8ab132 100644 --- a/clientgui/CompletionErrorPage.cpp +++ b/clientgui/CompletionErrorPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "CompletionErrorPage.h" diff --git a/clientgui/CompletionErrorPage.h b/clientgui/CompletionErrorPage.h index 3d78072e13..164d3271b8 100644 --- a/clientgui/CompletionErrorPage.h +++ b/clientgui/CompletionErrorPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_COMPLETIONERRORPAGE_H_ #define _WIZ_COMPLETIONERRORPAGE_H_ diff --git a/clientgui/CompletionPage.cpp b/clientgui/CompletionPage.cpp index 06f25a3638..fb806e89b7 100644 --- a/clientgui/CompletionPage.cpp +++ b/clientgui/CompletionPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "CompletionPage.h" diff --git a/clientgui/CompletionPage.h b/clientgui/CompletionPage.h index 77ec89181b..cf611412bc 100644 --- a/clientgui/CompletionPage.h +++ b/clientgui/CompletionPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_COMPLETIONPAGE_H_ #define _WIZ_COMPLETIONPAGE_H_ diff --git a/clientgui/DlgAbout.cpp b/clientgui/DlgAbout.cpp index f96e60d4fa..3e44422f09 100644 --- a/clientgui/DlgAbout.cpp +++ b/clientgui/DlgAbout.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "DlgAbout.h" diff --git a/clientgui/DlgAbout.h b/clientgui/DlgAbout.h index a980c4049b..66b64df932 100644 --- a/clientgui/DlgAbout.h +++ b/clientgui/DlgAbout.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _DLGABOUT_H_ #define _DLGABOUT_H_ diff --git a/clientgui/DlgAdvPreferences.cpp b/clientgui/DlgAdvPreferences.cpp index 52b97053d4..8150846864 100644 --- a/clientgui/DlgAdvPreferences.cpp +++ b/clientgui/DlgAdvPreferences.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "DlgAdvPreferences.h" diff --git a/clientgui/DlgAdvPreferences.h b/clientgui/DlgAdvPreferences.h index edbfbde76a..e740dbd568 100644 --- a/clientgui/DlgAdvPreferences.h +++ b/clientgui/DlgAdvPreferences.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _DLGADVPREFERENCES_H_ #define _DLGADVPREFERENCES_H_ diff --git a/clientgui/DlgGenericMessage.cpp b/clientgui/DlgGenericMessage.cpp index 48e303ca59..9a5ea59fca 100644 --- a/clientgui/DlgGenericMessage.cpp +++ b/clientgui/DlgGenericMessage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) diff --git a/clientgui/DlgGenericMessage.h b/clientgui/DlgGenericMessage.h index 7d2834fe03..0c324e94a6 100644 --- a/clientgui/DlgGenericMessage.h +++ b/clientgui/DlgGenericMessage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _DLGGENERICMESSAGE_H_ diff --git a/clientgui/DlgOptions.cpp b/clientgui/DlgOptions.cpp index f2ee1f9013..ca6deece87 100644 --- a/clientgui/DlgOptions.cpp +++ b/clientgui/DlgOptions.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "DlgOptions.h" diff --git a/clientgui/DlgOptions.h b/clientgui/DlgOptions.h index 8bcf8f3fa5..972b249d7f 100644 --- a/clientgui/DlgOptions.h +++ b/clientgui/DlgOptions.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _DLGOPTIONS_H_ #define _DLGOPTIONS_H_ diff --git a/clientgui/DlgSelectComputer.cpp b/clientgui/DlgSelectComputer.cpp index 931cae0092..ae3df265a3 100644 --- a/clientgui/DlgSelectComputer.cpp +++ b/clientgui/DlgSelectComputer.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "DlgSelectComputer.h" diff --git a/clientgui/DlgSelectComputer.h b/clientgui/DlgSelectComputer.h index 87f89a50bb..edb47e59de 100644 --- a/clientgui/DlgSelectComputer.h +++ b/clientgui/DlgSelectComputer.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _DLGSELECTCOMPUTER_H_ #define _DLGSELECTCOMPUTER_H_ diff --git a/clientgui/Events.h b/clientgui/Events.h index 320caeb8ee..e0a3d1b407 100644 --- a/clientgui/Events.h +++ b/clientgui/Events.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _EVENTS_H_ diff --git a/clientgui/Localization.cpp b/clientgui/Localization.cpp index 2587733246..6881649536 100644 --- a/clientgui/Localization.cpp +++ b/clientgui/Localization.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "Localization.h" diff --git a/clientgui/Localization.h b/clientgui/Localization.h index 4afa6b8e8f..8e343d04db 100644 --- a/clientgui/Localization.h +++ b/clientgui/Localization.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _LOCALIZATION_H_ #define _LOCALIZATION_H_ diff --git a/clientgui/LogBOINC.cpp b/clientgui/LogBOINC.cpp index 4a99a4411f..4154857d25 100644 --- a/clientgui/LogBOINC.cpp +++ b/clientgui/LogBOINC.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "LogBOINC.h" diff --git a/clientgui/LogBOINC.h b/clientgui/LogBOINC.h index 566a2f2ffa..63f2febd92 100644 --- a/clientgui/LogBOINC.h +++ b/clientgui/LogBOINC.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _LOGBOINC_H_ #define _LOGBOINC_H_ diff --git a/clientgui/MainDocument.cpp b/clientgui/MainDocument.cpp index 220320f472..995d739a35 100644 --- a/clientgui/MainDocument.cpp +++ b/clientgui/MainDocument.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "MainDocument.h" diff --git a/clientgui/MainDocument.h b/clientgui/MainDocument.h index ebcbd931ba..2c1db6a0d9 100644 --- a/clientgui/MainDocument.h +++ b/clientgui/MainDocument.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _MAINDOCUMENT_H_ #define _MAINDOCUMENT_H_ diff --git a/clientgui/Makefile.linux.fedora b/clientgui/Makefile.linux.fedora index cbcb73e2bd..357c82713d 100644 --- a/clientgui/Makefile.linux.fedora +++ b/clientgui/Makefile.linux.fedora @@ -15,7 +15,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## ## Provide a specially constructed binary for the Linux Fedora environment ## using GTK 2.x and wxWidgets. This should produce a stock client for Fedora diff --git a/clientgui/Makefile.linux.suse b/clientgui/Makefile.linux.suse index 171a86acfa..f79ae9dfed 100644 --- a/clientgui/Makefile.linux.suse +++ b/clientgui/Makefile.linux.suse @@ -15,7 +15,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## ## Provide a specially constructed binary for the Linux SUSE environment ## using GTK 2.x and wxWidgets. This should produce a stock client for SUSE diff --git a/clientgui/Makefile.linux.ubuntu b/clientgui/Makefile.linux.ubuntu index bb46510e32..0de2a70ce5 100644 --- a/clientgui/Makefile.linux.ubuntu +++ b/clientgui/Makefile.linux.ubuntu @@ -15,7 +15,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## ## Provide a specially constructed binary for the Linux Ubuntu environment ## using GTK 2.x and wxWidgets. This should produce a stock client for Ubuntu diff --git a/clientgui/NoInternetConnectionPage.cpp b/clientgui/NoInternetConnectionPage.cpp index c48e47bf47..5d58c3b5b3 100644 --- a/clientgui/NoInternetConnectionPage.cpp +++ b/clientgui/NoInternetConnectionPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "NoInternetConnectionPage.h" diff --git a/clientgui/NoInternetConnectionPage.h b/clientgui/NoInternetConnectionPage.h index 09dfecf918..1f30f974d9 100644 --- a/clientgui/NoInternetConnectionPage.h +++ b/clientgui/NoInternetConnectionPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_NOINTERNETCONNECTIONPAGE_H_ #define _WIZ_NOINTERNETCONNECTIONPAGE_H_ diff --git a/clientgui/NotDetectedPage.cpp b/clientgui/NotDetectedPage.cpp index 0cbe2d48fb..e35c316016 100644 --- a/clientgui/NotDetectedPage.cpp +++ b/clientgui/NotDetectedPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "NotDetectedPage.h" diff --git a/clientgui/NotDetectedPage.h b/clientgui/NotDetectedPage.h index 9c701c5488..9ad75b8579 100644 --- a/clientgui/NotDetectedPage.h +++ b/clientgui/NotDetectedPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_NOTDETECTEDPAGE_H_ #define _WIZ_NOTDETECTEDPAGE_H_ diff --git a/clientgui/NotFoundPage.cpp b/clientgui/NotFoundPage.cpp index 309bf58208..561b996217 100644 --- a/clientgui/NotFoundPage.cpp +++ b/clientgui/NotFoundPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "NotFoundPage.h" diff --git a/clientgui/NotFoundPage.h b/clientgui/NotFoundPage.h index 31f6336adb..f4980bf45c 100644 --- a/clientgui/NotFoundPage.h +++ b/clientgui/NotFoundPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_NOTFOUNDPAGE_H_ #define _WIZ_NOTFOUNDPAGE_H_ diff --git a/clientgui/ProjectInfoPage.cpp b/clientgui/ProjectInfoPage.cpp index 1fdc1771af..95dce40f5e 100644 --- a/clientgui/ProjectInfoPage.cpp +++ b/clientgui/ProjectInfoPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProjectInfoPage.h" diff --git a/clientgui/ProjectInfoPage.h b/clientgui/ProjectInfoPage.h index ef00fb5a95..7239c85c49 100644 --- a/clientgui/ProjectInfoPage.h +++ b/clientgui/ProjectInfoPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROJECTINFOPAGE_H_ #define _WIZ_PROJECTINFOPAGE_H_ diff --git a/clientgui/ProjectListCtrl.cpp b/clientgui/ProjectListCtrl.cpp index 4716f5e31d..9ebcb67610 100644 --- a/clientgui/ProjectListCtrl.cpp +++ b/clientgui/ProjectListCtrl.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProjectListCtrl.h" diff --git a/clientgui/ProjectListCtrl.h b/clientgui/ProjectListCtrl.h index 17bbe7c89d..236e6b4f19 100644 --- a/clientgui/ProjectListCtrl.h +++ b/clientgui/ProjectListCtrl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROJECTLISTCTRL_H_ #define _WIZ_PROJECTLISTCTRL_H_ diff --git a/clientgui/ProjectProcessingPage.cpp b/clientgui/ProjectProcessingPage.cpp index 636bca3032..a96ac72ee7 100644 --- a/clientgui/ProjectProcessingPage.cpp +++ b/clientgui/ProjectProcessingPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProjectProcessingPage.h" diff --git a/clientgui/ProjectProcessingPage.h b/clientgui/ProjectProcessingPage.h index c4d602af7b..ec62a03d68 100644 --- a/clientgui/ProjectProcessingPage.h +++ b/clientgui/ProjectProcessingPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROJECTPROCESSINGPAGE_H_ #define _WIZ_PROJECTPROCESSINGPAGE_H_ diff --git a/clientgui/ProjectPropertiesPage.cpp b/clientgui/ProjectPropertiesPage.cpp index 28437726d8..2d9f458658 100644 --- a/clientgui/ProjectPropertiesPage.cpp +++ b/clientgui/ProjectPropertiesPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProjectPropertiesPage.h" diff --git a/clientgui/ProjectPropertiesPage.h b/clientgui/ProjectPropertiesPage.h index 1807cc22b9..3c7abce315 100644 --- a/clientgui/ProjectPropertiesPage.h +++ b/clientgui/ProjectPropertiesPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROJECTPROPERTIESPAGE_H_ #define _WIZ_PROJECTPROPERTIESPAGE_H_ diff --git a/clientgui/ProxyInfoPage.cpp b/clientgui/ProxyInfoPage.cpp index ff25662df1..3b9c854a97 100644 --- a/clientgui/ProxyInfoPage.cpp +++ b/clientgui/ProxyInfoPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProxyInfoPage.h" diff --git a/clientgui/ProxyInfoPage.h b/clientgui/ProxyInfoPage.h index 0b2675a509..91bc1988f4 100644 --- a/clientgui/ProxyInfoPage.h +++ b/clientgui/ProxyInfoPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROXYINFOPAGE_H_ #define _WIZ_PROXYINFOPAGE_H_ diff --git a/clientgui/ProxyPage.cpp b/clientgui/ProxyPage.cpp index 444f8e7081..d70eb2b855 100644 --- a/clientgui/ProxyPage.cpp +++ b/clientgui/ProxyPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ProxyPage.h" diff --git a/clientgui/ProxyPage.h b/clientgui/ProxyPage.h index b9df0de71e..87584923ba 100644 --- a/clientgui/ProxyPage.h +++ b/clientgui/ProxyPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_PROXYPAGE_H_ #define _WIZ_PROXYPAGE_H_ diff --git a/clientgui/SkinManager.cpp b/clientgui/SkinManager.cpp index 83ac6780b6..f3db6bc431 100644 --- a/clientgui/SkinManager.cpp +++ b/clientgui/SkinManager.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "SkinManager.h" diff --git a/clientgui/SkinManager.h b/clientgui/SkinManager.h index 8bc8492e62..5b71f1c92b 100644 --- a/clientgui/SkinManager.h +++ b/clientgui/SkinManager.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SKINMANAGER_H_ #define _SKINMANAGER_H_ diff --git a/clientgui/UnavailablePage.cpp b/clientgui/UnavailablePage.cpp index a893b22045..a7d90ab897 100644 --- a/clientgui/UnavailablePage.cpp +++ b/clientgui/UnavailablePage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "UnavailablePage.h" diff --git a/clientgui/UnavailablePage.h b/clientgui/UnavailablePage.h index 3ad8e60d36..a8696e4be8 100644 --- a/clientgui/UnavailablePage.h +++ b/clientgui/UnavailablePage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_UNAVAILABLEPAGE_H_ #define _WIZ_UNAVAILABLEPAGE_H_ diff --git a/clientgui/ValidateAccountKey.cpp b/clientgui/ValidateAccountKey.cpp index b3547b8e2a..2b026c8c0a 100644 --- a/clientgui/ValidateAccountKey.cpp +++ b/clientgui/ValidateAccountKey.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ValidateAccountKey.h" diff --git a/clientgui/ValidateAccountKey.h b/clientgui/ValidateAccountKey.h index 735df09598..4f29f10c27 100644 --- a/clientgui/ValidateAccountKey.h +++ b/clientgui/ValidateAccountKey.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VALIDATEACCOUNTKEY_H_ #define _VALIDATEACCOUNTKEY_H_ diff --git a/clientgui/ValidateEmailAddress.cpp b/clientgui/ValidateEmailAddress.cpp index 40e9a23fa3..4cd2502014 100644 --- a/clientgui/ValidateEmailAddress.cpp +++ b/clientgui/ValidateEmailAddress.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ValidateEmailAddress.h" diff --git a/clientgui/ValidateEmailAddress.h b/clientgui/ValidateEmailAddress.h index 90e13006c6..24f78ced76 100644 --- a/clientgui/ValidateEmailAddress.h +++ b/clientgui/ValidateEmailAddress.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VALIDATEEMAILADDRESS_H_ #define _VALIDATEEMAILADDRESS_H_ diff --git a/clientgui/ValidateURL.cpp b/clientgui/ValidateURL.cpp index d5fe69736c..9513add82e 100644 --- a/clientgui/ValidateURL.cpp +++ b/clientgui/ValidateURL.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ValidateURL.h" diff --git a/clientgui/ValidateURL.h b/clientgui/ValidateURL.h index 4eefa83a05..0719b7f0cb 100644 --- a/clientgui/ValidateURL.h +++ b/clientgui/ValidateURL.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VALIDATEURL_H_ #define _VALIDATEURL_H_ diff --git a/clientgui/ViewMessages.cpp b/clientgui/ViewMessages.cpp index a7718e5995..13f908ebf0 100644 --- a/clientgui/ViewMessages.cpp +++ b/clientgui/ViewMessages.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewMessages.h" diff --git a/clientgui/ViewMessages.h b/clientgui/ViewMessages.h index c8f49f4c55..ffe9d807b7 100644 --- a/clientgui/ViewMessages.h +++ b/clientgui/ViewMessages.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWMESSAGES_H_ #define _VIEWMESSAGES_H_ diff --git a/clientgui/ViewMessagesGrid.cpp b/clientgui/ViewMessagesGrid.cpp index b61e0d49ec..f66ae36380 100644 --- a/clientgui/ViewMessagesGrid.cpp +++ b/clientgui/ViewMessagesGrid.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewMessagesGrid.h" diff --git a/clientgui/ViewMessagesGrid.h b/clientgui/ViewMessagesGrid.h index 194380968b..b8799b8d3e 100644 --- a/clientgui/ViewMessagesGrid.h +++ b/clientgui/ViewMessagesGrid.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWMESSAGESGRID_H_ #define _VIEWMESSAGESGRID_H_ diff --git a/clientgui/ViewProjects.cpp b/clientgui/ViewProjects.cpp index 711511a0de..600782445a 100644 --- a/clientgui/ViewProjects.cpp +++ b/clientgui/ViewProjects.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewProjects.h" diff --git a/clientgui/ViewProjects.h b/clientgui/ViewProjects.h index e321460dec..04dba9c469 100644 --- a/clientgui/ViewProjects.h +++ b/clientgui/ViewProjects.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWPROJECTS_H_ #define _VIEWPROJECTS_H_ diff --git a/clientgui/ViewProjectsBase.cpp b/clientgui/ViewProjectsBase.cpp index f5e0fd2bd0..1c7d7c7dd7 100644 --- a/clientgui/ViewProjectsBase.cpp +++ b/clientgui/ViewProjectsBase.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewProjects.h" diff --git a/clientgui/ViewProjectsBase.h b/clientgui/ViewProjectsBase.h index afaf17ea2e..0c97203091 100644 --- a/clientgui/ViewProjectsBase.h +++ b/clientgui/ViewProjectsBase.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWPROJECTS_H_ #define _VIEWPROJECTS_H_ diff --git a/clientgui/ViewProjectsGrid.cpp b/clientgui/ViewProjectsGrid.cpp index f403a7608d..e7089563ab 100644 --- a/clientgui/ViewProjectsGrid.cpp +++ b/clientgui/ViewProjectsGrid.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewProjectsGrid.h" diff --git a/clientgui/ViewProjectsGrid.h b/clientgui/ViewProjectsGrid.h index fb16d4acd0..4f0f647189 100644 --- a/clientgui/ViewProjectsGrid.h +++ b/clientgui/ViewProjectsGrid.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWPROJECTSGRID_H_ #define _VIEWPROJECTSGRID_H_ diff --git a/clientgui/ViewResources.cpp b/clientgui/ViewResources.cpp index e2c27e7ee8..19ae354640 100644 --- a/clientgui/ViewResources.cpp +++ b/clientgui/ViewResources.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewResources.h" diff --git a/clientgui/ViewResources.h b/clientgui/ViewResources.h index 9b82fed5ac..3ddf6d0138 100644 --- a/clientgui/ViewResources.h +++ b/clientgui/ViewResources.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWRESOURCES_H_ #define _VIEWRESOURCES_H_ diff --git a/clientgui/ViewStatistics.cpp b/clientgui/ViewStatistics.cpp index d4af960fab..673e93d503 100644 --- a/clientgui/ViewStatistics.cpp +++ b/clientgui/ViewStatistics.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewStatistics.h" diff --git a/clientgui/ViewStatistics.h b/clientgui/ViewStatistics.h index 28ff059cda..7fb5879341 100644 --- a/clientgui/ViewStatistics.h +++ b/clientgui/ViewStatistics.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWSTATISTICS_H_ #define _VIEWSTATISTICS_H_ diff --git a/clientgui/ViewTransfers.cpp b/clientgui/ViewTransfers.cpp index 53744d83e0..f84cfb1e73 100644 --- a/clientgui/ViewTransfers.cpp +++ b/clientgui/ViewTransfers.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewTransfers.h" diff --git a/clientgui/ViewTransfers.h b/clientgui/ViewTransfers.h index d5b533d5af..2a58563895 100644 --- a/clientgui/ViewTransfers.h +++ b/clientgui/ViewTransfers.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWTRANSFERS_H_ #define _VIEWTRANSFERS_H_ diff --git a/clientgui/ViewTransfersGrid.cpp b/clientgui/ViewTransfersGrid.cpp index 4deb969326..29f5042186 100644 --- a/clientgui/ViewTransfersGrid.cpp +++ b/clientgui/ViewTransfersGrid.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewTransfersGrid.h" diff --git a/clientgui/ViewTransfersGrid.h b/clientgui/ViewTransfersGrid.h index 13f9ef6974..fe6e686c0a 100644 --- a/clientgui/ViewTransfersGrid.h +++ b/clientgui/ViewTransfersGrid.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWTRANSFERSGRID_H_ #define _VIEWTRANSFERSGRID_H_ diff --git a/clientgui/ViewWork.cpp b/clientgui/ViewWork.cpp index 3563ce6fb9..2f187a9859 100644 --- a/clientgui/ViewWork.cpp +++ b/clientgui/ViewWork.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewWork.h" diff --git a/clientgui/ViewWork.h b/clientgui/ViewWork.h index ea9ebb97b5..f5e9d556dc 100644 --- a/clientgui/ViewWork.h +++ b/clientgui/ViewWork.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWWORK_H_ #define _VIEWWORK_H_ diff --git a/clientgui/ViewWorkGrid.cpp b/clientgui/ViewWorkGrid.cpp index cc8af222b3..f5b6645083 100644 --- a/clientgui/ViewWorkGrid.cpp +++ b/clientgui/ViewWorkGrid.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "ViewWorkGrid.h" diff --git a/clientgui/ViewWorkGrid.h b/clientgui/ViewWorkGrid.h index 56aa61e013..c239647767 100644 --- a/clientgui/ViewWorkGrid.h +++ b/clientgui/ViewWorkGrid.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWWORKGRID_H_ #define _VIEWWORKGRID_H_ diff --git a/clientgui/WelcomePage.cpp b/clientgui/WelcomePage.cpp index d42e845324..02c29e25a2 100644 --- a/clientgui/WelcomePage.cpp +++ b/clientgui/WelcomePage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "WelcomePage.h" diff --git a/clientgui/WelcomePage.h b/clientgui/WelcomePage.h index ae5d1a1018..08959480db 100644 --- a/clientgui/WelcomePage.h +++ b/clientgui/WelcomePage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_WELCOMEPAGE_H_ #define _WIZ_WELCOMEPAGE_H_ diff --git a/clientgui/WizardAccountManager.cpp b/clientgui/WizardAccountManager.cpp index d7d1956694..d297a13830 100644 --- a/clientgui/WizardAccountManager.cpp +++ b/clientgui/WizardAccountManager.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "WizardAccountManager.h" diff --git a/clientgui/WizardAccountManager.h b/clientgui/WizardAccountManager.h index 7ec5c18a48..19a80a000f 100644 --- a/clientgui/WizardAccountManager.h +++ b/clientgui/WizardAccountManager.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ACCOUNTMANAGER_H_ #define _WIZ_ACCOUNTMANAGER_H_ diff --git a/clientgui/WizardAttachProject.cpp b/clientgui/WizardAttachProject.cpp index 2031e995db..d5663c9221 100644 --- a/clientgui/WizardAttachProject.cpp +++ b/clientgui/WizardAttachProject.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "WizardAttachProject.h" diff --git a/clientgui/WizardAttachProject.h b/clientgui/WizardAttachProject.h index 4edb67bdcb..3109a9cd15 100644 --- a/clientgui/WizardAttachProject.h +++ b/clientgui/WizardAttachProject.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _WIZ_ATTACHPROJECT_H_ #define _WIZ_ATTACHPROJECT_H_ diff --git a/clientgui/browser.C b/clientgui/browser.C index 737f1f9ae5..b4e18ac5d6 100644 --- a/clientgui/browser.C +++ b/clientgui/browser.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) diff --git a/clientgui/browser.h b/clientgui/browser.h index 35806717e4..46f1d18b23 100644 --- a/clientgui/browser.h +++ b/clientgui/browser.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BROWSER_ #define _BROWSER_ diff --git a/clientgui/mac/MacGUI.pch b/clientgui/mac/MacGUI.pch index 3b6b1580c0..30760cb0be 100644 --- a/clientgui/mac/MacGUI.pch +++ b/clientgui/mac/MacGUI.pch @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // HTTP_OP represents an HTTP operation. // There are variants for GET and POST, diff --git a/clientgui/mac/MacSysMenu.cpp b/clientgui/mac/MacSysMenu.cpp index 173d0b8aaf..d6f0ae6d13 100644 --- a/clientgui/mac/MacSysMenu.cpp +++ b/clientgui/mac/MacSysMenu.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "MacSysMenu.h" diff --git a/clientgui/mac/MacSysMenu.h b/clientgui/mac/MacSysMenu.h index 6819ae98f8..eb53f47e60 100644 --- a/clientgui/mac/MacSysMenu.h +++ b/clientgui/mac/MacSysMenu.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _MACSYSMENU_H_ #define _MACSYSMENU_H_ diff --git a/clientgui/mac/Mac_GUI.cpp b/clientgui/mac/Mac_GUI.cpp index dd7252ddb1..699460b89f 100644 --- a/clientgui/mac/Mac_GUI.cpp +++ b/clientgui/mac/Mac_GUI.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Mac_GUI.cpp diff --git a/clientgui/mac/SecurityUtility.cpp b/clientgui/mac/SecurityUtility.cpp index c515265cb2..4d97978e01 100644 --- a/clientgui/mac/SecurityUtility.cpp +++ b/clientgui/mac/SecurityUtility.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // SecurityUtility.cpp diff --git a/clientgui/mac/SetVersion.C b/clientgui/mac/SetVersion.C index bd09df6448..372f62e205 100644 --- a/clientgui/mac/SetVersion.C +++ b/clientgui/mac/SetVersion.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * SetVersion.c diff --git a/clientgui/mac/SetupSecurity.cpp b/clientgui/mac/SetupSecurity.cpp index 215b7aff43..d11015f3cb 100644 --- a/clientgui/mac/SetupSecurity.cpp +++ b/clientgui/mac/SetupSecurity.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // SetupSecurity.cpp diff --git a/clientgui/mac/SetupSecurity.h b/clientgui/mac/SetupSecurity.h index b0b4613f3e..81112966d8 100644 --- a/clientgui/mac/SetupSecurity.h +++ b/clientgui/mac/SetupSecurity.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // SetupSecurity.h diff --git a/clientgui/mac/SystemMenu.m b/clientgui/mac/SystemMenu.m index 96e7887520..0b9107e226 100644 --- a/clientgui/mac/SystemMenu.m +++ b/clientgui/mac/SystemMenu.m @@ -17,7 +17,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* Cocoa routines for BOINC Manager OS X System Icon Menu. Written by Charlie Fenton for UC Berkeley Space Sciences Laboratory 2005 diff --git a/clientgui/mac/SystemMenu_Prefix.pch b/clientgui/mac/SystemMenu_Prefix.pch index 82f549dba1..dbe0747add 100644 --- a/clientgui/mac/SystemMenu_Prefix.pch +++ b/clientgui/mac/SystemMenu_Prefix.pch @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // Prefix header for all source files of the 'SystemMenu' target in the 'BOINC' project. diff --git a/clientgui/mac/browser_safari.mm b/clientgui/mac/browser_safari.mm index 8d0ed79c64..d5de4f774f 100644 --- a/clientgui/mac/browser_safari.mm +++ b/clientgui/mac/browser_safari.mm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "str_util.h" #include "browser.h" diff --git a/clientgui/mac/config.h b/clientgui/mac/config.h index 44300a952c..613aef9f88 100644 --- a/clientgui/mac/config.h +++ b/clientgui/mac/config.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* config.h - Prebuilt configuration info for Macintosh BOINC */ /* Adapted from config.h generated by configure. */ diff --git a/clientgui/res/boinc.xpm b/clientgui/res/boinc.xpm index bc9b3e7be8..a00cd719c8 100644 --- a/clientgui/res/boinc.xpm +++ b/clientgui/res/boinc.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *boinc_xpm[] = { diff --git a/clientgui/res/boinc_logo.xpm b/clientgui/res/boinc_logo.xpm index bcbbe092b8..bb468b0f1a 100644 --- a/clientgui/res/boinc_logo.xpm +++ b/clientgui/res/boinc_logo.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *boinc_logo_xpm[] = { diff --git a/clientgui/res/boincdisconnect.xpm b/clientgui/res/boincdisconnect.xpm index b76e6604d5..76a211a147 100644 --- a/clientgui/res/boincdisconnect.xpm +++ b/clientgui/res/boincdisconnect.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *boincdisconnect_xpm[] = { diff --git a/clientgui/res/boincsnooze.xpm b/clientgui/res/boincsnooze.xpm index c3b723c5c1..98a985214f 100644 --- a/clientgui/res/boincsnooze.xpm +++ b/clientgui/res/boincsnooze.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *boincsnooze_xpm[] = { diff --git a/clientgui/res/connect.xpm b/clientgui/res/connect.xpm index 83c2697675..71b1056665 100644 --- a/clientgui/res/connect.xpm +++ b/clientgui/res/connect.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *connect_xpm[] = { diff --git a/clientgui/res/disconnect.xpm b/clientgui/res/disconnect.xpm index 72dec8d024..91e59cc9d9 100644 --- a/clientgui/res/disconnect.xpm +++ b/clientgui/res/disconnect.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *disconnect_xpm[] = { diff --git a/clientgui/res/gridrepublic16.xpm b/clientgui/res/gridrepublic16.xpm index be42ac8657..043978565f 100644 --- a/clientgui/res/gridrepublic16.xpm +++ b/clientgui/res/gridrepublic16.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *gridrepublic16_xpm[] = { diff --git a/clientgui/res/gridrepublic32.xpm b/clientgui/res/gridrepublic32.xpm index 562dae51c0..b7226fdda9 100644 --- a/clientgui/res/gridrepublic32.xpm +++ b/clientgui/res/gridrepublic32.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *gridrepublic32_xpm[] = { diff --git a/clientgui/res/gridrepublic_mac.xpm b/clientgui/res/gridrepublic_mac.xpm index 1707ae4581..d3b01d73e1 100644 --- a/clientgui/res/gridrepublic_mac.xpm +++ b/clientgui/res/gridrepublic_mac.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *gridrepublic_xpm[] = { diff --git a/clientgui/res/gridrepublicamwizard.xpm b/clientgui/res/gridrepublicamwizard.xpm index 9edf36ed25..2116edc6ba 100644 --- a/clientgui/res/gridrepublicamwizard.xpm +++ b/clientgui/res/gridrepublicamwizard.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *gridrepublicamwizard_xpm[] = { diff --git a/clientgui/res/macdisconnectbadge.xpm b/clientgui/res/macdisconnectbadge.xpm index c46cdcd454..2941de05e4 100644 --- a/clientgui/res/macdisconnectbadge.xpm +++ b/clientgui/res/macdisconnectbadge.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *macdisconnectbadge[] = { diff --git a/clientgui/res/macsnoozebadge.xpm b/clientgui/res/macsnoozebadge.xpm index 7103cb74db..6e2e81e6c7 100644 --- a/clientgui/res/macsnoozebadge.xpm +++ b/clientgui/res/macsnoozebadge.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *macsnoozebadge[] = { diff --git a/clientgui/res/mess.xpm b/clientgui/res/mess.xpm index 8831cfcbdf..01c2107f11 100644 --- a/clientgui/res/mess.xpm +++ b/clientgui/res/mess.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *mess_xpm[] = { diff --git a/clientgui/res/proj.xpm b/clientgui/res/proj.xpm index f9a1d72070..085f49c412 100644 --- a/clientgui/res/proj.xpm +++ b/clientgui/res/proj.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *proj_xpm[] = { diff --git a/clientgui/res/result.xpm b/clientgui/res/result.xpm index 5dee121ba7..3672d3c7b3 100644 --- a/clientgui/res/result.xpm +++ b/clientgui/res/result.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *result_xpm[] = { diff --git a/clientgui/res/seed16.xpm b/clientgui/res/seed16.xpm index ff1ecc5637..928b91a052 100644 --- a/clientgui/res/seed16.xpm +++ b/clientgui/res/seed16.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *seed16_xpm[] = { diff --git a/clientgui/res/seed32.xpm b/clientgui/res/seed32.xpm index 441d14a22e..448906c8cc 100644 --- a/clientgui/res/seed32.xpm +++ b/clientgui/res/seed32.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *seed32_xpm[] = { diff --git a/clientgui/res/seedamwizard.xpm b/clientgui/res/seedamwizard.xpm index 9f68f2d89a..96fd395639 100644 --- a/clientgui/res/seedamwizard.xpm +++ b/clientgui/res/seedamwizard.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *seedamwizard_xpm[] = { diff --git a/clientgui/res/seedapwizard.xpm b/clientgui/res/seedapwizard.xpm index 07aad9b24f..b6e6eb358d 100644 --- a/clientgui/res/seedapwizard.xpm +++ b/clientgui/res/seedapwizard.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *seedapwizard_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/advanced_link_image.xpm b/clientgui/res/skins/default/graphic/advanced_link_image.xpm index 1b7114d04f..0715487cf9 100644 --- a/clientgui/res/skins/default/graphic/advanced_link_image.xpm +++ b/clientgui/res/skins/default/graphic/advanced_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *advanced_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/attach_project_button.xpm b/clientgui/res/skins/default/graphic/attach_project_button.xpm index 83c91dba6e..ccfd8e135f 100644 --- a/clientgui/res/skins/default/graphic/attach_project_button.xpm +++ b/clientgui/res/skins/default/graphic/attach_project_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *attach_project_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/attach_project_clicked_button.xpm b/clientgui/res/skins/default/graphic/attach_project_clicked_button.xpm index 76b4f7802d..ae7c8144d3 100644 --- a/clientgui/res/skins/default/graphic/attach_project_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/attach_project_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *attach_project_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/background_image.xpm b/clientgui/res/skins/default/graphic/background_image.xpm index b7d12f2067..e23a6317fb 100644 --- a/clientgui/res/skins/default/graphic/background_image.xpm +++ b/clientgui/res/skins/default/graphic/background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/cancel_button.xpm b/clientgui/res/skins/default/graphic/cancel_button.xpm index e258197265..e8813fc543 100644 --- a/clientgui/res/skins/default/graphic/cancel_button.xpm +++ b/clientgui/res/skins/default/graphic/cancel_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *cancel_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/cancel_clicked_button.xpm b/clientgui/res/skins/default/graphic/cancel_clicked_button.xpm index 9b4e472a10..476a95aa48 100644 --- a/clientgui/res/skins/default/graphic/cancel_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/cancel_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *cancel_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/close_button.xpm b/clientgui/res/skins/default/graphic/close_button.xpm index 03bb6f0ac6..a0c33097e4 100644 --- a/clientgui/res/skins/default/graphic/close_button.xpm +++ b/clientgui/res/skins/default/graphic/close_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *close_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/close_clicked_button.xpm b/clientgui/res/skins/default/graphic/close_clicked_button.xpm index 587d7c37eb..e361a7d92b 100644 --- a/clientgui/res/skins/default/graphic/close_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/close_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *close_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/connecting_indicator_image.xpm b/clientgui/res/skins/default/graphic/connecting_indicator_image.xpm index 08b26a7cf9..0e2c48b594 100644 --- a/clientgui/res/skins/default/graphic/connecting_indicator_image.xpm +++ b/clientgui/res/skins/default/graphic/connecting_indicator_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *connecting_indicator_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/copy_all_button.xpm b/clientgui/res/skins/default/graphic/copy_all_button.xpm index 3973bad6c6..92bd7afbb2 100644 --- a/clientgui/res/skins/default/graphic/copy_all_button.xpm +++ b/clientgui/res/skins/default/graphic/copy_all_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *copy_all_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/copy_all_clicked_button.xpm b/clientgui/res/skins/default/graphic/copy_all_clicked_button.xpm index a6699c8fe5..21add1e8c1 100644 --- a/clientgui/res/skins/default/graphic/copy_all_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/copy_all_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *copy_all_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/copy_button.xpm b/clientgui/res/skins/default/graphic/copy_button.xpm index 7749113aeb..2decb44589 100644 --- a/clientgui/res/skins/default/graphic/copy_button.xpm +++ b/clientgui/res/skins/default/graphic/copy_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *copy_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/copy_clicked_button.xpm b/clientgui/res/skins/default/graphic/copy_clicked_button.xpm index c015b4d9d2..f0d362560b 100644 --- a/clientgui/res/skins/default/graphic/copy_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/copy_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *copy_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/dialog_background_image.xpm b/clientgui/res/skins/default/graphic/dialog_background_image.xpm index 4b48f488e3..e5377e8d74 100644 --- a/clientgui/res/skins/default/graphic/dialog_background_image.xpm +++ b/clientgui/res/skins/default/graphic/dialog_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *dialog_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/error_indicator_image.xpm b/clientgui/res/skins/default/graphic/error_indicator_image.xpm index 15e5f5f57b..3041c58381 100644 --- a/clientgui/res/skins/default/graphic/error_indicator_image.xpm +++ b/clientgui/res/skins/default/graphic/error_indicator_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *error_indicator_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/help_button.xpm b/clientgui/res/skins/default/graphic/help_button.xpm index 18c063fbce..93cc176022 100644 --- a/clientgui/res/skins/default/graphic/help_button.xpm +++ b/clientgui/res/skins/default/graphic/help_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *help_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/help_clicked_button.xpm b/clientgui/res/skins/default/graphic/help_clicked_button.xpm index 9f576cb1fc..363af6f308 100644 --- a/clientgui/res/skins/default/graphic/help_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/help_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *help_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/left_arrow_button.xpm b/clientgui/res/skins/default/graphic/left_arrow_button.xpm index f6484acb98..2241e3eef4 100644 --- a/clientgui/res/skins/default/graphic/left_arrow_button.xpm +++ b/clientgui/res/skins/default/graphic/left_arrow_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *left_arrow_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/left_arrow_clicked_button.xpm b/clientgui/res/skins/default/graphic/left_arrow_clicked_button.xpm index b7d5c6da89..39f4f0287f 100644 --- a/clientgui/res/skins/default/graphic/left_arrow_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/left_arrow_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *left_arrow_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/messages_alert_link_image.xpm b/clientgui/res/skins/default/graphic/messages_alert_link_image.xpm index ebe120c4cf..bf96524a81 100644 --- a/clientgui/res/skins/default/graphic/messages_alert_link_image.xpm +++ b/clientgui/res/skins/default/graphic/messages_alert_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *messages_alert_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/messages_link_image.xpm b/clientgui/res/skins/default/graphic/messages_link_image.xpm index 0296b972d2..2cd88d5324 100644 --- a/clientgui/res/skins/default/graphic/messages_link_image.xpm +++ b/clientgui/res/skins/default/graphic/messages_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *messages_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/preferences_link_image.xpm b/clientgui/res/skins/default/graphic/preferences_link_image.xpm index 57c9ece750..d8487cbf9c 100644 --- a/clientgui/res/skins/default/graphic/preferences_link_image.xpm +++ b/clientgui/res/skins/default/graphic/preferences_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *preferences_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/project_area_background_image.xpm b/clientgui/res/skins/default/graphic/project_area_background_image.xpm index 8ecd96d8d7..852d56676d 100644 --- a/clientgui/res/skins/default/graphic/project_area_background_image.xpm +++ b/clientgui/res/skins/default/graphic/project_area_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *project_area_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/project_image.xpm b/clientgui/res/skins/default/graphic/project_image.xpm index 298206c003..a35405f2e0 100644 --- a/clientgui/res/skins/default/graphic/project_image.xpm +++ b/clientgui/res/skins/default/graphic/project_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *project_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/resume_link_image.xpm b/clientgui/res/skins/default/graphic/resume_link_image.xpm index 32fbc45a53..f5b393459e 100644 --- a/clientgui/res/skins/default/graphic/resume_link_image.xpm +++ b/clientgui/res/skins/default/graphic/resume_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *resume_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/right_arrow_button.xpm b/clientgui/res/skins/default/graphic/right_arrow_button.xpm index 97899e76db..6add02e3db 100644 --- a/clientgui/res/skins/default/graphic/right_arrow_button.xpm +++ b/clientgui/res/skins/default/graphic/right_arrow_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *right_arrow_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/right_arrow_clicked_button.xpm b/clientgui/res/skins/default/graphic/right_arrow_clicked_button.xpm index dc5ead1a9d..23ffac26c0 100644 --- a/clientgui/res/skins/default/graphic/right_arrow_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/right_arrow_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *right_arrow_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/save_button.xpm b/clientgui/res/skins/default/graphic/save_button.xpm index 29877c4673..5b893c8675 100644 --- a/clientgui/res/skins/default/graphic/save_button.xpm +++ b/clientgui/res/skins/default/graphic/save_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *save_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/save_clicked_button.xpm b/clientgui/res/skins/default/graphic/save_clicked_button.xpm index 4eb3e5d047..b18bcff114 100644 --- a/clientgui/res/skins/default/graphic/save_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/save_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *save_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/spacer_image.xpm b/clientgui/res/skins/default/graphic/spacer_image.xpm index 77733b9fcf..e266ee5fd3 100644 --- a/clientgui/res/skins/default/graphic/spacer_image.xpm +++ b/clientgui/res/skins/default/graphic/spacer_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *spacer_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/state_indicator_background_image.xpm b/clientgui/res/skins/default/graphic/state_indicator_background_image.xpm index 45919b3706..b553d801f0 100644 --- a/clientgui/res/skins/default/graphic/state_indicator_background_image.xpm +++ b/clientgui/res/skins/default/graphic/state_indicator_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *state_indicator_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/suspend_link_image.xpm b/clientgui/res/skins/default/graphic/suspend_link_image.xpm index 36e66bc6aa..2c72f82afb 100644 --- a/clientgui/res/skins/default/graphic/suspend_link_image.xpm +++ b/clientgui/res/skins/default/graphic/suspend_link_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *suspend_link_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/synchronize_button.xpm b/clientgui/res/skins/default/graphic/synchronize_button.xpm index 2309ca27bb..47fecd7402 100644 --- a/clientgui/res/skins/default/graphic/synchronize_button.xpm +++ b/clientgui/res/skins/default/graphic/synchronize_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *synchronize_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/synchronize_clicked_button.xpm b/clientgui/res/skins/default/graphic/synchronize_clicked_button.xpm index d08b9cc28c..e8e4f05ff7 100644 --- a/clientgui/res/skins/default/graphic/synchronize_clicked_button.xpm +++ b/clientgui/res/skins/default/graphic/synchronize_clicked_button.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *synchronize_clicked_button_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_active_image.xpm b/clientgui/res/skins/default/graphic/workunit_active_image.xpm index 63a8839d6d..ef37ac3ea8 100644 --- a/clientgui/res/skins/default/graphic/workunit_active_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_active_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_active_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_animation_background_image.xpm b/clientgui/res/skins/default/graphic/workunit_animation_background_image.xpm index 4258be7048..8d0357a320 100644 --- a/clientgui/res/skins/default/graphic/workunit_animation_background_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_animation_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_animation_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_animation_image.xpm b/clientgui/res/skins/default/graphic/workunit_animation_image.xpm index b13a78a1b4..50a230d5b4 100644 --- a/clientgui/res/skins/default/graphic/workunit_animation_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_animation_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_animation_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_area_background_image.xpm b/clientgui/res/skins/default/graphic/workunit_area_background_image.xpm index 79ce4154c1..0899888390 100644 --- a/clientgui/res/skins/default/graphic/workunit_area_background_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_area_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_area_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_gauge_background_image.xpm b/clientgui/res/skins/default/graphic/workunit_gauge_background_image.xpm index f1c13f37ad..27055151aa 100644 --- a/clientgui/res/skins/default/graphic/workunit_gauge_background_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_gauge_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_gauge_background_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_gauge_progress_indicator_image.xpm b/clientgui/res/skins/default/graphic/workunit_gauge_progress_indicator_image.xpm index 448c1d1cf0..77624ccff3 100644 --- a/clientgui/res/skins/default/graphic/workunit_gauge_progress_indicator_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_gauge_progress_indicator_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_gauge_progress_indicator_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_suspended_image.xpm b/clientgui/res/skins/default/graphic/workunit_suspended_image.xpm index 94f52c4bb8..3e575a6cff 100644 --- a/clientgui/res/skins/default/graphic/workunit_suspended_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_suspended_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_suspended_image_xpm[] = { diff --git a/clientgui/res/skins/default/graphic/workunit_tab_area_background_image.xpm b/clientgui/res/skins/default/graphic/workunit_tab_area_background_image.xpm index 952564a7f2..df4605efff 100644 --- a/clientgui/res/skins/default/graphic/workunit_tab_area_background_image.xpm +++ b/clientgui/res/skins/default/graphic/workunit_tab_area_background_image.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *workunit_tab_area_background_image_xpm[] = { diff --git a/clientgui/res/sortascending.xpm b/clientgui/res/sortascending.xpm index dbfe48d8a4..7605ae1697 100644 --- a/clientgui/res/sortascending.xpm +++ b/clientgui/res/sortascending.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *sortascending_xpm[] = { diff --git a/clientgui/res/sortdescending.xpm b/clientgui/res/sortdescending.xpm index c19444b052..eab391d448 100644 --- a/clientgui/res/sortdescending.xpm +++ b/clientgui/res/sortdescending.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *sortdescending_xpm[] = { diff --git a/clientgui/res/stats.xpm b/clientgui/res/stats.xpm index 88a4eaaf5b..4bb1fe2fe8 100644 --- a/clientgui/res/stats.xpm +++ b/clientgui/res/stats.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *stats_xpm[] = { diff --git a/clientgui/res/usage.xpm b/clientgui/res/usage.xpm index c238b50592..023442018a 100644 --- a/clientgui/res/usage.xpm +++ b/clientgui/res/usage.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *usage_xpm[] = { diff --git a/clientgui/res/wizard_bitmap.xpm b/clientgui/res/wizard_bitmap.xpm index 0498f84a9e..24fba5d6ff 100644 --- a/clientgui/res/wizard_bitmap.xpm +++ b/clientgui/res/wizard_bitmap.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizard_bitmap_xpm[] = { diff --git a/clientgui/res/wizprogress01.xpm b/clientgui/res/wizprogress01.xpm index 866bdf22c6..6e96c14014 100644 --- a/clientgui/res/wizprogress01.xpm +++ b/clientgui/res/wizprogress01.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress01_xpm[] = { diff --git a/clientgui/res/wizprogress02.xpm b/clientgui/res/wizprogress02.xpm index b1c237ac8d..6090d23e64 100644 --- a/clientgui/res/wizprogress02.xpm +++ b/clientgui/res/wizprogress02.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress02_xpm[] = { diff --git a/clientgui/res/wizprogress03.xpm b/clientgui/res/wizprogress03.xpm index 075325aa6b..7af30aec06 100644 --- a/clientgui/res/wizprogress03.xpm +++ b/clientgui/res/wizprogress03.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress03_xpm[] = { diff --git a/clientgui/res/wizprogress04.xpm b/clientgui/res/wizprogress04.xpm index c6aa2f5af1..48bfbec657 100644 --- a/clientgui/res/wizprogress04.xpm +++ b/clientgui/res/wizprogress04.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress04_xpm[] = { diff --git a/clientgui/res/wizprogress05.xpm b/clientgui/res/wizprogress05.xpm index 1f8cda20e0..ce8cf92b46 100644 --- a/clientgui/res/wizprogress05.xpm +++ b/clientgui/res/wizprogress05.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress05_xpm[] = { diff --git a/clientgui/res/wizprogress06.xpm b/clientgui/res/wizprogress06.xpm index 86c27bb3fe..0faedb2386 100644 --- a/clientgui/res/wizprogress06.xpm +++ b/clientgui/res/wizprogress06.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress06_xpm[] = { diff --git a/clientgui/res/wizprogress07.xpm b/clientgui/res/wizprogress07.xpm index 5aba31adf4..c6e498df97 100644 --- a/clientgui/res/wizprogress07.xpm +++ b/clientgui/res/wizprogress07.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress07_xpm[] = { diff --git a/clientgui/res/wizprogress08.xpm b/clientgui/res/wizprogress08.xpm index f9123647f9..40e9c7a11e 100644 --- a/clientgui/res/wizprogress08.xpm +++ b/clientgui/res/wizprogress08.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress08_xpm[] = { diff --git a/clientgui/res/wizprogress09.xpm b/clientgui/res/wizprogress09.xpm index f7a9a9b19c..90b8b6d6a6 100644 --- a/clientgui/res/wizprogress09.xpm +++ b/clientgui/res/wizprogress09.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress09_xpm[] = { diff --git a/clientgui/res/wizprogress10.xpm b/clientgui/res/wizprogress10.xpm index 96261a167b..1ef55f5910 100644 --- a/clientgui/res/wizprogress10.xpm +++ b/clientgui/res/wizprogress10.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress10_xpm[] = { diff --git a/clientgui/res/wizprogress11.xpm b/clientgui/res/wizprogress11.xpm index 99ae741375..18d1391a00 100644 --- a/clientgui/res/wizprogress11.xpm +++ b/clientgui/res/wizprogress11.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress11_xpm[] = { diff --git a/clientgui/res/wizprogress12.xpm b/clientgui/res/wizprogress12.xpm index 5d3127fc5c..2b7bc52e0d 100644 --- a/clientgui/res/wizprogress12.xpm +++ b/clientgui/res/wizprogress12.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static char *wizprogress12_xpm[] = { diff --git a/clientgui/res/xfer.xpm b/clientgui/res/xfer.xpm index 042f80fd24..097267c80e 100644 --- a/clientgui/res/xfer.xpm +++ b/clientgui/res/xfer.xpm @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* XPM */ static const char *xfer_xpm[] = { diff --git a/clientgui/sg_BoincSimpleGUI.cpp b/clientgui/sg_BoincSimpleGUI.cpp index 8fce824e35..ad2b58ffd2 100644 --- a/clientgui/sg_BoincSimpleGUI.cpp +++ b/clientgui/sg_BoincSimpleGUI.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) diff --git a/clientgui/sg_BoincSimpleGUI.h b/clientgui/sg_BoincSimpleGUI.h index 117d03b1c1..0ae2b33387 100644 --- a/clientgui/sg_BoincSimpleGUI.h +++ b/clientgui/sg_BoincSimpleGUI.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SIMPLEFRAME_H_ diff --git a/clientgui/sg_ClientStateIndicator.cpp b/clientgui/sg_ClientStateIndicator.cpp index 6dd03f5a0d..7bc68bebd1 100644 --- a/clientgui/sg_ClientStateIndicator.cpp +++ b/clientgui/sg_ClientStateIndicator.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ClientStateIndicator.h" diff --git a/clientgui/sg_ClientStateIndicator.h b/clientgui/sg_ClientStateIndicator.h index cbdbb8ac60..85ee06439c 100644 --- a/clientgui/sg_ClientStateIndicator.h +++ b/clientgui/sg_ClientStateIndicator.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _CLIENTSTATEINDICATOR_H_ #define _CLIENTSTATEINDICATOR_H_ diff --git a/clientgui/sg_CustomControls.cpp b/clientgui/sg_CustomControls.cpp index 40b103dd75..a92dcad63a 100644 --- a/clientgui/sg_CustomControls.cpp +++ b/clientgui/sg_CustomControls.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_CustomControls.h" diff --git a/clientgui/sg_CustomControls.h b/clientgui/sg_CustomControls.h index a27fbd5edd..2e674e80de 100644 --- a/clientgui/sg_CustomControls.h +++ b/clientgui/sg_CustomControls.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _CUSTOMCONTROLS_H_ #define _CUSTOMCONTROLS_H_ diff --git a/clientgui/sg_DlgMessages.cpp b/clientgui/sg_DlgMessages.cpp index 714642047b..c741b5dc82 100644 --- a/clientgui/sg_DlgMessages.cpp +++ b/clientgui/sg_DlgMessages.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_DlgMessages.h" diff --git a/clientgui/sg_DlgMessages.h b/clientgui/sg_DlgMessages.h index cb484a659a..6f7468f53c 100644 --- a/clientgui/sg_DlgMessages.h +++ b/clientgui/sg_DlgMessages.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _DLG_MESSAGES_H_ diff --git a/clientgui/sg_DlgPreferences.cpp b/clientgui/sg_DlgPreferences.cpp index e8b7ed83ce..8a3485333a 100644 --- a/clientgui/sg_DlgPreferences.cpp +++ b/clientgui/sg_DlgPreferences.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_DlgPreferences.h" diff --git a/clientgui/sg_DlgPreferences.h b/clientgui/sg_DlgPreferences.h index 831a736e70..1c540edeca 100644 --- a/clientgui/sg_DlgPreferences.h +++ b/clientgui/sg_DlgPreferences.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _DLG_PREFERENCES_H_ diff --git a/clientgui/sg_ImageButton.cpp b/clientgui/sg_ImageButton.cpp index c88db09213..c76ce2a82b 100644 --- a/clientgui/sg_ImageButton.cpp +++ b/clientgui/sg_ImageButton.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ImageButton.h" diff --git a/clientgui/sg_ImageButton.h b/clientgui/sg_ImageButton.h index 45980d4f27..4fed4eef24 100644 --- a/clientgui/sg_ImageButton.h +++ b/clientgui/sg_ImageButton.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _IMAGEBUTTON_H_ #define _IMAGEBUTTON_H_ diff --git a/clientgui/sg_ImageLoader.cpp b/clientgui/sg_ImageLoader.cpp index 96b34603c4..df83bb16bb 100644 --- a/clientgui/sg_ImageLoader.cpp +++ b/clientgui/sg_ImageLoader.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ImageLoader.h" diff --git a/clientgui/sg_ImageLoader.h b/clientgui/sg_ImageLoader.h index 31e4150bc4..49923f0a7e 100644 --- a/clientgui/sg_ImageLoader.h +++ b/clientgui/sg_ImageLoader.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _IMAGELOADER_H_ #define _IMAGELOADER_H_ diff --git a/clientgui/sg_ProgressBar.cpp b/clientgui/sg_ProgressBar.cpp index f3f7e14029..82bc858180 100644 --- a/clientgui/sg_ProgressBar.cpp +++ b/clientgui/sg_ProgressBar.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ProgressBar.h" diff --git a/clientgui/sg_ProgressBar.h b/clientgui/sg_ProgressBar.h index 032d66afea..1e831b3416 100644 --- a/clientgui/sg_ProgressBar.h +++ b/clientgui/sg_ProgressBar.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PROGRESSBAR_H_ #define _PROGRESSBAR_H_ diff --git a/clientgui/sg_ProjectsComponent.cpp b/clientgui/sg_ProjectsComponent.cpp index 9232511bf3..a90546b570 100644 --- a/clientgui/sg_ProjectsComponent.cpp +++ b/clientgui/sg_ProjectsComponent.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ProjectsComponent.h" diff --git a/clientgui/sg_ProjectsComponent.h b/clientgui/sg_ProjectsComponent.h index d63e119c30..2522314ddf 100644 --- a/clientgui/sg_ProjectsComponent.h +++ b/clientgui/sg_ProjectsComponent.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PROJECTSCOMPONENT_H_ #define _PROJECTSCOMPONENT_H_ diff --git a/clientgui/sg_SGUIListControl.cpp b/clientgui/sg_SGUIListControl.cpp index 80902e126f..13b3893aad 100644 --- a/clientgui/sg_SGUIListControl.cpp +++ b/clientgui/sg_SGUIListControl.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_SGUIListControl.h" diff --git a/clientgui/sg_SGUIListControl.h b/clientgui/sg_SGUIListControl.h index 0f285f65be..67713b3a96 100644 --- a/clientgui/sg_SGUIListControl.h +++ b/clientgui/sg_SGUIListControl.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SGUILISTCTRL_H_ #define _SGUILISTCTRL_H_ diff --git a/clientgui/sg_StatImageLoader.cpp b/clientgui/sg_StatImageLoader.cpp index de50539cfb..f4fecd21ba 100644 --- a/clientgui/sg_StatImageLoader.cpp +++ b/clientgui/sg_StatImageLoader.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_StatImageLoader.h" diff --git a/clientgui/sg_StatImageLoader.h b/clientgui/sg_StatImageLoader.h index ac4e5cc6bc..5aed3238d0 100644 --- a/clientgui/sg_StatImageLoader.h +++ b/clientgui/sg_StatImageLoader.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _STATIMAGELOADER_H_ #define _STATIMAGELOADER_H_ diff --git a/clientgui/sg_ViewTabPage.cpp b/clientgui/sg_ViewTabPage.cpp index 87864e2f21..0f08b179a4 100644 --- a/clientgui/sg_ViewTabPage.cpp +++ b/clientgui/sg_ViewTabPage.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "sg_ViewTabPage.h" diff --git a/clientgui/sg_ViewTabPage.h b/clientgui/sg_ViewTabPage.h index ad62ed1374..d95ce3ce1f 100644 --- a/clientgui/sg_ViewTabPage.h +++ b/clientgui/sg_ViewTabPage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _VIEWTABPAGE_H_ #define _VIEWTABPAGE_H_ diff --git a/clientgui/stdwx.cpp b/clientgui/stdwx.cpp index 6d9eb87e35..3af4237a4f 100644 --- a/clientgui/stdwx.cpp +++ b/clientgui/stdwx.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdwx.h" diff --git a/clientgui/stdwx.h b/clientgui/stdwx.h index fb4732b841..0319f2aadc 100644 --- a/clientgui/stdwx.h +++ b/clientgui/stdwx.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef __STDWX_H__ #define __STDWX_H__ diff --git a/clientlib/win/IdleTracker.h b/clientlib/win/IdleTracker.h index 9ec01487d3..be4e2855db 100755 --- a/clientlib/win/IdleTracker.h +++ b/clientlib/win/IdleTracker.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #pragma once diff --git a/clientlib/win/Service.cpp b/clientlib/win/Service.cpp index 98f0d5ea7d..b7740d6944 100644 --- a/clientlib/win/Service.cpp +++ b/clientlib/win/Service.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/clientlib/win/boinc_dll.cpp b/clientlib/win/boinc_dll.cpp index eb6f97f99f..ff0fc1c80a 100755 --- a/clientlib/win/boinc_dll.cpp +++ b/clientlib/win/boinc_dll.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/clientlib/win/boinc_dll.h b/clientlib/win/boinc_dll.h index 86edcda802..1324b13089 100755 --- a/clientlib/win/boinc_dll.h +++ b/clientlib/win/boinc_dll.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #pragma once diff --git a/clientscr/Mac_Saver_Module.h b/clientscr/Mac_Saver_Module.h index 5b8d651865..fe4ce23f22 100755 --- a/clientscr/Mac_Saver_Module.h +++ b/clientscr/Mac_Saver_Module.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Mac_Saver_Module.h // BOINC_Saver_Module diff --git a/clientscr/Mac_Saver_ModuleView.h b/clientscr/Mac_Saver_ModuleView.h index 3b3a5e4289..1ef029d08c 100755 --- a/clientscr/Mac_Saver_ModuleView.h +++ b/clientscr/Mac_Saver_ModuleView.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Mac_Saver_ModuleView.h // BOINC_Saver_Module diff --git a/clientscr/Mac_Saver_ModuleView.m b/clientscr/Mac_Saver_ModuleView.m index 50c5a31c26..c094d684d9 100755 --- a/clientscr/Mac_Saver_ModuleView.m +++ b/clientscr/Mac_Saver_ModuleView.m @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // Mac_Saver_ModuleView.m diff --git a/clientscr/gfx_switcher.C b/clientscr/gfx_switcher.C index c85ae68c99..c461f4c6e3 100644 --- a/clientscr/gfx_switcher.C +++ b/clientscr/gfx_switcher.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // gfx_switcher.C // diff --git a/clientscr/mac_saver_module.cpp b/clientscr/mac_saver_module.cpp index 79e742832e..8f3a88398f 100755 --- a/clientscr/mac_saver_module.cpp +++ b/clientscr/mac_saver_module.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // mac_saver_module.cpp diff --git a/clientscr/screensaver.cpp b/clientscr/screensaver.cpp index 7247b9c96d..03aeffaa4e 100644 --- a/clientscr/screensaver.cpp +++ b/clientscr/screensaver.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifdef _WIN32 diff --git a/clientscr/screensaver.h b/clientscr/screensaver.h index 64f0353163..5fe5e1cd11 100644 --- a/clientscr/screensaver.h +++ b/clientscr/screensaver.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef __SCREENSAVER_H__ diff --git a/clientscr/screensaver_win.cpp b/clientscr/screensaver_win.cpp index 6e674c7eae..aae68b70ba 100755 --- a/clientscr/screensaver_win.cpp +++ b/clientscr/screensaver_win.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // Contributor(s): // DirectX 8.1 Screen Saver Framework from Microsoft. diff --git a/compile b/compile index 9bb997a6a9..1c36674613 100755 --- a/compile +++ b/compile @@ -17,7 +17,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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/config.guess b/config.guess index 851196fb11..ef66e9de97 100755 --- a/config.guess +++ b/config.guess @@ -17,7 +17,7 @@ timestamp='2003-06-17' # # 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. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/config.sub b/config.sub index 7cee3d6ec7..e5c474df94 100755 --- a/config.sub +++ b/config.sub @@ -21,8 +21,8 @@ timestamp='2003-06-18' # # 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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/configure.ac b/configure.ac index c4b2ab6749..1c50d1d368 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ See the GNU Lesser General Public License for more details. To view the GNU Lesser General Public License visit http://www.gnu.org/copyleft/lesser.html or 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 ]) AC_REVISION([$Revision$]) diff --git a/db/boinc_db.C b/db/boinc_db.C index 3132675039..05c9826d5f 100644 --- a/db/boinc_db.C +++ b/db/boinc_db.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include diff --git a/db/boinc_db.h b/db/boinc_db.h index 36e942969d..bbfe77f3f7 100755 --- a/db/boinc_db.h +++ b/db/boinc_db.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_DB_ #define _BOINC_DB_ diff --git a/db/db_base.C b/db/db_base.C index 115b56148f..7034ccd81a 100644 --- a/db/db_base.C +++ b/db/db_base.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include diff --git a/db/db_base.h b/db/db_base.h index c472907198..77681c4010 100644 --- a/db/db_base.h +++ b/db/db_base.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _DB_BASE_ #define _DB_BASE_ diff --git a/depcomp b/depcomp index 51606f8c46..1fd1eb9ae0 100755 --- a/depcomp +++ b/depcomp @@ -15,8 +15,8 @@ # 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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/html/inc/geoip.inc b/html/inc/geoip.inc index e4241547a7..e873188cfc 100644 --- a/html/inc/geoip.inc +++ b/html/inc/geoip.inc @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU 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 Street, Fifth Floor, Boston, MA 02110-1301 USA */ $GEOIP_COUNTRY_CODE_TO_NUMBER = array( diff --git a/html/inc/kses.php b/html/inc/kses.php index 9d30260258..9d0c225c2a 100644 --- a/html/inc/kses.php +++ b/html/inc/kses.php @@ -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 or visit +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or visit # http://www.gnu.org/licenses/gpl.html # # *** CONTACT INFORMATION *** diff --git a/lib/app_ipc.C b/lib/app_ipc.C index 69edfcb3a8..3fe22a55b6 100755 --- a/lib/app_ipc.C +++ b/lib/app_ipc.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/app_ipc.h b/lib/app_ipc.h index 2788fab596..c22d1a0955 100755 --- a/lib/app_ipc.h +++ b/lib/app_ipc.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _APP_IPC_ #define _APP_IPC_ diff --git a/lib/base64.C b/lib/base64.C index aeea19a908..cef2f7939d 100644 --- a/lib/base64.C +++ b/lib/base64.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 diff --git a/lib/base64.h b/lib/base64.h index d511534feb..8de710a0be 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef h_BASE64 #define h_BASE64 diff --git a/lib/boinc_cmd.C b/lib/boinc_cmd.C index 747ff744f8..05620a8851 100644 --- a/lib/boinc_cmd.C +++ b/lib/boinc_cmd.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // boinc_cmd: command-line interface to a BOINC core client, // using GUI RPCs. diff --git a/lib/boinc_win.h b/lib/boinc_win.h index 5328e37773..edd8682e0d 100644 --- a/lib/boinc_win.h +++ b/lib/boinc_win.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // boinc_win.h : include file for standard system include files, // or project specific include files that are used frequently, diff --git a/lib/common_defs.h b/lib/common_defs.h index ad57d2771a..aa438a3620 100644 --- a/lib/common_defs.h +++ b/lib/common_defs.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _COMMON_DEFS_ #define _COMMON_DEFS_ diff --git a/lib/crypt.C b/lib/crypt.C index 3d4dedaa89..062b22bed0 100644 --- a/lib/crypt.C +++ b/lib/crypt.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/lib/crypt.h b/lib/crypt.h index fafae51e96..47751b04ec 100644 --- a/lib/crypt.h +++ b/lib/crypt.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef H_CRYPT #define H_CRYPT diff --git a/lib/crypt_prog.C b/lib/crypt_prog.C index f643337ce4..e0d618a4b3 100644 --- a/lib/crypt_prog.C +++ b/lib/crypt_prog.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // utility program for encryption. diff --git a/lib/diagnostics.C b/lib/diagnostics.C index 6ced25d50a..32e9875aec 100644 --- a/lib/diagnostics.C +++ b/lib/diagnostics.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Stuff related to stderr/stdout direction and exception handling; // used by both core client and by apps diff --git a/lib/diagnostics.h b/lib/diagnostics.h index 76b8e6407b..407dedc325 100644 --- a/lib/diagnostics.h +++ b/lib/diagnostics.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_DIAGNOSTICS_ #define _BOINC_DIAGNOSTICS_ diff --git a/lib/diagnostics_win.C b/lib/diagnostics_win.C index fdf064ced7..c5e0a3ca1c 100644 --- a/lib/diagnostics_win.C +++ b/lib/diagnostics_win.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Stuff related to catching SEH exceptions, monitoring threads, and trapping // debugger messages; used by both core client and by apps. diff --git a/lib/diagnostics_win.h b/lib/diagnostics_win.h index e5f263bd7a..c2d336a58e 100644 --- a/lib/diagnostics_win.h +++ b/lib/diagnostics_win.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_DIAGNOSTICS_WIN_ #define _BOINC_DIAGNOSTICS_WIN_ diff --git a/lib/error_numbers.h b/lib/error_numbers.h index 0121935478..f284cc5117 100755 --- a/lib/error_numbers.h +++ b/lib/error_numbers.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _ERROR_NUMBERS_H_ #define _ERROR_NUMBERS_H_ diff --git a/lib/filesys.C b/lib/filesys.C index 187606f856..088741c88a 100755 --- a/lib/filesys.C +++ b/lib/filesys.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/filesys.h b/lib/filesys.h index 927dd24c5d..43f6282585 100755 --- a/lib/filesys.h +++ b/lib/filesys.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _FILESYS_ #define _FILESYS_ diff --git a/lib/gui_rpc_client.C b/lib/gui_rpc_client.C index 99afab38e9..978984b7d6 100644 --- a/lib/gui_rpc_client.C +++ b/lib/gui_rpc_client.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This file is the underlying mechanism of GUI RPC client // (not the actual RPCs) diff --git a/lib/gui_rpc_client.h b/lib/gui_rpc_client.h index c761a88e92..bb143cfb24 100644 --- a/lib/gui_rpc_client.h +++ b/lib/gui_rpc_client.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // a C++ interface to BOINC GUI RPC diff --git a/lib/gui_rpc_client_ops.C b/lib/gui_rpc_client_ops.C index f3249c06f7..7b7e40ebed 100644 --- a/lib/gui_rpc_client_ops.C +++ b/lib/gui_rpc_client_ops.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This file contains: // 1) functions to clear and parse the various structs diff --git a/lib/gui_rpc_client_print.C b/lib/gui_rpc_client_print.C index 1023d65766..4fd7850845 100644 --- a/lib/gui_rpc_client_print.C +++ b/lib/gui_rpc_client_print.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This file is code to print (in ASCII) the stuff returned by GUI RPC. // Used only by boinc_cmd. diff --git a/lib/hostinfo.C b/lib/hostinfo.C index 62d57619ed..7bb1f8d81f 100644 --- a/lib/hostinfo.C +++ b/lib/hostinfo.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/hostinfo.h b/lib/hostinfo.h index 475f1d2ac2..c1e8308886 100644 --- a/lib/hostinfo.h +++ b/lib/hostinfo.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _HOSTINFO_ #define _HOSTINFO_ diff --git a/lib/mac/QBacktrace.c b/lib/mac/QBacktrace.c index c3b9ab2c44..0551a8f452 100644 --- a/lib/mac/QBacktrace.c +++ b/lib/mac/QBacktrace.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QBacktrace.c * diff --git a/lib/mac/QBacktrace.h b/lib/mac/QBacktrace.h index f165fb9986..3605b33fce 100644 --- a/lib/mac/QBacktrace.h +++ b/lib/mac/QBacktrace.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QBacktrace.h * diff --git a/lib/mac/QCrashReport.c b/lib/mac/QCrashReport.c index 7028b563d8..109facb9f0 100644 --- a/lib/mac/QCrashReport.c +++ b/lib/mac/QCrashReport.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QCrashReport.c * diff --git a/lib/mac/QCrashReport.h b/lib/mac/QCrashReport.h index 0fcbae1ec5..986dcfaff2 100644 --- a/lib/mac/QCrashReport.h +++ b/lib/mac/QCrashReport.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QCrashReport.h * diff --git a/lib/mac/QMachOImage.c b/lib/mac/QMachOImage.c index 17e07ac691..2fcfb93f61 100644 --- a/lib/mac/QMachOImage.c +++ b/lib/mac/QMachOImage.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QMachOImage.c * diff --git a/lib/mac/QMachOImage.h b/lib/mac/QMachOImage.h index a0c1f0b0c4..0589625820 100644 --- a/lib/mac/QMachOImage.h +++ b/lib/mac/QMachOImage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QMachOImage.h * diff --git a/lib/mac/QMachOImageList.c b/lib/mac/QMachOImageList.c index 8e1870a297..cd6938b3dc 100644 --- a/lib/mac/QMachOImageList.c +++ b/lib/mac/QMachOImageList.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QMachOImageList.c * diff --git a/lib/mac/QMachOImageList.h b/lib/mac/QMachOImageList.h index 9cb7534e42..31340dafcf 100644 --- a/lib/mac/QMachOImageList.h +++ b/lib/mac/QMachOImageList.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QMachOImageList.h * diff --git a/lib/mac/QSymbols.c b/lib/mac/QSymbols.c index 5baab271cb..b8c8789a6b 100644 --- a/lib/mac/QSymbols.c +++ b/lib/mac/QSymbols.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QSymbols.c * diff --git a/lib/mac/QSymbols.h b/lib/mac/QSymbols.h index 8ab57c3ad1..30dfa1f077 100644 --- a/lib/mac/QSymbols.h +++ b/lib/mac/QSymbols.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QSymbols.h * diff --git a/lib/mac/QTaskMemory.c b/lib/mac/QTaskMemory.c index 60f2a62fbb..30ae4616c2 100644 --- a/lib/mac/QTaskMemory.c +++ b/lib/mac/QTaskMemory.c @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QTaskMemory.c * diff --git a/lib/mac/QTaskMemory.h b/lib/mac/QTaskMemory.h index f963d947e9..f07871681a 100644 --- a/lib/mac/QTaskMemory.h +++ b/lib/mac/QTaskMemory.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * QTaskMemory.h * diff --git a/lib/mac/dyld_gdb.h b/lib/mac/dyld_gdb.h index d8b157ed35..ca3427f35b 100644 --- a/lib/mac/dyld_gdb.h +++ b/lib/mac/dyld_gdb.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * dyld_gdb.h * diff --git a/lib/mac/mac_backtrace.C b/lib/mac/mac_backtrace.C index 1adb481169..7ad5078b7b 100644 --- a/lib/mac/mac_backtrace.C +++ b/lib/mac/mac_backtrace.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * mac_backtrace.C * diff --git a/lib/mac/mac_backtrace.h b/lib/mac/mac_backtrace.h index fef6c6f193..ffbebd5b92 100644 --- a/lib/mac/mac_backtrace.h +++ b/lib/mac/mac_backtrace.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* * mac_backtrace.h * diff --git a/lib/md5_file.C b/lib/md5_file.C index 6b0a68382e..f2db9d342f 100644 --- a/lib/md5_file.C +++ b/lib/md5_file.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/md5_file.h b/lib/md5_file.h index 52cae18710..52aa1fe50a 100644 --- a/lib/md5_file.h +++ b/lib/md5_file.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef h_MD5_FILE #define h_MD5_FILE diff --git a/lib/mem_usage.C b/lib/mem_usage.C index 2ef7dffc9f..a936c89548 100644 --- a/lib/mem_usage.C +++ b/lib/mem_usage.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/mem_usage.h b/lib/mem_usage.h index 1cd9631561..0fb49f5441 100644 --- a/lib/mem_usage.h +++ b/lib/mem_usage.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef __MEM_USAGE__ #define __MEM_USAGE__ diff --git a/lib/mfile.C b/lib/mfile.C index abdfa4a8bd..0678818387 100644 --- a/lib/mfile.C +++ b/lib/mfile.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/mfile.h b/lib/mfile.h index 517a260c98..8c556e32f9 100644 --- a/lib/mfile.h +++ b/lib/mfile.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _MFILE_ #define _MFILE_ diff --git a/lib/miofile.C b/lib/miofile.C index 92b4f39629..b0fe2cb774 100644 --- a/lib/miofile.C +++ b/lib/miofile.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/miofile.h b/lib/miofile.h index 7468fc1a8f..4f2c31b340 100644 --- a/lib/miofile.h +++ b/lib/miofile.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _MIOFILE_ #define _MIOFILE_ diff --git a/lib/msg_log.C b/lib/msg_log.C index 6a3c56cf7f..76083f67b9 100644 --- a/lib/msg_log.C +++ b/lib/msg_log.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _WIN32 #include "boinc_win.h" diff --git a/lib/msg_log.h b/lib/msg_log.h index 558b4dc243..c966ea541f 100644 --- a/lib/msg_log.h +++ b/lib/msg_log.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_MSG_LOG_H_ #define _BOINC_MSG_LOG_H_ diff --git a/lib/msg_queue.C b/lib/msg_queue.C index dd1705edd0..dc7a10b6ca 100644 --- a/lib/msg_queue.C +++ b/lib/msg_queue.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // interfaces for accessing message queues diff --git a/lib/msg_test.C b/lib/msg_test.C index 9d7aebce07..25dfb86534 100644 --- a/lib/msg_test.C +++ b/lib/msg_test.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // test program for message queue functions diff --git a/lib/network.C b/lib/network.C index 42a6a36332..44aaa70858 100644 --- a/lib/network.C +++ b/lib/network.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/network.h b/lib/network.h index cb5bdba338..24d5d2b29a 100644 --- a/lib/network.h +++ b/lib/network.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_NETWORK_H_ #define _BOINC_NETWORK_H_ diff --git a/lib/parse.C b/lib/parse.C index d2faed9665..ed69c7814a 100644 --- a/lib/parse.C +++ b/lib/parse.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // A very crude interface for parsing XML files; // assumes all elements are either single-line or diff --git a/lib/parse.h b/lib/parse.h index 6f9dce8ca7..4e67cce9c2 100644 --- a/lib/parse.h +++ b/lib/parse.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef PARSE_H #define PARSE_H diff --git a/lib/prefs.C b/lib/prefs.C index b96d5490b1..26632ab0c1 100644 --- a/lib/prefs.C +++ b/lib/prefs.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/prefs.h b/lib/prefs.h index d6ed7ad3e4..698735bb89 100644 --- a/lib/prefs.h +++ b/lib/prefs.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PREFS_ #define _PREFS_ diff --git a/lib/procinfo.h b/lib/procinfo.h index 8d2b45d4b0..10007c85df 100644 --- a/lib/procinfo.h +++ b/lib/procinfo.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PROCINFO_ #define _PROCINFO_ diff --git a/lib/procinfo_mac.C b/lib/procinfo_mac.C index f326a7b784..02a29b2656 100644 --- a/lib/procinfo_mac.C +++ b/lib/procinfo_mac.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #define SHOW_TIMING 0 diff --git a/lib/procinfo_unix.C b/lib/procinfo_unix.C index 38b37dfcec..17ca1e783b 100644 --- a/lib/procinfo_unix.C +++ b/lib/procinfo_unix.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" diff --git a/lib/proxy_info.C b/lib/proxy_info.C index 7b012e0b9b..2201c036f7 100644 --- a/lib/proxy_info.C +++ b/lib/proxy_info.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/proxy_info.h b/lib/proxy_info.h index 12ad639674..391fd75a0d 100644 --- a/lib/proxy_info.h +++ b/lib/proxy_info.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _PROXY_INFO_ #define _PROXY_INFO_ diff --git a/lib/shmem.C b/lib/shmem.C index 3683ecac65..d9d8bb840f 100755 --- a/lib/shmem.C +++ b/lib/shmem.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // interfaces for accessing shared memory segments diff --git a/lib/shmem.h b/lib/shmem.h index e5fe3e89e7..c6398f4d06 100755 --- a/lib/shmem.h +++ b/lib/shmem.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // platform-independent interface to shared memory diff --git a/lib/shmem_test.C b/lib/shmem_test.C index 5c135e19f0..d6e739ea91 100644 --- a/lib/shmem_test.C +++ b/lib/shmem_test.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // test program for shmem functions diff --git a/lib/stackwalker_imports.h b/lib/stackwalker_imports.h index 53dd662237..b08ea38722 100644 --- a/lib/stackwalker_imports.h +++ b/lib/stackwalker_imports.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef __STACKWALKER_IMPORTS_H__ #define __STACKWALKER_IMPORTS_H__ diff --git a/lib/std_fixes.h b/lib/std_fixes.h index 0e909ed13f..3610b42d06 100644 --- a/lib/std_fixes.h +++ b/lib/std_fixes.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _STD_FIXES_H_ #define _STD_FIXES_H_ diff --git a/lib/str_util.C b/lib/str_util.C index 720a3b2aee..64e4a6552c 100755 --- a/lib/str_util.C +++ b/lib/str_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/str_util.h b/lib/str_util.h index 58c0cd7e35..e35a58b8a1 100755 --- a/lib/str_util.h +++ b/lib/str_util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef STR_UTIL_H #define STR_UTIL_H diff --git a/lib/synch.C b/lib/synch.C index 294f8f0663..bfc345d2ca 100644 --- a/lib/synch.C +++ b/lib/synch.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // interfaces for accessing sempahores diff --git a/lib/synch_test.C b/lib/synch_test.C index 2d6dc36e10..77df0adfec 100644 --- a/lib/synch_test.C +++ b/lib/synch_test.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // -c create semaphore // -d destroy semaphore diff --git a/lib/util.C b/lib/util.C index 3602947748..ccb7de8953 100755 --- a/lib/util.C +++ b/lib/util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" diff --git a/lib/util.h b/lib/util.h index b746325138..f605ce4f2d 100755 --- a/lib/util.h +++ b/lib/util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef UTIL_H #define UTIL_H diff --git a/lib/win_util.C b/lib/win_util.C index f92928249c..c33b3fb6a7 100644 --- a/lib/win_util.C +++ b/lib/win_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifdef _BOINC_DLL diff --git a/lib/win_util.h b/lib/win_util.h index 864f1cf639..c74c4d1522 100755 --- a/lib/win_util.h +++ b/lib/win_util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #pragma once diff --git a/ltmain.sh b/ltmain.sh index 23f82e3b79..f08d47facb 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -17,7 +17,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. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 105ece1dc4..6c7998e989 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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. ## ## As a special exception to the GNU General Public License, if you ## distribute this file as part of a program that contains a @@ -3984,7 +3984,7 @@ ifelse([$1], [], # # 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. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/m4/sah_header_stdcxx.m4 b/m4/sah_header_stdcxx.m4 index 27a90432d0..5ee09041c7 100644 --- a/m4/sah_header_stdcxx.m4 +++ b/m4/sah_header_stdcxx.m4 @@ -15,7 +15,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # AC_PREREQ([2.54]) diff --git a/m4/sah_namespace.m4 b/m4/sah_namespace.m4 index ef06b8a40b..870512c36f 100644 --- a/m4/sah_namespace.m4 +++ b/m4/sah_namespace.m4 @@ -15,7 +15,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # # Revision Log: # $Log$ diff --git a/mac_build/BuildMacBOINC.sh b/mac_build/BuildMacBOINC.sh index 230c224aa0..e7cfd66694 100644 --- a/mac_build/BuildMacBOINC.sh +++ b/mac_build/BuildMacBOINC.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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/mac_build/Mac_SA_Insecure.sh b/mac_build/Mac_SA_Insecure.sh index 9d47c7078e..c94702cdc1 100755 --- a/mac_build/Mac_SA_Insecure.sh +++ b/mac_build/Mac_SA_Insecure.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # Mac_SA_Insecure.sh user group # diff --git a/mac_build/Mac_SA_Secure.sh b/mac_build/Mac_SA_Secure.sh index 3109dfeb27..00ff291e9f 100755 --- a/mac_build/Mac_SA_Secure.sh +++ b/mac_build/Mac_SA_Secure.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # Make a BOINC installation "secure" on a Macintosh with stand-alone BOINC Client # The BOINC installer does this for a Macintosh installation with BOINC Manager; diff --git a/mac_build/Make_BOINC_Service.sh b/mac_build/Make_BOINC_Service.sh index b906273229..5b731cbeb7 100644 --- a/mac_build/Make_BOINC_Service.sh +++ b/mac_build/Make_BOINC_Service.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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/mac_build/buildWxMac.sh b/mac_build/buildWxMac.sh index 5bdc431ed9..cf9a6a3557 100644 --- a/mac_build/buildWxMac.sh +++ b/mac_build/buildWxMac.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # # # Script to build the wxMac-2.6.3 library for BOINC as a Universal Binary diff --git a/mac_build/buildcurl.sh b/mac_build/buildcurl.sh index 27c1e9d641..b7cb70d960 100644 --- a/mac_build/buildcurl.sh +++ b/mac_build/buildcurl.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # # # Script to build Macintosh Universal Binary library of curl-7.16.4 for diff --git a/mac_build/buildjpeg.sh b/mac_build/buildjpeg.sh index 9dd10a0e1b..8dff2598ce 100644 --- a/mac_build/buildjpeg.sh +++ b/mac_build/buildjpeg.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # # # Script to build Macintosh Universal Binary library of jpeg-6b for diff --git a/mac_build/setupForBOINC.sh b/mac_build/setupForBOINC.sh index 13aeead92e..8911398753 100644 --- a/mac_build/setupForBOINC.sh +++ b/mac_build/setupForBOINC.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # # # Master script to build Universal Binary libraries needed by BOINC: diff --git a/mac_installer/CustomInstall.cpp b/mac_installer/CustomInstall.cpp index b67653eea2..96cc906d54 100644 --- a/mac_installer/CustomInstall.cpp +++ b/mac_installer/CustomInstall.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* CustomInstall.cpp */ diff --git a/mac_installer/Installer.cpp b/mac_installer/Installer.cpp index 3f44961806..5637263e85 100755 --- a/mac_installer/Installer.cpp +++ b/mac_installer/Installer.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* Installer.cpp */ diff --git a/mac_installer/PostInstall.cpp b/mac_installer/PostInstall.cpp index 6c20632750..2a853f5b93 100755 --- a/mac_installer/PostInstall.cpp +++ b/mac_installer/PostInstall.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* PostInstall.cpp */ diff --git a/mac_installer/make_GridRepublic.sh b/mac_installer/make_GridRepublic.sh index 4322850534..67b229bac2 100644 --- a/mac_installer/make_GridRepublic.sh +++ b/mac_installer/make_GridRepublic.sh @@ -17,7 +17,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## # Script to convert Macintosh BOINC installer to GridRepublic Desktop installer diff --git a/mac_installer/release_GridRepublic.sh b/mac_installer/release_GridRepublic.sh index a9ae182139..f7db61a9e4 100644 --- a/mac_installer/release_GridRepublic.sh +++ b/mac_installer/release_GridRepublic.sh @@ -17,7 +17,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## # Release Script for Macintosh GridRepublic Desktop 9/5/07 by Charlie Fenton diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index dc9c0f0cac..c0cb3ab266 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -17,7 +17,7 @@ ## To view the GNU Lesser General Public License visit ## http://www.gnu.org/copyleft/lesser.html ## or 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 ## # Release Script for Macintosh BOINC Manager 9/5/07 by Charlie Fenton diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index 0fae29e6a2..f04f5aa9f1 100644 --- a/mac_installer/uninstall.cpp +++ b/mac_installer/uninstall.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 /* uninstall.cpp */ diff --git a/missing b/missing index 6a37006e8f..2c025eb6b6 100755 --- a/missing +++ b/missing @@ -15,8 +15,8 @@ # 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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/sched/assimilator.C b/sched/assimilator.C index 4cedf23fe9..06205f7613 100644 --- a/sched/assimilator.C +++ b/sched/assimilator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This is a framework for an assimilator. // You need to link with with an (application-specific) function diff --git a/sched/census.C b/sched/census.C index 5227399287..6133273e29 100644 --- a/sched/census.C +++ b/sched/census.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Census - create a file saying (for each HR type) // how much RAC each HR class is getting. diff --git a/sched/db_dump.C b/sched/db_dump.C index 864314309a..45839b5df7 100644 --- a/sched/db_dump.C +++ b/sched/db_dump.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // db_dump: dump database views in XML format // diff --git a/sched/db_purge.C b/sched/db_purge.C index ef73db5a03..a71c0360a5 100644 --- a/sched/db_purge.C +++ b/sched/db_purge.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // db_purge options // diff --git a/sched/delete_file.C b/sched/delete_file.C index 6a1cd27849..89c3691898 100644 --- a/sched/delete_file.C +++ b/sched/delete_file.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // delete_file [-host_id host_id -file_name file_name] // -host_id number of host to upload from diff --git a/sched/edf_sim.C b/sched/edf_sim.C index 75e40bf250..cf11a7e651 100644 --- a/sched/edf_sim.C +++ b/sched/edf_sim.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #include diff --git a/sched/edf_sim.h b/sched/edf_sim.h index f91942a2fd..2dd38de19e 100644 --- a/sched/edf_sim.h +++ b/sched/edf_sim.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _EDF_SIM_H #define _EDF_SIM_H diff --git a/sched/feeder.C b/sched/feeder.C index 010c0007ea..2247dfb4b9 100644 --- a/sched/feeder.C +++ b/sched/feeder.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Feeder: create a shared memory segment containing DB info, // including an array of work items (results/workunits to send). diff --git a/sched/file_deleter.C b/sched/file_deleter.C index b26566b27e..a4e5671105 100644 --- a/sched/file_deleter.C +++ b/sched/file_deleter.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // file_deleter: deletes files that are no longer needed. diff --git a/sched/file_upload_handler.C b/sched/file_upload_handler.C index 231162c6fa..2d3edb1825 100644 --- a/sched/file_upload_handler.C +++ b/sched/file_upload_handler.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The BOINC file upload handler. // See doc/upload.php for protocol spec. diff --git a/sched/get_file.C b/sched/get_file.C index d78d7be753..71c363558d 100644 --- a/sched/get_file.C +++ b/sched/get_file.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // get_file [-host_id host_id] [-file_name file_name] // -host_id name of host to upload from diff --git a/sched/handle_request.C b/sched/handle_request.C index 6bf5a805a4..bb5a51b9da 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Handle a scheduling server RPC diff --git a/sched/handle_request.h b/sched/handle_request.h index 83f3761646..342323002c 100644 --- a/sched/handle_request.h +++ b/sched/handle_request.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 diff --git a/sched/hr.C b/sched/hr.C index f8586ca746..6ff5f8959d 100644 --- a/sched/hr.C +++ b/sched/hr.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "error_numbers.h" #include "str_util.h" diff --git a/sched/hr.h b/sched/hr.h index 104e7a7a66..6eef84a441 100644 --- a/sched/hr.h +++ b/sched/hr.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "boinc_db.h" diff --git a/sched/main.C b/sched/main.C index 622ecd86ef..61567cbff6 100644 --- a/sched/main.C +++ b/sched/main.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The BOINC scheduling server. // diff --git a/sched/main.h b/sched/main.h index bb5af6f682..014574c8f8 100644 --- a/sched/main.h +++ b/sched/main.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "boinc_db.h" #include "sched_config.h" diff --git a/sched/make_work.C b/sched/make_work.C index c8ab15efee..7bd7779405 100644 --- a/sched/make_work.C +++ b/sched/make_work.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // make_work // -wu_name name diff --git a/sched/message_handler.C b/sched/message_handler.C index 2387c85821..b040f4eb09 100644 --- a/sched/message_handler.C +++ b/sched/message_handler.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // message_handler - check and validate new messages diff --git a/sched/request_file_list.C b/sched/request_file_list.C index bd59e8e06b..dee35b2f3a 100644 --- a/sched/request_file_list.C +++ b/sched/request_file_list.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // request_file_list [-host_id host_id] // -host_id number of host to upload from diff --git a/sched/sample_assimilator.C b/sched/sample_assimilator.C index a75ab8bb43..c89fff7153 100644 --- a/sched/sample_assimilator.C +++ b/sched/sample_assimilator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // A sample assimilator that: // 1) if success, copy the output file(s) to a directory diff --git a/sched/sample_bitwise_validator.C b/sched/sample_bitwise_validator.C index db935519ce..2a12bef14f 100644 --- a/sched/sample_bitwise_validator.C +++ b/sched/sample_bitwise_validator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // A sample validator that grants credit if the majority of results are // bitwise identical. diff --git a/sched/sample_dummy_assimilator.C b/sched/sample_dummy_assimilator.C index 54747344c2..2bd6a1f655 100644 --- a/sched/sample_dummy_assimilator.C +++ b/sched/sample_dummy_assimilator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // A sample assimilator that only writes a log message. diff --git a/sched/sample_trivial_validator.C b/sched/sample_trivial_validator.C index f8272b355c..1d56e89514 100644 --- a/sched/sample_trivial_validator.C +++ b/sched/sample_trivial_validator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // A sample validator that grants credit to any result whose CPU time is above // a certain minimum diff --git a/sched/sample_work_generator.C b/sched/sample_work_generator.C index e06b0733e6..8d58755b71 100644 --- a/sched/sample_work_generator.C +++ b/sched/sample_work_generator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // sample_work_generator.C: an example BOINC work generator. // This work generator has the following properties diff --git a/sched/sched_array.C b/sched/sched_array.C index 8c3c33dfe9..56667bb62e 100644 --- a/sched/sched_array.C +++ b/sched/sched_array.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // scheduler code related to sending work diff --git a/sched/sched_config.C b/sched/sched_config.C index bd881174b9..fc5f1a9152 100644 --- a/sched/sched_config.C +++ b/sched/sched_config.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Parse a server configuration file diff --git a/sched/sched_config.h b/sched/sched_config.h index f63ac621f8..9098ddf346 100644 --- a/sched/sched_config.h +++ b/sched/sched_config.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SCHED_CONFIG_ #define _SCHED_CONFIG_ diff --git a/sched/sched_driver.C b/sched/sched_driver.C index 714c4f57fa..e9aadcbf16 100644 --- a/sched/sched_driver.C +++ b/sched/sched_driver.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // This program generates a stream of scheduler requests; diff --git a/sched/sched_hr.C b/sched/sched_hr.C index 7cb8358d8c..507f432e5e 100644 --- a/sched/sched_hr.C +++ b/sched/sched_hr.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // scheduler code related to homogeneous redundancy diff --git a/sched/sched_hr.h b/sched/sched_hr.h index c0382772cf..8e9b062aa3 100644 --- a/sched/sched_hr.h +++ b/sched/sched_hr.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 extern bool already_sent_to_different_platform_quick( SCHEDULER_REQUEST& sreq, WORKUNIT&, APP& diff --git a/sched/sched_locality.C b/sched/sched_locality.C index e0f596f16a..866c1de2b6 100644 --- a/sched/sched_locality.C +++ b/sched/sched_locality.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Locality scheduling: see doc/sched_locality.php diff --git a/sched/sched_locality.h b/sched/sched_locality.h index eca8328a4b..97fda760a1 100644 --- a/sched/sched_locality.h +++ b/sched/sched_locality.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 extern void send_work_locality( SCHEDULER_REQUEST&, SCHEDULER_REPLY&, PLATFORM_LIST&, SCHED_SHMEM& diff --git a/sched/sched_msgs.C b/sched/sched_msgs.C index 07e08db22a..8f4a437da4 100644 --- a/sched/sched_msgs.C +++ b/sched/sched_msgs.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include "sched_msgs.h" diff --git a/sched/sched_msgs.h b/sched/sched_msgs.h index 4e40c36762..a480dd3a16 100644 --- a/sched/sched_msgs.h +++ b/sched/sched_msgs.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _BOINC_SCHED_MSGS_H_ #define _BOINC_SCHED_MSGS_H_ diff --git a/sched/sched_resend.C b/sched/sched_resend.C index c52ee35336..1c77f54072 100644 --- a/sched/sched_resend.C +++ b/sched/sched_resend.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // scheduler code related to sending "lost" work // (i.e. results we sent to the host, but which they're not reporting) diff --git a/sched/sched_send.C b/sched/sched_send.C index 469bf165ff..921d36f402 100644 --- a/sched/sched_send.C +++ b/sched/sched_send.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // scheduler code related to sending work diff --git a/sched/sched_send.h b/sched/sched_send.h index 8ebf82a274..25159d22e4 100644 --- a/sched/sched_send.h +++ b/sched/sched_send.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 extern int get_app_version( WORKUNIT& wu, APP* &app, APP_VERSION* &avp, diff --git a/sched/sched_shmem.C b/sched/sched_shmem.C index 4a306e3f6b..4694755101 100644 --- a/sched/sched_shmem.C +++ b/sched/sched_shmem.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // SCHED_SHMEM is the structure of a chunk of memory shared between // the feeder (which reads from the database) diff --git a/sched/sched_shmem.h b/sched/sched_shmem.h index c479b86774..c82674db84 100644 --- a/sched/sched_shmem.h +++ b/sched/sched_shmem.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // The structure of the memory segment shared between // the feeder and schedulers diff --git a/sched/sched_timezone.C b/sched/sched_timezone.C index bfa6c4e439..db149c6c40 100644 --- a/sched/sched_timezone.C +++ b/sched/sched_timezone.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Scheduler code for directing a client to one of several // download servers based on its time zone diff --git a/sched/sched_util.C b/sched/sched_util.C index 3209c45bb4..c27fadbf6e 100644 --- a/sched/sched_util.C +++ b/sched/sched_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 using namespace std; diff --git a/sched/sched_util.h b/sched/sched_util.h index c0eb2426b2..dd9e998785 100644 --- a/sched/sched_util.h +++ b/sched/sched_util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef SCHED_UTIL_H #define SCHED_UTIL_H diff --git a/sched/send_file.C b/sched/send_file.C index fd74cee2e0..14a034df82 100644 --- a/sched/send_file.C +++ b/sched/send_file.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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/sched/server_types.C b/sched/server_types.C index 14bd17d2c1..963e94fca6 100644 --- a/sched/server_types.C +++ b/sched/server_types.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include #include diff --git a/sched/server_types.h b/sched/server_types.h index cb5683cd5c..78a994ae4a 100644 --- a/sched/server_types.h +++ b/sched/server_types.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef _SERVER_TYPES_ #define _SERVER_TYPES_ diff --git a/sched/show_shmem.C b/sched/show_shmem.C index 8e6ab33866..2b6f2c12a7 100644 --- a/sched/show_shmem.C +++ b/sched/show_shmem.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // show_shmem: display work_item part of shared-memory structure diff --git a/sched/transitioner.C b/sched/transitioner.C index a9791a4e6e..7ed73fd00d 100644 --- a/sched/transitioner.C +++ b/sched/transitioner.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // transitioner - handle transitions in the state of a WU // - a result has become DONE (via timeout or client reply) diff --git a/sched/trickle_handler.C b/sched/trickle_handler.C index 0d1ad603da..9f35f5f9cc 100644 --- a/sched/trickle_handler.C +++ b/sched/trickle_handler.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // trickle_handler - framework for trickle-up message handler // diff --git a/sched/update_stats.C b/sched/update_stats.C index bbff22a5bc..846c38aba5 100644 --- a/sched/update_stats.C +++ b/sched/update_stats.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // update_stats: // Update average credit for idle users, hosts and teams. diff --git a/sched/validate_util.C b/sched/validate_util.C index cdf2cbb253..cad0c217eb 100644 --- a/sched/validate_util.C +++ b/sched/validate_util.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Code to facilitate writing validators. // Can be used as the basis for a validator that accepts everything diff --git a/sched/validate_util.h b/sched/validate_util.h index 0568632364..ae7b7d0257 100644 --- a/sched/validate_util.h +++ b/sched/validate_util.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef H_VALIDATE_UTIL #define H_VALIDATE_UTIL diff --git a/sched/validate_util2.C b/sched/validate_util2.C index 68c09f2f96..bc9efe398f 100644 --- a/sched/validate_util2.C +++ b/sched/validate_util2.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Simple validator framework: // Lets you create a custom validator by supplying three simple functions. diff --git a/sched/validator.C b/sched/validator.C index c35ea947d4..10515310f5 100644 --- a/sched/validator.C +++ b/sched/validator.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // validator - check and validate results, and grant credit // -app appname diff --git a/sched/wu_check.C b/sched/wu_check.C index 5af0d6dc30..a974cb4ff0 100644 --- a/sched/wu_check.C +++ b/sched/wu_check.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // wu_check [-repair] // look for results with missing input files diff --git a/sea/insecure.sh b/sea/insecure.sh index 7696083085..b06117c46c 100755 --- a/sea/insecure.sh +++ b/sea/insecure.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # insecure.sh user group # diff --git a/sea/secure.sh b/sea/secure.sh index f8121b4eee..4843a6b394 100755 --- a/sea/secure.sh +++ b/sea/secure.sh @@ -17,7 +17,7 @@ # To view the GNU Lesser General Public License visit # http://www.gnu.org/copyleft/lesser.html # or 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 # Make a BOINC installation "secure" # Create groups and users, set file/dir ownership and protection diff --git a/tools/backend_lib.C b/tools/backend_lib.C index 5ca71420b3..9291800025 100644 --- a/tools/backend_lib.C +++ b/tools/backend_lib.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include diff --git a/tools/backend_lib.h b/tools/backend_lib.h index 89bd519c65..f8f77eada6 100644 --- a/tools/backend_lib.h +++ b/tools/backend_lib.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 #ifndef H_BACKEND_LIB #define H_BACKEND_LIB diff --git a/tools/create_work.C b/tools/create_work.C index c37a1c37ee..f74863857b 100644 --- a/tools/create_work.C +++ b/tools/create_work.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Create a workunit. // Input files must be in the download dir. diff --git a/tools/dir_hier_move.C b/tools/dir_hier_move.C index ec908f8c3d..80a203f501 100644 --- a/tools/dir_hier_move.C +++ b/tools/dir_hier_move.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // dir_hier_move src_dir dst_dir fanout // diff --git a/tools/dir_hier_path.C b/tools/dir_hier_path.C index 1a96d90724..34231fc9fc 100644 --- a/tools/dir_hier_path.C +++ b/tools/dir_hier_path.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // dir_hier_path filename // diff --git a/tools/process_result_template.C b/tools/process_result_template.C index 1930b1ff80..6c00914ec5 100644 --- a/tools/process_result_template.C +++ b/tools/process_result_template.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "config.h" #include diff --git a/tools/sign_executable.C b/tools/sign_executable.C index de9b1334ff..09740ad033 100644 --- a/tools/sign_executable.C +++ b/tools/sign_executable.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // syntax: sign_executable diff --git a/tools/updater.C b/tools/updater.C index c46b59139c..7e640b662c 100644 --- a/tools/updater.C +++ b/tools/updater.C @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // Program to install files as part of auto-update. // Run in a directory that contains the new files. diff --git a/win_build/boinc_post_bld_rules.cmd b/win_build/boinc_post_bld_rules.cmd index 047cebf2a5..d3e7fc9838 100644 --- a/win_build/boinc_post_bld_rules.cmd +++ b/win_build/boinc_post_bld_rules.cmd @@ -16,7 +16,7 @@ rem rem To view the GNU Lesser General Public License visit rem http://www.gnu.org/copyleft/lesser.html rem or write to the Free Software Foundation, Inc., -rem 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +rem 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA rem FOR /F "usebackq delims==" %%I IN ('%1') DO set PROJECTROOTDIR=%%~I\.. diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.cpp index a0be68e98a..9ce6e8de14 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.h b/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.h index d3447013f2..fac4ba9891 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACleanupOldBinaries.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CACLEANUPOLDBINARIES_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.cpp index e781df54cb..c9fe428785 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.h b/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.h index 9805ea5e20..0f789b587c 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACreateBOINCAccounts.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CACREATEBOINCACCOUNTS_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.cpp index bf496726d9..ca6036f337 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.h b/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.h index bda9d629b9..e0406771b3 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACreateVBSShortcut.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CREATEVBSSHORTCUT_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.cpp index 26a08a0ed3..6d90da5cb8 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.h b/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.h index 8cf1d9461c..abf26ea9e4 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGetAdministratorsGroupName.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAGETADMINISTRATORSGROUPNAME_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.cpp index 4d23198ca5..06caa7651b 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.h b/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.h index fad495b2f6..7ef07ae2ea 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGetUsersGroupName.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAGETUSERSGROUPNAME_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.cpp index 45c614f47e..e6c397f219 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.h b/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.h index 10b7b56462..2c0dd83d7b 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAGrantServiceExecutionRight.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAGRANTSERVICEEXECUTIONRIGHT_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.cpp index cca851fe2b..7ef8afd6da 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.h b/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.h index 2f9e428b06..67e09615a9 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAMigrateCPDNBBC.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAMIGRATECPDNBBC_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.cpp index 3bbdfdeb0e..be963206cb 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.h b/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.h index 84b6c548e0..41235b6260 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAMigratex86x64.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAMIGRATEX86X64_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.cpp index 9955878538..70db089420 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.h b/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.h index bbc6644629..ba92eb4322 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAPopulateServiceAccount.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAPOPULATESERVICEACCOUNT_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.cpp index c40ca18706..fd454e175c 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.h b/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.h index dbcd1bf468..b8372fb09d 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CARestoreSetupState.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CARESTORESETUPSTATE_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.cpp index 22ed628c21..5d1a7f914e 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.h b/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.h index aed7cf841a..8da1add294 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CASaveSetupState.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CASAVESETUPSTATE_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.cpp index c11ce0e4ae..3a9c2c4f7b 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.h b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.h index 4a3be3e1ac..23a36d56ce 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINC.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CASHUTDOWNBOINC_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.cpp index 6bd6fd1ae4..6f6cfe8e2b 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.h b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.h index 1b731b2909..129cbe21b3 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCManager.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CASHUTDOWNBOINCMANAGER_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.cpp index 6b422dfd3a..ad5691470c 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.h b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.h index 56d575c22d..fb32c71dca 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownBOINCScreensaver.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CASHUTDOWNBOINCSCREENSAVER_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.cpp index 5940b3806c..a448a76bfe 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.h b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.h index d4e2d1ad87..ea081db0d9 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAShutdownUD.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CASHUTDOWNUD_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.cpp index 4b2f7daf1c..54d860ae69 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.h b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.h index e65a7ad4b0..859603e9ea 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateServiceAccount.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAVALIDATESERVICEACCOUNT_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.cpp index 11f4386cff..d6330f1438 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.h b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.h index 8870c64439..5368910cfd 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAValidateSetupType.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAVALIDATESETUPTYPE_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.cpp index b07a08ae5d..802fb24d5f 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.h b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.h index b3778f2ebb..4440e4af93 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServiceExecutionRight.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAVERIFYSERVICEEXECUTIONRIGHT_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.cpp index 5200e760f0..11b6299109 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.h b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.h index b83cdc9191..a84a16df33 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/CAVerifyServicePassword.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _CAVERIFYSERVICEPASSWORD_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/boinccas.cpp b/win_build/installerv2/redist/Windows/src/boinccas/boinccas.cpp index e9dd21281b..7f8957639a 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/boinccas.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/boinccas.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/boinccas.h b/win_build/installerv2/redist/Windows/src/boinccas/boinccas.h index 3872c6110a..f4ebe92a3f 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/boinccas.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/boinccas.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _BOINCCAS_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/main.cpp b/win_build/installerv2/redist/Windows/src/boinccas/main.cpp index 599224c3ee..e523b64888 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/main.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/main.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/main.h b/win_build/installerv2/redist/Windows/src/boinccas/main.h index a80d0f0665..f8a79a9bb3 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/main.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/main.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _MAIN_H_ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/stdafx.h b/win_build/installerv2/redist/Windows/src/boinccas/stdafx.h index fb86466480..38fd932b31 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/stdafx.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/stdafx.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // // stdafx.h : include file for standard system include files, diff --git a/win_build/installerv2/redist/Windows/src/boinccas/terminate.cpp b/win_build/installerv2/redist/Windows/src/boinccas/terminate.cpp index 867e271f66..a79e5d73cc 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/terminate.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/terminate.cpp @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 "stdafx.h" diff --git a/win_build/installerv2/redist/Windows/src/boinccas/terminate.h b/win_build/installerv2/redist/Windows/src/boinccas/terminate.h index 7924985bfd..79cc0b09f7 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/terminate.h +++ b/win_build/installerv2/redist/Windows/src/boinccas/terminate.h @@ -15,7 +15,7 @@ // To view the GNU Lesser General Public License visit // http://www.gnu.org/copyleft/lesser.html // or 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 // #ifndef _BOINC_TERMINATE_ diff --git a/zip/aclocal.m4 b/zip/aclocal.m4 index bd9f0ce73f..759224fa8a 100644 --- a/zip/aclocal.m4 +++ b/zip/aclocal.m4 @@ -27,7 +27,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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- @@ -58,8 +58,8 @@ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], # 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. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to @@ -122,8 +122,8 @@ am_aux_dir=`cd $ac_aux_dir && pwd` # 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. # serial 6 @@ -166,8 +166,8 @@ fi])]) # 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. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be @@ -333,8 +333,8 @@ AC_SUBST([AMDEPBACKSLASH]) # 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. #serial 2 @@ -421,8 +421,8 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # 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. # serial 11 @@ -543,8 +543,8 @@ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) # 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. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl @@ -566,8 +566,8 @@ AC_SUBST(install_sh)]) # 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. # serial 1 @@ -602,8 +602,8 @@ AC_SUBST([am__leading_dot])]) # 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. # serial 3 @@ -640,8 +640,8 @@ AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) # 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. # serial 2 @@ -704,8 +704,8 @@ rm -f confinc confmf # 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. # serial 3 @@ -751,8 +751,8 @@ fi # 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. # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories # created by `make install' are always world readable, even if the @@ -815,8 +815,8 @@ AC_SUBST([mkdir_p])]) # 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. # serial 2 @@ -861,8 +861,8 @@ AC_DEFUN([_AM_IF_OPTION], # 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. # serial 3 @@ -923,8 +923,8 @@ AC_MSG_RESULT(yes)]) # 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. # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially