diff --git a/COPYING b/COPYING index 77086c39aecc02ff7bca0e68a01ea96347d369d5..4938ad93383257ed594cf5d953e7e31bf5cfdafc 100644 --- a/COPYING +++ b/COPYING @@ -44,7 +44,7 @@ purposes. Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -347,7 +347,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 Also add information on how to contact you by electronic and paper mail. diff --git a/DISCLAIMER b/DISCLAIMER index d350d94a195fd98bc62c441d96a58401532b5a16..47cf0c61a2ec535a07702eec796ce54c17e7f4f5 100644 --- a/DISCLAIMER +++ b/DISCLAIMER @@ -44,7 +44,7 @@ details. You should have received a copy of the GNU General Public License along with SLURM; if not, write to the Free Software Foundation, Inc., -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. OUR NOTICE AND TERMS OF AND CONDITIONS OF THE GNU GENERAL PUBLIC LICENSE diff --git a/NEWS b/NEWS index 6a4536a268fa964fa15b5ad12181450aa74bfeee..c41da4794e6806a7331ac1f0e2efb173c7a3fea6 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,9 @@ documents those changes that are of interest to users and admins. ========================= - Update file headers adding permission to link with OpenSSL. - Enable sched/wiki2 message authentication. + - Fix libpmi compilation issue. + - Remove "gcc-c++ python" from slurm.spec BuildRequires. It breaks + the AIX build, so we'll have to find another way to deal with that. * Changes in SLURM 1.1.10 ========================= @@ -297,6 +300,13 @@ documents those changes that are of interest to users and admins. -- Remove some use of cr_enabled flag in slurmctld job record, use new flag "test_only" in select_g_job_test() instead. +* Changes in SLURM 1.0.16 +========================= + -- For "srun --attach=X" to other users job, report an error and exit (it + previously just hung). + -- Make sure that "scancel -s KILL" terminates the job just like "scancel" + including deletion of all job steps (Chris Holmes, HP, slurm,patch). + * Changes in SLURM 1.0.15 ========================= -- In srun, reset stdin to blocking mode (if it was originally blocking before diff --git a/doc/html/configurator.html b/doc/html/configurator.html index 2654e9e596ebd8cd47227be577b5726a5cbd36a4..31b7a8f54baacb9c4844c2d7d7af848eeab69350 100644 --- a/doc/html/configurator.html +++ b/doc/html/configurator.html @@ -19,7 +19,7 @@ details. You should have received a copy of the GNU General Public License along with SLURM; if not, write to the Free Software Foundation, Inc., -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. $Id$ --> diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index a9c8ddf963f116a56414b77a81be9ad01f9e7463..f431be42c9f536efdd3b64f299d28b69e36a3ac3 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -12,7 +12,8 @@ man1_MANS = \ man1/slurm.1 \ man1/smap.1 \ man1/squeue.1 \ - man1/srun.1 + man1/srun.1 \ + man1/sbcast.1 man3_MANS = man3/slurm_hostlist_create.3 \ man3/slurm_hostlist_destroy.3 \ @@ -90,7 +91,8 @@ man5_MANS = man5/bluegene.conf.5 \ man8_MANS = man8/slurmctld.8 \ man8/slurmd.8 \ - man8/spank.8 + man8/spank.8 \ + man8/slurmstepd.8 dist-hook: -rm -rf `find $(distdir) -name CVS` diff --git a/doc/man/Makefile.in b/doc/man/Makefile.in index 41ef59610c14fd87e2782725a2e19e108670f6be..c3d4bc9f1c142686777bbad6969b9994b70eb8b7 100644 --- a/doc/man/Makefile.in +++ b/doc/man/Makefile.in @@ -264,7 +264,8 @@ man1_MANS = \ man1/slurm.1 \ man1/smap.1 \ man1/squeue.1 \ - man1/srun.1 + man1/srun.1 \ + man1/sbcast.1 man3_MANS = man3/slurm_hostlist_create.3 \ man3/slurm_hostlist_destroy.3 \ @@ -342,7 +343,8 @@ man5_MANS = man5/bluegene.conf.5 \ man8_MANS = man8/slurmctld.8 \ man8/slurmd.8 \ - man8/spank.8 + man8/spank.8 \ + man8/slurmstepd.8 all: all-am diff --git a/doc/man/man8/slurmstepd.8 b/doc/man/man8/slurmstepd.8 new file mode 100644 index 0000000000000000000000000000000000000000..da86462de82757192e05f4fa34d8e0de6af8ddc1 --- /dev/null +++ b/doc/man/man8/slurmstepd.8 @@ -0,0 +1,31 @@ +.TH SLURMSTEPD "8" "September 2006" "slurmstepd 1.1" "Slurm components" +.SH "NAME" +slurmstepd \- The job step manager for SLURM. +.SH "SYNOPSIS" +\fBslurmstepd\fR +.SH "DESCRIPTION" +\fBslurmstepd\fR is a job step manager for SLURM. +It is spawned by the \fBslurmd\fR daemon when a job step is launched +and terminates when the job step does. +It is responsible for managing input and output (stdin, stdout and stderr) +for the job step along with its accounting and signal processing. +\fBslurmstepd\fR should not be initiated by users or system administrators. +.SH "COPYING" +Copyright (C) 2006 The Regents of the University of California. +Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). +UCRL-CODE-217948. +.LP +This file is part of SLURM, a resource management program. +For details, see <http://www.llnl.gov/linux/slurm/>. +.LP +SLURM is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) +any later version. +.LP +SLURM is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +details. +.SH "SEE ALSO" +\fBslurmd\fR(8) diff --git a/slurm/slurm.h.in b/slurm/slurm.h.in index b24d2125cc06e66464667bc218b987dd0cd9cd67..d2f641c689f906b30ecb65169567dd6fe47c279f 100644 --- a/slurm/slurm.h.in +++ b/slurm/slurm.h.in @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_H diff --git a/slurm/slurm_errno.h b/slurm/slurm_errno.h index db3b397bf49c89df8d37835e7dc55a31e502fb12..8aa54df3380c1cece89017cd7ba153a6df9ab9ba 100644 --- a/slurm/slurm_errno.h +++ b/slurm/slurm_errno.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_ERRNO_H #define _SLURM_ERRNO_H diff --git a/slurm/spank.h b/slurm/spank.h index 47936476274f182d7e10b3caefa9e181e15911f9..d31fb6bb3bb847d2ff8a2297d7183cb2c0f7e603 100644 --- a/slurm/spank.h +++ b/slurm/spank.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef SPANK_H #define SPANK_H diff --git a/src/api/Makefile.am b/src/api/Makefile.am index 5bbe193a15f808680bff4e6db0d520c529de8ffe..c1c8a501d6c1cdddb654dd783aaf46c92c990967 100644 --- a/src/api/Makefile.am +++ b/src/api/Makefile.am @@ -99,7 +99,7 @@ libslurmhelper_la_LDFLAGs = \ $(LIB_LDFLAGS) \ -version-info $(current):$(rev):$(age) -libpmi_la_LBFLAGS = $(LIB_LDFLAGS) +libpmi_la_LDFLAGS = $(LIB_LDFLAGS) force: $(libslurm_la_LIBADD) : force diff --git a/src/api/Makefile.in b/src/api/Makefile.in index eba74b688aeb918a6fe0a4a8f5e4709bf815a9c1..50506b8355e2995c0eeaef0f202c2316649f5b1f 100644 --- a/src/api/Makefile.in +++ b/src/api/Makefile.in @@ -382,7 +382,7 @@ libslurmhelper_la_LDFLAGs = \ $(LIB_LDFLAGS) \ -version-info $(current):$(rev):$(age) -libpmi_la_LBFLAGS = $(LIB_LDFLAGS) +libpmi_la_LDFLAGS = $(LIB_LDFLAGS) CLEANFILES = \ $(VERSION_SCRIPT) diff --git a/src/api/allocate.c b/src/api/allocate.c index b706fac32d4dcd3b7cde1a4a55b7abdfad2a5edd..7a103a9dec8f680a7aa934f13cff1301b362ac8a 100644 --- a/src/api/allocate.c +++ b/src/api/allocate.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/cancel.c b/src/api/cancel.c index 74faf692486d3a80a911df5c9a5b3c541a2ee10b..bc3ca000cb545ab42da636f3ea46b9671f6d2826 100644 --- a/src/api/cancel.c +++ b/src/api/cancel.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/checkpoint.c b/src/api/checkpoint.c index 043ed3f9433e278615b2de5433cb9be4f7d43ac4..801e056ccbdb6a5f0631662668d244129d5541f1 100644 --- a/src/api/checkpoint.c +++ b/src/api/checkpoint.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/complete.c b/src/api/complete.c index a162ee25443cc04d4221724fde4e23918f77d563..e17abcaaab71c11e352978d639fbcaf580693c87 100644 --- a/src/api/complete.c +++ b/src/api/complete.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/config_info.c b/src/api/config_info.c index 6fe8236b766126be83a5067da2dc1c6cf88e8602..fa11f58c68a6b04c8d5d4d5033ff031372703b24 100644 --- a/src/api/config_info.c +++ b/src/api/config_info.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/init_msg.c b/src/api/init_msg.c index 046e6166249332e1cccb08ac662c40b6360d42e3..fc1e247b18df4fae485a281708f5c3fd3543f9d8 100644 --- a/src/api/init_msg.c +++ b/src/api/init_msg.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/job_info.c b/src/api/job_info.c index d5407933e6acb20eaa48bdeca26061df8b8117bb..344fa53c7f942c95e0ef5da6852140ad2f5a4b9d 100644 --- a/src/api/job_info.c +++ b/src/api/job_info.c @@ -15,17 +15,17 @@ * Software Foundation; either version 2 of the License, or (at your option) * any later version. * - * In addition, as a special exception, the copyright holders give permission - * to link the code of portions of this program with the OpenSSL library under - * certain conditions as described in each individual source file, and - * distribute linked combinations including the two. You must obey the GNU - * General Public License in all respects for all of the code used other than - * OpenSSL. If you modify file(s) with this exception, you may extend this - * exception to your version of the file(s), but you are not obligated to do + * In addition, as a special exception, the copyright holders give permission + * to link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. You must obey the GNU + * General Public License in all respects for all of the code used other than + * OpenSSL. If you modify file(s) with this exception, you may extend this + * exception to your version of the file(s), but you are not obligated to do * so. If you do not wish to do so, delete this exception statement from your - * version. If you delete this exception statement from all source files in + * version. If you delete this exception statement from all source files in * the program, then also delete it here. - * + * * SLURM is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/job_info.h b/src/api/job_info.h index 465f86a9769d5729b0158081fbe76485ddc611b4..7cb1142fa0fe529e540172d17cdca4082b4a8a37 100644 --- a/src/api/job_info.h +++ b/src/api/job_info.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _JOB_INFO_H diff --git a/src/api/job_step_info.c b/src/api/job_step_info.c index ad0aa9691e8fb8fc76ec0899005590f83c8d011f..d34b84d293ba7cad55f4f4ec6914dd3c52dfc175 100644 --- a/src/api/job_step_info.c +++ b/src/api/job_step_info.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/node_info.c b/src/api/node_info.c index bdd900e75dffc4b7f48a108e462c8868ccf4a881..5baf652da0998be48c716444ac0800d8da4e425d 100644 --- a/src/api/node_info.c +++ b/src/api/node_info.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/node_select_info.c b/src/api/node_select_info.c index f0cf3e37558c45d25984d923e5f69a238d2e8ae8..8d21a51c3f53f0660bccb3713acaa4889b3216a1 100644 --- a/src/api/node_select_info.c +++ b/src/api/node_select_info.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/node_select_info.h b/src/api/node_select_info.h index 8e887b405464483eb61ce0dcfeaad8ee6f75f5ba..01b47f481ab32a8bc0f7af9718eda1f03cf9741d 100644 --- a/src/api/node_select_info.h +++ b/src/api/node_select_info.h @@ -38,7 +38,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _NODE_SELECT_INFO_H diff --git a/src/api/partition_info.c b/src/api/partition_info.c index b76b3f5422e1462e691955e2e6ed6bd51ef4093c..efd32aa6dd055e357c5b4e19e5ba349975bfbb73 100644 --- a/src/api/partition_info.c +++ b/src/api/partition_info.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/pmi.c b/src/api/pmi.c index 798412849d1ef3c8416229e325785d2b767c2129..afec20612e9520793186f02b2b0db0ae40d936e5 100644 --- a/src/api/pmi.c +++ b/src/api/pmi.c @@ -77,7 +77,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #define _GNU_SOURCE diff --git a/src/api/reconfigure.c b/src/api/reconfigure.c index e180b7f69a6c736fdf8972015717dcfcc1eacce6..dddfec06ce55e08bdff2ad3b6c6de80fe1298fc6 100644 --- a/src/api/reconfigure.c +++ b/src/api/reconfigure.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/signal.c b/src/api/signal.c index 17bfe8a8a1e6fa6774e07af665c84c935a1f0139..3b63a35cecb11a50468afa37af9084098fbb91c8 100644 --- a/src/api/signal.c +++ b/src/api/signal.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/slurm_pmi.c b/src/api/slurm_pmi.c index 9cbe4c7f381ba0ebe35db9a0d759695ad81335df..8ec309f6cb73fc66797688f7b2e12ac85c13c381 100644 --- a/src/api/slurm_pmi.c +++ b/src/api/slurm_pmi.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/src/api/slurm_pmi.h b/src/api/slurm_pmi.h index 3a1783210bb7f88d25569425c0b9733b759905e7..f7dc95aaab2623223866897ff6bd978c83989715 100644 --- a/src/api/slurm_pmi.h +++ b/src/api/slurm_pmi.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PMI_H diff --git a/src/api/spawn.c b/src/api/spawn.c index 023cbacfce8a61f79517660d6e7761112ac09ab1..8c235534d949f5f5b368f6acd5db5f9a35334187 100644 --- a/src/api/spawn.c +++ b/src/api/spawn.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/submit.c b/src/api/submit.c index cddb8685974392942c12aae6b4eb95460432ca18..bfa77c9423783a8a3da3154a8b65e55f83b05ef3 100644 --- a/src/api/submit.c +++ b/src/api/submit.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/suspend.c b/src/api/suspend.c index 119ec929b570dfea1f1c93cb67593963c348b9e0..4b24dbdb6f7710ca0fbd88cbd9c062a7e45445a1 100644 --- a/src/api/suspend.c +++ b/src/api/suspend.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/api/update_config.c b/src/api/update_config.c index d05584ad93ac7efdbd18d373158d6543edb3a18f..89116adbe7ea78acbe851df608f0ae7267c88300 100644 --- a/src/api/update_config.c +++ b/src/api/update_config.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/arg_desc.c b/src/common/arg_desc.c index 12472b01ad323f1efc782e7727fd0984ab5d05e2..f97ed799c1b22f66f0a1c9fd708a01fe5ad4cea4 100644 --- a/src/common/arg_desc.c +++ b/src/common/arg_desc.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #include <string.h> #include "src/common/arg_desc.h" diff --git a/src/common/arg_desc.h b/src/common/arg_desc.h index 7383ac8435e8ba316b3eb9748234dbc15a9ac154..36c5637d35c2bea69f09241ec350b226229de17a 100644 --- a/src/common/arg_desc.h +++ b/src/common/arg_desc.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef __ARG_DESC_H__ #define __ARG_DESC_H__ diff --git a/src/common/bitstring.c b/src/common/bitstring.c index 880edfb310e4b5814557859d7b24c13a79628512..890235dcc91728f26c6e557cc8e102a688ccc52a 100644 --- a/src/common/bitstring.c +++ b/src/common/bitstring.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <assert.h> diff --git a/src/common/bitstring.h b/src/common/bitstring.h index 8bdb7a4d75e8ecca16fef7e0af904815e78aebd1..2427234ef3c3c5207edb0d3d6aa87daf0c7a97dc 100644 --- a/src/common/bitstring.h +++ b/src/common/bitstring.h @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* diff --git a/src/common/cbuf.c b/src/common/cbuf.c index f2c2676e376f3661efec2fdd16c453a3e34f7d92..1f2744c1049e9cb6fb4fbdc92dfc8b02973c4178 100644 --- a/src/common/cbuf.c +++ b/src/common/cbuf.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with LSD-Tools; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Refer to "cbuf.h" for documentation on public functions. *****************************************************************************/ diff --git a/src/common/cbuf.h b/src/common/cbuf.h index a3516f05bcdf173f7ea44b8c0cdbaf6566b5d553..bd7cd1843d222b10144a5bfc15a640e2ff66d56b 100644 --- a/src/common/cbuf.h +++ b/src/common/cbuf.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with LSD-Tools; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *****************************************************************************/ diff --git a/src/common/checkpoint.c b/src/common/checkpoint.c index 34200db8e7c9204a286ae004fdc78a0d5dc4755c..87a75447c43491d233181999f13ac1e1917357ee 100644 --- a/src/common/checkpoint.c +++ b/src/common/checkpoint.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/common/checkpoint.h b/src/common/checkpoint.h index 75e3d6178b8172d462cfac00efeef536ae882813..7439ee76bfb796aed332d2f02c7819feca1523b3 100644 --- a/src/common/checkpoint.h +++ b/src/common/checkpoint.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __CHECKPOINT_H__ diff --git a/src/common/daemonize.c b/src/common/daemonize.c index 528f8bd1fd3e79fd7d2c0466bc2bb7e0c696c203..a17f1985690a750659313c050ee852f57da75df2 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/daemonize.h b/src/common/daemonize.h index e6d8243d35e4ad1012658ce7a8bfb3068c21ce90..5c4aa6f0358615c94f5a33fdcedb0f17cb7a2de4 100644 --- a/src/common/daemonize.h +++ b/src/common/daemonize.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/eio.c b/src/common/eio.c index fb0e2487ed790cf88598abf68dcf7afe5f759fa9..998f8c0f9cd26ad8c11d77637c62835672c19ff6 100644 --- a/src/common/eio.c +++ b/src/common/eio.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include <config.h> diff --git a/src/common/eio.h b/src/common/eio.h index b834cdfb86470dae8da40dcc07589445620ce51f..95f31acf4d74b250e7692ea0832fee042f171ebd 100644 --- a/src/common/eio.h +++ b/src/common/eio.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _EIO_H diff --git a/src/common/env.c b/src/common/env.c index b6cdaf4831e7df5ce327a5df95355105fe03fa9c..ded9a70f4eb3de9964e0fbd6ceff0b3d0296451d 100644 --- a/src/common/env.c +++ b/src/common/env.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/env.h b/src/common/env.h index ab03b2d94fbe1985d27c9d4dbb9433a0d5692149..0ca1bfff74366651db7b24b83b24afab58a0fa9c 100644 --- a/src/common/env.h +++ b/src/common/env.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _ENV_H #define _ENV_H diff --git a/src/common/fd.c b/src/common/fd.c index c44734123ab40df53c2c23584e78ee9072e91145..6c935ba45c1f76dcb065986d9f5f189a62d93dcf 100644 --- a/src/common/fd.c +++ b/src/common/fd.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Refer to "fd.h" for documentation on public functions. \*****************************************************************************/ diff --git a/src/common/fd.h b/src/common/fd.h index efe68efc65a666be2ac44ad11885a18226516949..cd450b3f65581cf104ae7b3438f99b45a3d690a1 100644 --- a/src/common/fd.h +++ b/src/common/fd.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/forward.c b/src/common/forward.c index cd3736c7e8bacbcd0813c730981e838eb536657b..a93e7cbb7960e681d2e8f27207c07437395b3ac5 100644 --- a/src/common/forward.c +++ b/src/common/forward.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/forward.h b/src/common/forward.h index 059619e675b5b7c72d151a3b0b107a836d9682ab..eab25741f1d4d3e71ae6a88ddf0c49599c06a26e 100644 --- a/src/common/forward.h +++ b/src/common/forward.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _FORWARD_H diff --git a/src/common/getopt.c b/src/common/getopt.c index 942fede61d0b7c28e5f7c922493c5862ad83779f..8a2f95b77aafef4dc77e1e53d614eceee8018e53 100644 --- a/src/common/getopt.c +++ b/src/common/getopt.c @@ -18,8 +18,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. */ /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. Ditto for AIX 3.2 and <stdlib.h>. */ diff --git a/src/common/getopt.h b/src/common/getopt.h index a1b8dd6658f25a4f42eeab7ef1735b41bdafc037..d0694bd3ee50bd98bb7cb2cc940c8db962e58c4c 100644 --- a/src/common/getopt.h +++ b/src/common/getopt.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. */ #ifndef _GETOPT_H diff --git a/src/common/getopt1.c b/src/common/getopt1.c index 22a7efbdd19a941b450b285d2d87a1b83bbc1f6b..53aabec5948047db427406a20027ee61b7944477 100644 --- a/src/common/getopt1.c +++ b/src/common/getopt1.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/src/common/global_srun.c b/src/common/global_srun.c index 3ad00713b6e21c15117df37fd3f15d5ecea4ebff..cba0409a2ea675a34212e274d176b5d5b305e5fb 100644 --- a/src/common/global_srun.c +++ b/src/common/global_srun.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/global_srun.h b/src/common/global_srun.h index ea904b9c67de63bc92aa1e742587078356100458..89bb7667b9d1f3412b9cbc7be4988175ec9e0b24 100644 --- a/src/common/global_srun.h +++ b/src/common/global_srun.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _GLOBAL_SRUN_H diff --git a/src/common/hostlist.c b/src/common/hostlist.c index 6fcaaca1ecf0bb8cc2cd4ae634167bc8f388d3c5..a229c292f84657f2382d26c5c7b38c146f820f9a 100644 --- a/src/common/hostlist.c +++ b/src/common/hostlist.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/hostlist.h b/src/common/hostlist.h index 734609eb75a2ec81818787ee60bb8749c412b14f..c832fea81e23f1ed69a50a1d94cb2fdac18ee242 100644 --- a/src/common/hostlist.h +++ b/src/common/hostlist.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HOSTLIST_H diff --git a/src/common/io_hdr.c b/src/common/io_hdr.c index d05f6dfaf995861342b41b911cbfa5b654a2105e..54dbc5c0fe46af3680ea774fe30bd74dd099b42b 100644 --- a/src/common/io_hdr.c +++ b/src/common/io_hdr.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/io_hdr.h b/src/common/io_hdr.h index 2da1e5e1eddb8dab1b16b63d7ec38a874e424c04..e8c386595274088473997afad5bc4c12ff01a573 100644 --- a/src/common/io_hdr.h +++ b/src/common/io_hdr.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_IO_HDR_H diff --git a/src/common/job_options.c b/src/common/job_options.c index fc80568e60b2992259ce5da314801034298afb85..4b86747256d026ee14c5a70b4a9a35f6b74a119e 100644 --- a/src/common/job_options.c +++ b/src/common/job_options.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/job_options.h b/src/common/job_options.h index 5ead111d0b78527249ccf8ded67f39cd036f4256..9cdfba3fafc22185850973f574961ff2bb56b5b8 100644 --- a/src/common/job_options.h +++ b/src/common/job_options.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _JOB_OPTIONS_H diff --git a/src/common/list.c b/src/common/list.c index 86a2fbca784f8e41ba03045d6de94656d3275800..93d686b3c15a242e075bd9cb553b83015aed9478 100644 --- a/src/common/list.c +++ b/src/common/list.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with LSD-Tools; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Refer to "list.h" for documentation on public functions. *****************************************************************************/ diff --git a/src/common/list.h b/src/common/list.h index 95c759045311f2447c7cdc587246d0b7207c1c34..d9efbd693e6c2da9baf3ed1036d80ae9c36fa4fd 100644 --- a/src/common/list.h +++ b/src/common/list.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with LSD-Tools; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *****************************************************************************/ diff --git a/src/common/macros.h b/src/common/macros.h index 712da09708a0a7e42488ef37a5e0b1fc0b1cb4bb..5650ab9087fc7f97f31716da69dd3d99504c04dc 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _MACROS_H diff --git a/src/common/mpi.c b/src/common/mpi.c index ee48365cd9c1096b5494069692fe76e46b197b1a..554f45ed8bd818365ad87f840e4d0d3f2f2d4290 100644 --- a/src/common/mpi.c +++ b/src/common/mpi.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/mpi.h b/src/common/mpi.h index 8ec0d9f672f1449b8e7b954b2e764df01bdbd616..854170baa03c38513ff18a8e089ef910c07a98d4 100644 --- a/src/common/mpi.h +++ b/src/common/mpi.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SRUN_MPI_H diff --git a/src/common/net.c b/src/common/net.c index a113d5ba946db58eb3bf84a64f5cd6686728f318..f0ae7a0d57a4ebf76aec4f3e1dca59a7a145a11d 100644 --- a/src/common/net.c +++ b/src/common/net.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/net.h b/src/common/net.h index 145aca9385cbaf32057341b9852efd9592b4b7b9..3cfad15fff882d3b6f41e087c52b864fbe8508e6 100644 --- a/src/common/net.h +++ b/src/common/net.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _NET_H diff --git a/src/common/node_select.c b/src/common/node_select.c index 538f7fb27e49a331b22286b140ef7d3731b9a0d9..f344db573b4dcef37d959eef66bbdc6d2a47b15a 100644 --- a/src/common/node_select.c +++ b/src/common/node_select.c @@ -42,7 +42,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/node_select.h b/src/common/node_select.h index 62d231118c53219e9b126ce5a7a04b73c16d16d8..f0fa94998f32534a96b76b876802b682f31e7264 100644 --- a/src/common/node_select.h +++ b/src/common/node_select.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _NODE_SELECT_H diff --git a/src/common/optz.c b/src/common/optz.c index e0fa8a4b9d6f28e1c1ff765f01e1b928c8826f6c..6af6177896165a259e3d004c5523e7dec95008da 100644 --- a/src/common/optz.c +++ b/src/common/optz.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/optz.h b/src/common/optz.h index d23a19c1a0f72b36e26665176ac2ee4dec3c98d9..bb16a7558ae9d4c9c7658357dc534182b1261d60 100644 --- a/src/common/optz.h +++ b/src/common/optz.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _OPTZ_H diff --git a/src/common/pack.c b/src/common/pack.c index 90a6ab10665c7a550082e50b1e0d0ad6cc036e07..d55ca93b3b9adfe514a354177f0f9bd8f1f616d8 100644 --- a/src/common/pack.c +++ b/src/common/pack.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/pack.h b/src/common/pack.h index 1473bc85e0e3860b2d8317217c1f6ceeca526d50..ce9185d0610d530a143461544c8256d7f5704176 100644 --- a/src/common/pack.h +++ b/src/common/pack.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef _PACK_INCLUDED diff --git a/src/common/parse_config.c b/src/common/parse_config.c index cd7027610b4d324545962ce7d22e5071995d3d16..e8ac783dc51d38f5be71a1a3679dd4f6291af641 100644 --- a/src/common/parse_config.c +++ b/src/common/parse_config.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/parse_config.h b/src/common/parse_config.h index 807a75fbdd0d21356990464407f3320eb41662a9..bfc3221cf25e3eacfee4e5baaf9df76fb78b2422 100644 --- a/src/common/parse_config.h +++ b/src/common/parse_config.h @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _PARSE_CONFIG_H diff --git a/src/common/parse_spec.c b/src/common/parse_spec.c index 55ba82b70d2afd6dcd1f4709362c9d86022e6db4..d6b96c2dc48681ce70f7f1573c3df62bdd337d8f 100644 --- a/src/common/parse_spec.c +++ b/src/common/parse_spec.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/parse_spec.h b/src/common/parse_spec.h index 6283539fbb9e6efba9aea6f4057fa02de2e875ff..002c2cd8eec49e11dfa2f5bd62a71361f5f0d4e9 100644 --- a/src/common/parse_spec.h +++ b/src/common/parse_spec.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PARSE_H_ diff --git a/src/common/parse_time.c b/src/common/parse_time.c index c668e35d9f6650d393dabad26d41e02b2c1faef8..6d70566fcafd17ea5e3015ca3480b020f0cb6af2 100644 --- a/src/common/parse_time.c +++ b/src/common/parse_time.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/common/parse_time.h b/src/common/parse_time.h index 598be5fc039033616d0521d4330e2306cd730bc4..123228a4abd44f050fc0d6e107267cb26527f2cb 100644 --- a/src/common/parse_time.h +++ b/src/common/parse_time.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _PARSE_TIME_H_ diff --git a/src/common/plugin.c b/src/common/plugin.c index 2408eb7fa81987daaca532e5a153c1d5cffeaa7d..1940986537797b19f3ad7cc6c47bf958c250cf47 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/plugin.h b/src/common/plugin.h index fc84701a09cebd869afe7dde20f54c6834ec306b..508ec7e5997bceb6c4ba21b9d1595a0d7e0cef19 100644 --- a/src/common/plugin.h +++ b/src/common/plugin.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __GENERIC_PLUGIN_H__ diff --git a/src/common/plugrack.c b/src/common/plugrack.c index 3d95cb4a9b8b0d652098b000363942f76c46de51..493d126efd211960bd0a6a323ddda81bf450cd2f 100644 --- a/src/common/plugrack.c +++ b/src/common/plugrack.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/plugrack.h b/src/common/plugrack.h index 019082fce2d52a5e58ef85f9e1afbdf7ea795910..516e60278e63a88163c7003090ff9866c98a4e5b 100644 --- a/src/common/plugrack.h +++ b/src/common/plugrack.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __PLUGRACK_H__ diff --git a/src/common/plugstack.c b/src/common/plugstack.c index 9abdc3877f78cb4bfdbb5d7ddfe5544504e2f201..536df262ac52d43c58e8be4f42f0aca23f1ed827 100644 --- a/src/common/plugstack.c +++ b/src/common/plugstack.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/plugstack.h b/src/common/plugstack.h index 1950ad2ea593a79608ec6b2cba229722a8dd1cb1..9c5bc9441e30a29fcc220c470cdfd36a81c30f02 100644 --- a/src/common/plugstack.h +++ b/src/common/plugstack.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _PLUGSTACK_H diff --git a/src/common/read_config.c b/src/common/read_config.c index b89e441b2113d6dfa2dfd6689fdff5c75160d9c9..d3dd08dd3bf19ce28e23d5a2e69edc17bd86da02 100644 --- a/src/common/read_config.c +++ b/src/common/read_config.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/read_config.h b/src/common/read_config.h index c276362baa327190a7b15b912f3ac8d415b70645..6709f5d1bdf83bb9c7cb2cab4f7d940263c89920 100644 --- a/src/common/read_config.h +++ b/src/common/read_config.h @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _READ_CONFIG_H diff --git a/src/common/safeopen.c b/src/common/safeopen.c index eb3123160d8726f84e7a9094b21ddbd9aa52801e..ab79f68f6cf1a51275ca6c135bcafa4a7a330341 100644 --- a/src/common/safeopen.c +++ b/src/common/safeopen.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/safeopen.h b/src/common/safeopen.h index a82f8af2d3fc784f3eefa5c32587830170014e9b..83ffc49f1e6396f94e4d49e24d1d23cdf818630e 100644 --- a/src/common/safeopen.h +++ b/src/common/safeopen.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SAFEOPEN_H diff --git a/src/common/slurm_auth.c b/src/common/slurm_auth.c index 74da89a6173985feb1184e82cc1956e1e5b791d7..c2bde36c06b11960d3a048b6c56154e365528322 100644 --- a/src/common/slurm_auth.c +++ b/src/common/slurm_auth.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/src/common/slurm_auth.h b/src/common/slurm_auth.h index dcdaf88134b0040a23ed964b89db30fa86d9fb4d..d4d7ecd427124951d2e2481a1d7c283472a9d4da 100644 --- a/src/common/slurm_auth.h +++ b/src/common/slurm_auth.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_AUTHENTICATION_H__ diff --git a/src/common/slurm_cred.c b/src/common/slurm_cred.c index f96a01e45ff109b772a772d3abfd32cb48ef0fbb..daa411a183eb05d47ea722c9011dd36aa77dc98d 100644 --- a/src/common/slurm_cred.c +++ b/src/common/slurm_cred.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/common/slurm_cred.h b/src/common/slurm_cred.h index daa962fa13e90b0b0df06ccb0b4299b8451703d4..85e5d028b751676d989b5a14bba431da4706e893 100644 --- a/src/common/slurm_cred.h +++ b/src/common/slurm_cred.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_SLURM_CRED_H diff --git a/src/common/slurm_errno.c b/src/common/slurm_errno.c index 064ebbb34d9f9dde7d1744e1fa852e5412de464a..6f4345d442c6cc56fb52e1c6431b47a97eb9cf8a 100644 --- a/src/common/slurm_errno.c +++ b/src/common/slurm_errno.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* This implementation relies on "overloading" the libc errno by diff --git a/src/common/slurm_jobacct.c b/src/common/slurm_jobacct.c index 9f81371137c48fb2cbf5e8d73ef53a00b647ec83..e502b286bc7df910902efb4df316e6ca9e8f386d 100644 --- a/src/common/slurm_jobacct.c +++ b/src/common/slurm_jobacct.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /*****************************************************************************\ diff --git a/src/common/slurm_jobacct.h b/src/common/slurm_jobacct.h index aff45a8d39920deb264fa73e3729c7514c2d1969..aee570c0943149b4227c5b9a7de70c4ce79e96f6 100644 --- a/src/common/slurm_jobacct.h +++ b/src/common/slurm_jobacct.h @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /*****************************************************************************\ diff --git a/src/common/slurm_jobcomp.c b/src/common/slurm_jobcomp.c index 0231b4c0a4d068697a4f3d1260560abc03c5d94d..85f04808de1010ed083bdf57e5ea9b373c12061b 100644 --- a/src/common/slurm_jobcomp.c +++ b/src/common/slurm_jobcomp.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/slurm_jobcomp.h b/src/common/slurm_jobcomp.h index 35f540d27bd63c9b9091b8edd0eba358fcf123ef..9960538c0d1347febf2057fe5c7fd1e4f753a881 100644 --- a/src/common/slurm_jobcomp.h +++ b/src/common/slurm_jobcomp.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_JOBCOMP_H__ diff --git a/src/common/slurm_protocol_api.c b/src/common/slurm_protocol_api.c index d2584506ba3d5e8a5bdeb07ef3b4845796b63746..2f7178ac0b2d7492527c90d794fbedc06b4526a4 100644 --- a/src/common/slurm_protocol_api.c +++ b/src/common/slurm_protocol_api.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/slurm_protocol_api.h b/src/common/slurm_protocol_api.h index 7ff5a03d17d329cb15d2a0cacf9f48874795995d..a3b8e0d381e55a2608d3fe807f75ced0baa2494a 100644 --- a/src/common/slurm_protocol_api.h +++ b/src/common/slurm_protocol_api.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_API_H diff --git a/src/common/slurm_protocol_common.h b/src/common/slurm_protocol_common.h index d03a6e3d6a19183983cac99dca97c9ae5e4988c3..accebe22c9e362252a646687647eea9c4087b9c4 100644 --- a/src/common/slurm_protocol_common.h +++ b/src/common/slurm_protocol_common.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_COMMON_H diff --git a/src/common/slurm_protocol_defs.c b/src/common/slurm_protocol_defs.c index d9114b917e75e6fba8bc0cdaa7cc514aef256a5a..5e4aef6ae4c5274d1f7d24a21e9f974ef5576f76 100644 --- a/src/common/slurm_protocol_defs.c +++ b/src/common/slurm_protocol_defs.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/slurm_protocol_defs.h b/src/common/slurm_protocol_defs.h index a422bfbda78f36d386a7a16ce19600f7a6472b98..f5a664b2a16399b317e7284de739d2d2e2243b55 100644 --- a/src/common/slurm_protocol_defs.h +++ b/src/common/slurm_protocol_defs.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_DEFS_H diff --git a/src/common/slurm_protocol_interface.h b/src/common/slurm_protocol_interface.h index 159091b3b5468fab45abaf13bd5a4bd5d5ab7a89..13fb9f666112bfe17faac0331fc34a54b177f63b 100644 --- a/src/common/slurm_protocol_interface.h +++ b/src/common/slurm_protocol_interface.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_INTERFACE_H diff --git a/src/common/slurm_protocol_mongo_common.h b/src/common/slurm_protocol_mongo_common.h index fe1daf913a3bde3ac83cce3c7541a9ed36f5676c..98997ef6bb2c069043e6946fefb9d772c5ab35ec 100644 --- a/src/common/slurm_protocol_mongo_common.h +++ b/src/common/slurm_protocol_mongo_common.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_MONGO_COMMON_H diff --git a/src/common/slurm_protocol_pack.c b/src/common/slurm_protocol_pack.c index 6b657c2f63b36249f0fb48447f375beea697bd5e..2be34c090834ca66db4a6afe38bdeba82d44fccb 100644 --- a/src/common/slurm_protocol_pack.c +++ b/src/common/slurm_protocol_pack.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/slurm_protocol_pack.h b/src/common/slurm_protocol_pack.h index 7a59511a2db869b2da98aec9619b097daa850271..162684e1b87b1b761506f22fde836fd20c5b27c9 100644 --- a/src/common/slurm_protocol_pack.h +++ b/src/common/slurm_protocol_pack.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_PACK_H diff --git a/src/common/slurm_protocol_socket_common.h b/src/common/slurm_protocol_socket_common.h index c0ff0fdacfeebd20d164ef535a5d814d8b188072..cdb6794f2224ef3f40d3d5d4baa51344b440f384 100644 --- a/src/common/slurm_protocol_socket_common.h +++ b/src/common/slurm_protocol_socket_common.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_SOCKET_COMMON_H diff --git a/src/common/slurm_protocol_socket_implementation.c b/src/common/slurm_protocol_socket_implementation.c index a217ebdaca3f84118a62360d8eb4769fdbe3e063..a179ac0733f46f7bfb3ea9568e38320dae7082d9 100644 --- a/src/common/slurm_protocol_socket_implementation.c +++ b/src/common/slurm_protocol_socket_implementation.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/slurm_protocol_util.c b/src/common/slurm_protocol_util.c index 44c3015595c251267332de32d2f039c45a724212..5c7df81ca3569e9092eb133ea42c46eaab83933b 100644 --- a/src/common/slurm_protocol_util.c +++ b/src/common/slurm_protocol_util.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/common/slurm_protocol_util.h b/src/common/slurm_protocol_util.h index 3809195eeb09807dbcae45a6773b86b6d240f321..3b77397fee2ee5a73bf4e12ef910b7093646596b 100644 --- a/src/common/slurm_protocol_util.h +++ b/src/common/slurm_protocol_util.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURM_PROTOCOL_UTIL_H diff --git a/src/common/slurm_rlimits_info.c b/src/common/slurm_rlimits_info.c index 04d626ddd297c298edb5fc084ad875dcfdbe12fc..5dce456b67ee8956856f7983a3278d884a67a3a3 100644 --- a/src/common/slurm_rlimits_info.c +++ b/src/common/slurm_rlimits_info.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/common/slurm_rlimits_info.h b/src/common/slurm_rlimits_info.h index fc5d53ab06652dccde4e91e826856159d0809adf..404fbe14384fca8b79f9febc486b7795dc0b23fb 100644 --- a/src/common/slurm_rlimits_info.h +++ b/src/common/slurm_rlimits_info.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/slurm_xlator.h b/src/common/slurm_xlator.h index c1ef36d3f9a05c8081f356806ac6e7e20a096804..7019582474eba672250773dc22840734e471f1d3 100644 --- a/src/common/slurm_xlator.h +++ b/src/common/slurm_xlator.h @@ -58,7 +58,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_XLATOR_H__ diff --git a/src/common/switch.c b/src/common/switch.c index 66c0da8abf12d471f8d68951254b6459cb0eac6f..8cfa5bf7c7ed375b30eb554edffa478560bb6796 100644 --- a/src/common/switch.c +++ b/src/common/switch.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/common/switch.h b/src/common/switch.h index 87be078a55530fe828f676110e8031cb2ec4c2ee..3f2e055dda15653bb6829fab37804cdd3a25a932 100644 --- a/src/common/switch.h +++ b/src/common/switch.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SWITCH_H diff --git a/src/common/uid.c b/src/common/uid.c index cd20f74c3f52ebaf428ea39cfbf20edc6d00bf8e..6f0f2db4b5b004f6ab9b10990e9ce6f2d0bdb0de 100644 --- a/src/common/uid.c +++ b/src/common/uid.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/src/common/uid.h b/src/common/uid.h index 9e36d5faf4a6ebe2c91b1f7ab2bd78d17c896362..7d0ac1c903e7482c6950406320f36eb72cfd4992 100644 --- a/src/common/uid.h +++ b/src/common/uid.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_UID_UTILITY_H__ diff --git a/src/common/unsetenv.c b/src/common/unsetenv.c index b55b3c35923eddfd0656d8b0795205909e41567f..158c41a7dd690171dc42a1cfe956baac923f6556 100644 --- a/src/common/unsetenv.c +++ b/src/common/unsetenv.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/src/common/unsetenv.h b/src/common/unsetenv.h index 872e372cd814c93933e9ff46af3f8ba7db1dbf36..e92061b40b01f30f89911ef5791f745d6d83bee1 100644 --- a/src/common/unsetenv.h +++ b/src/common/unsetenv.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _UNSETENV_H diff --git a/src/common/util-net.c b/src/common/util-net.c index 803f50149b0d7c6cd72704e4d29dcdfb9d5d41d5..370227df03c7863eab787c58994a899bec4b09d7 100644 --- a/src/common/util-net.c +++ b/src/common/util-net.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Refer to "util-net.h" for documentation on public functions. \*****************************************************************************/ diff --git a/src/common/util-net.h b/src/common/util-net.h index e0667219e4ec65fb48420ad6f90dc6c021c6be81..120f713c6209be383ee9afb0c09048b75c08d370 100644 --- a/src/common/util-net.h +++ b/src/common/util-net.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/common/xassert.c b/src/common/xassert.c index e32d843c7f15347a567014614370e70933d227a2..ca015b12028f6b2a53344397cc783064ef09c395 100644 --- a/src/common/xassert.c +++ b/src/common/xassert.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/xassert.h b/src/common/xassert.h index 896f885bc7a0213c434bbbedf0131104aa339e44..a5cad5b61f432c7e50f0af0b71bb360f10a772d8 100644 --- a/src/common/xassert.h +++ b/src/common/xassert.h @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _XASSERT_H diff --git a/src/common/xmalloc.c b/src/common/xmalloc.c index 3ecf72d905045983fae549db5ef23d244a1b96fe..307c0aceea7c8f7dad4ccdbed05b5bef7051a0be 100644 --- a/src/common/xmalloc.c +++ b/src/common/xmalloc.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/xmalloc.h b/src/common/xmalloc.h index 2ea54c66de4186a7082ec12d23e14eba1f97ae1a..54ea9935a6c02d9fbe4903d427f421e50a65aed6 100644 --- a/src/common/xmalloc.h +++ b/src/common/xmalloc.h @@ -37,7 +37,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Description: * diff --git a/src/common/xsignal.c b/src/common/xsignal.c index 6287ca64fd5c201950bd111de73250361191b324..dfe9f077b9e35ff526ea1b371e321cd062e1cc41 100644 --- a/src/common/xsignal.c +++ b/src/common/xsignal.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/xsignal.h b/src/common/xsignal.h index 656ff78bd027cb1f570a2ec20061326e726f3d12..b0dd20ec021c3770b19c1f708ed12a53969954e8 100644 --- a/src/common/xsignal.h +++ b/src/common/xsignal.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _XSIGNAL_H diff --git a/src/common/xstring.c b/src/common/xstring.c index 00560717177e8610a1d2a61abd9bde13cb68a2c0..f0bcb5a56421438417075a25ac5eef414d04a62f 100644 --- a/src/common/xstring.c +++ b/src/common/xstring.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/common/xstring.h b/src/common/xstring.h index eb47f3e2e036a9999dbe0441bd07c26e59ab0a49..ea456755790ffd9170bca82d734ec8945e47b4d7 100644 --- a/src/common/xstring.h +++ b/src/common/xstring.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _XSTRING_H diff --git a/src/plugins/auth/authd/auth_authd.c b/src/plugins/auth/authd/auth_authd.c index 641c078ff65824511c973e37bf637cb4cfeea965..592c26b99fd2dc11e3560fec76e9b03dba630cb0 100644 --- a/src/plugins/auth/authd/auth_authd.c +++ b/src/plugins/auth/authd/auth_authd.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/auth/munge/auth_munge.c b/src/plugins/auth/munge/auth_munge.c index c24800d28fcad160f5e449b72f7857d2c1a183b3..7fcbb1787631ce5b63b8e301e84c1ee120f732b7 100644 --- a/src/plugins/auth/munge/auth_munge.c +++ b/src/plugins/auth/munge/auth_munge.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/auth/none/auth_none.c b/src/plugins/auth/none/auth_none.c index 55c26d5b8120714cca7b0e559e6eb5b6b7d38823..6318963a8f8624f157463265becf22cc285ccc92 100644 --- a/src/plugins/auth/none/auth_none.c +++ b/src/plugins/auth/none/auth_none.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/checkpoint/aix/checkpoint_aix.c b/src/plugins/checkpoint/aix/checkpoint_aix.c index 51c6e242aaff70e8170c8adeb2945205e202a939..ee31cb2323001c8794421d16337a2e054e77041b 100644 --- a/src/plugins/checkpoint/aix/checkpoint_aix.c +++ b/src/plugins/checkpoint/aix/checkpoint_aix.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/checkpoint/none/checkpoint_none.c b/src/plugins/checkpoint/none/checkpoint_none.c index 7c4f3601ca909aa67210721da6fe480ce6a5c0d6..c5afb07e824f43fc71cade832c37ce37f89dbccd 100644 --- a/src/plugins/checkpoint/none/checkpoint_none.c +++ b/src/plugins/checkpoint/none/checkpoint_none.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/jobacct/aix/jobacct_aix.c b/src/plugins/jobacct/aix/jobacct_aix.c index 31f700088bbb6a044132e0a7106122ec26ce097c..7644d3f6998e967ee34b24b88c1c1ab5fc29798d 100644 --- a/src/plugins/jobacct/aix/jobacct_aix.c +++ b/src/plugins/jobacct/aix/jobacct_aix.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/common/common_slurmctld.c b/src/plugins/jobacct/common/common_slurmctld.c index 6c835a3ddaf48b215ab6e1c1b3fee8c7bd1ee131..76be8ee50f72e49da10244b21b4e3f229e365451 100644 --- a/src/plugins/jobacct/common/common_slurmctld.c +++ b/src/plugins/jobacct/common/common_slurmctld.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/common/common_slurmstepd.c b/src/plugins/jobacct/common/common_slurmstepd.c index b2feaf03085196d8a6bdecb60646c779baa17cd6..b55863e17e052da0ab627de235881be2efb8fb99 100644 --- a/src/plugins/jobacct/common/common_slurmstepd.c +++ b/src/plugins/jobacct/common/common_slurmstepd.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/common/jobacct_common.c b/src/plugins/jobacct/common/jobacct_common.c index f753dfdfa4e0f123802b6b68bcce09e1551a2217..342e6530a1299af8f5a1c3effa6287d826361a6d 100644 --- a/src/plugins/jobacct/common/jobacct_common.c +++ b/src/plugins/jobacct/common/jobacct_common.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/common/jobacct_common.h b/src/plugins/jobacct/common/jobacct_common.h index 0ca40b89ad696afb3e83b865ada2bd27d97d1060..43d619e91c6be9fdeea2b57c9638e4830156e690 100644 --- a/src/plugins/jobacct/common/jobacct_common.h +++ b/src/plugins/jobacct/common/jobacct_common.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/linux/jobacct_linux.c b/src/plugins/jobacct/linux/jobacct_linux.c index 4a4bb85500eac2499d50e355c867fa935ac5edee..6ac5cece89087555899cb17408b31af1d7aa37a0 100644 --- a/src/plugins/jobacct/linux/jobacct_linux.c +++ b/src/plugins/jobacct/linux/jobacct_linux.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobacct/none/jobacct_none.c b/src/plugins/jobacct/none/jobacct_none.c index d8c9cc9900470e9889bf3c95d7b51531ad939767..87522379dc3a9cae164cabcd5cd86422b1e60a92 100644 --- a/src/plugins/jobacct/none/jobacct_none.c +++ b/src/plugins/jobacct/none/jobacct_none.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * This file is patterned after jobcomp_none.c, written by Morris Jette and * Copyright (C) 2002 The Regents of the University of California. diff --git a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c index 60dd0ba13740edba7c12dd983781d6d34acb31d6..bde8506c73ef994cd4da546f30ea86b6630fe1b6 100644 --- a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c +++ b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/jobcomp/none/jobcomp_none.c b/src/plugins/jobcomp/none/jobcomp_none.c index 5941f08a9f98d0d63619ec3ab8a3ee512c713869..20c7cc6fed207a2ba7db1d8cd09913e2bbb8c78c 100644 --- a/src/plugins/jobcomp/none/jobcomp_none.c +++ b/src/plugins/jobcomp/none/jobcomp_none.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/jobcomp/script/job_record.c b/src/plugins/jobcomp/script/job_record.c index 325b823f991819eff86022e4e1310a71f2bd1f8f..0272976f1c346040b1e6dfbe53b6c530136956aa 100644 --- a/src/plugins/jobcomp/script/job_record.c +++ b/src/plugins/jobcomp/script/job_record.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/jobcomp/script/job_record.h b/src/plugins/jobcomp/script/job_record.h index 7a01ad05cc848d79143590f80ce744750f76ca60..7198aeea013526fc001bfa92cca835bdb80f0c38 100644 --- a/src/plugins/jobcomp/script/job_record.h +++ b/src/plugins/jobcomp/script/job_record.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/plugins/jobcomp/script/jobcomp_script.c b/src/plugins/jobcomp/script/jobcomp_script.c index 4badf520b977ee2a72d187a73c455a3d07b97fdf..d590f0f48e452643eda7ca68d000f5f52dda673c 100644 --- a/src/plugins/jobcomp/script/jobcomp_script.c +++ b/src/plugins/jobcomp/script/jobcomp_script.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/mpi/lam/lam.h b/src/plugins/mpi/lam/lam.h index 52605e2a4cfdaa16a1265f172f8ca70cd91071c0..0d746b47caa4f3b68b09e7868b88f2fcda09eff1 100644 --- a/src/plugins/mpi/lam/lam.h +++ b/src/plugins/mpi/lam/lam.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/mpi/lam/mpi_lam.c b/src/plugins/mpi/lam/mpi_lam.c index d34ef3493dd1ef9036393ed00c5916ffc96adb02..2afeed062210cb66cec30a068d90f7dc8dfd146d 100644 --- a/src/plugins/mpi/lam/mpi_lam.c +++ b/src/plugins/mpi/lam/mpi_lam.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/mpi/mpichgm/mpi_mpichgm.c b/src/plugins/mpi/mpichgm/mpi_mpichgm.c index 65087708bef45f23bf5f68bb0f67346a50c4de91..18a8c625646fd147d8e7b3775024eaeaccf184ed 100644 --- a/src/plugins/mpi/mpichgm/mpi_mpichgm.c +++ b/src/plugins/mpi/mpichgm/mpi_mpichgm.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/mpi/mpichgm/mpichgm.c b/src/plugins/mpi/mpichgm/mpichgm.c index c0c8ac4f70a7e60bc06846a53059e372c4975c79..cfeeece68eb08e8ea41a19eb5d547eb2975e9813 100644 --- a/src/plugins/mpi/mpichgm/mpichgm.c +++ b/src/plugins/mpi/mpichgm/mpichgm.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/mpi/mpichgm/mpichgm.h b/src/plugins/mpi/mpichgm/mpichgm.h index 5474431b3ed6ae3f3d08b8e4fabadf9162b41035..53b8e59e76867f05a8a315dfd929a93d82c73c30 100644 --- a/src/plugins/mpi/mpichgm/mpichgm.h +++ b/src/plugins/mpi/mpichgm/mpichgm.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/mpi/mvapich/mpi_mvapich.c b/src/plugins/mpi/mvapich/mpi_mvapich.c index 97a636bb9d8297366db49b84a63d82917e6c7419..ecdfcb1b1f9c8b7584c14512b094f0d5d2a60ad1 100644 --- a/src/plugins/mpi/mvapich/mpi_mvapich.c +++ b/src/plugins/mpi/mvapich/mpi_mvapich.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/mpi/mvapich/mvapich.c b/src/plugins/mpi/mvapich/mvapich.c index 249eb1c2c845dc4a788c99faf3e9f689097acffd..90b0aee52420948291404b8ca9b7f40bd68fd439 100644 --- a/src/plugins/mpi/mvapich/mvapich.c +++ b/src/plugins/mpi/mvapich/mvapich.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/mpi/mvapich/mvapich.h b/src/plugins/mpi/mvapich/mvapich.h index 7c11426972d88c8a3c9e9968bf4f5052e5467f42..8e0bd4508b9247cbd27ebca6a0ee6ad17320fce0 100644 --- a/src/plugins/mpi/mvapich/mvapich.h +++ b/src/plugins/mpi/mvapich/mvapich.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/mpi/none/mpi_none.c b/src/plugins/mpi/none/mpi_none.c index 2950f2a41d82218e21668f216c9d482cee7a8fba..0cdbfecccf84e136f13fef59379d5faf30a240c0 100644 --- a/src/plugins/mpi/none/mpi_none.c +++ b/src/plugins/mpi/none/mpi_none.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/proctrack/aix/proctrack_aix.c b/src/plugins/proctrack/aix/proctrack_aix.c index 47d9007763a3d19b7b3faac236b325f555d25f5f..b019c8e096d32e398a043028f8e2763ac22336a7 100644 --- a/src/plugins/proctrack/aix/proctrack_aix.c +++ b/src/plugins/proctrack/aix/proctrack_aix.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/proctrack/linuxproc/kill_tree.c b/src/plugins/proctrack/linuxproc/kill_tree.c index 754683f59d7a45d9919c773757ac1ac700aea41e..11acf81763d1350b36612e07b1561e66c9da1406 100644 --- a/src/plugins/proctrack/linuxproc/kill_tree.c +++ b/src/plugins/proctrack/linuxproc/kill_tree.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/proctrack/linuxproc/kill_tree.h b/src/plugins/proctrack/linuxproc/kill_tree.h index da57ade5ba05ffd893017e65df3d457422ed1fa9..bb76a1889b3c89b8dcc7fd4cc318dfc2433397c6 100644 --- a/src/plugins/proctrack/linuxproc/kill_tree.h +++ b/src/plugins/proctrack/linuxproc/kill_tree.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_KILL_TREE_H diff --git a/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c b/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c index 959e117cc7deeaf855df80babc62fe3f25f3bd53..71ead731487496054df36588fdc19f7d3f1d2b0e 100644 --- a/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c +++ b/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/proctrack/pgid/proctrack_pgid.c b/src/plugins/proctrack/pgid/proctrack_pgid.c index 59fd29e440d14152154f75ac1cce41901af94e6b..14d811ee6c872e69b2f89062ed5ddb37e831bd30 100644 --- a/src/plugins/proctrack/pgid/proctrack_pgid.c +++ b/src/plugins/proctrack/pgid/proctrack_pgid.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/proctrack/rms/proctrack_rms.c b/src/plugins/proctrack/rms/proctrack_rms.c index 1ec455c56257fa8464ac550e9e28788947f74d08..429c781b47b7695f16c9bc4a41693fec2fd4806b 100644 --- a/src/plugins/proctrack/rms/proctrack_rms.c +++ b/src/plugins/proctrack/rms/proctrack_rms.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c b/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c index e3ac9f994c5911f7d6d8f8e076d7a8dc001116cc..9a418b557254dfd9a65616865e0c78b8ffa41096 100644 --- a/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c +++ b/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c index b0fef0e697eb588213bf660141317f5bed4632c3..34111fa4c753ef654e5fa09ad7b667d75afa93b1 100644 --- a/src/plugins/sched/backfill/backfill.c +++ b/src/plugins/sched/backfill/backfill.c @@ -45,7 +45,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/plugins/sched/backfill/backfill.h b/src/plugins/sched/backfill/backfill.h index 8688cc4b2de1f7712fd520fe5d1e804d46a7894d..2db7e766bbd1903c438af1692d1ef84c7a395ec0 100644 --- a/src/plugins/sched/backfill/backfill.h +++ b/src/plugins/sched/backfill/backfill.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* backfill_agent - detached thread periodically attempts to backfill jobs */ diff --git a/src/plugins/sched/backfill/backfill_wrapper.c b/src/plugins/sched/backfill/backfill_wrapper.c index 57195829c74d87dc27a23473e11a89e553b5023b..dbf33c67cc7382d50cb1dc314949c69d2ae5430e 100644 --- a/src/plugins/sched/backfill/backfill_wrapper.c +++ b/src/plugins/sched/backfill/backfill_wrapper.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/plugins/sched/builtin/builtin_wrapper.c b/src/plugins/sched/builtin/builtin_wrapper.c index 7dd5109ffce9912afa2356a60423887b5af435bf..73cfbf001a757bc9e896c1a86f420c66715abcc7 100644 --- a/src/plugins/sched/builtin/builtin_wrapper.c +++ b/src/plugins/sched/builtin/builtin_wrapper.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/hold/hold_wrapper.c b/src/plugins/sched/hold/hold_wrapper.c index b15c7bb18e112eb15f600b0a409234f58fe65d6c..4555cbc9d443b97e065278a270cb90d11633a18e 100644 --- a/src/plugins/sched/hold/hold_wrapper.c +++ b/src/plugins/sched/hold/hold_wrapper.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/maui/agent.cpp b/src/plugins/sched/maui/agent.cpp index 28296d8a4b0d44845599b75cdf2411aa26a25a87..e38918a83d8a59727ac37542cdd9226254f0ec07 100644 --- a/src/plugins/sched/maui/agent.cpp +++ b/src/plugins/sched/maui/agent.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ extern "C" { diff --git a/src/plugins/sched/maui/agent.h b/src/plugins/sched/maui/agent.h index bf340af0feb8ac133f53f59cf326656472da95a9..69d7b5a695fbea64041fe157477250066c330441 100644 --- a/src/plugins/sched/maui/agent.h +++ b/src/plugins/sched/maui/agent.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_AGENT_H__ diff --git a/src/plugins/sched/maui/comparator.h b/src/plugins/sched/maui/comparator.h index a1b510383b9ddeff68e171d97a46dd9e4a1ffc8b..d49f2065ad489234b40291544e59470257a56662 100644 --- a/src/plugins/sched/maui/comparator.h +++ b/src/plugins/sched/maui/comparator.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_COMPARATOR_H__ diff --git a/src/plugins/sched/maui/condition.h b/src/plugins/sched/maui/condition.h index 13790d977f00e01ddf2be02a536d51a95c810d85..41bd4818256cfad61e394232916581ef014e59bb 100644 --- a/src/plugins/sched/maui/condition.h +++ b/src/plugins/sched/maui/condition.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_CONDITION_H__ diff --git a/src/plugins/sched/maui/courier.cpp b/src/plugins/sched/maui/courier.cpp index fca83fa27ef5040b6198fd9302f05c88cc343b25..dd20f8ff14735881e334b39f38624e3ea018a427 100644 --- a/src/plugins/sched/maui/courier.cpp +++ b/src/plugins/sched/maui/courier.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/src/plugins/sched/maui/courier.h b/src/plugins/sched/maui/courier.h index fe574ad9217be63c4b733e54abcc533342a264ca..82742de23689b3b57d39bd16037fc7cdfe2a7d79 100644 --- a/src/plugins/sched/maui/courier.h +++ b/src/plugins/sched/maui/courier.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_COURIER_H__ diff --git a/src/plugins/sched/maui/dstring.cpp b/src/plugins/sched/maui/dstring.cpp index 11c9e5b9422244f70d744c06fce4b74ea427077b..75cab667adf6325033f6a53f96648ecd1b7464fe 100644 --- a/src/plugins/sched/maui/dstring.cpp +++ b/src/plugins/sched/maui/dstring.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/dstring.h b/src/plugins/sched/maui/dstring.h index 940f12788f31c41ab4c4cb33049d9c5cc27221ef..775ee16223efcc8d172f3efda8dfbbab3575e2d8 100644 --- a/src/plugins/sched/maui/dstring.h +++ b/src/plugins/sched/maui/dstring.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_DYNAMIC_STRING_H__ diff --git a/src/plugins/sched/maui/mailbag.h b/src/plugins/sched/maui/mailbag.h index 6a12645a25f66e29f3de29f063f4d5765e497754..a04022aab10f86e9524003a4e84520399635ab4a 100644 --- a/src/plugins/sched/maui/mailbag.h +++ b/src/plugins/sched/maui/mailbag.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_MAILBAG_H__ diff --git a/src/plugins/sched/maui/message.h b/src/plugins/sched/maui/message.h index c3b2cbde36e1a629ab0e987a6ec8cb2739f0cb28..5e3639526cea6ffc03a0fea8ff42dba33635c502 100644 --- a/src/plugins/sched/maui/message.h +++ b/src/plugins/sched/maui/message.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_MESSAGE_H__ diff --git a/src/plugins/sched/maui/prefix_courier.cpp b/src/plugins/sched/maui/prefix_courier.cpp index 44ce6076abedf47490ae88a12658c145c59ab506..a9ad9f18e9d03bf47871344c02f3a33b033233bb 100644 --- a/src/plugins/sched/maui/prefix_courier.cpp +++ b/src/plugins/sched/maui/prefix_courier.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/sched/maui/prefix_courier.h b/src/plugins/sched/maui/prefix_courier.h index 116cef0833e4a4b6584efbcc982627ce76463cf2..16ba13821d6b3acfab8f20b53d85374c8b6990a3 100644 --- a/src/plugins/sched/maui/prefix_courier.h +++ b/src/plugins/sched/maui/prefix_courier.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __PREFIX_COURIER_H__ diff --git a/src/plugins/sched/maui/receptionist.cpp b/src/plugins/sched/maui/receptionist.cpp index 520a61ebd911e3162abc19a447553581ba3044f6..de971fde1adc2b32168da7f5a52cd58c6fe1a705 100644 --- a/src/plugins/sched/maui/receptionist.cpp +++ b/src/plugins/sched/maui/receptionist.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/maui/receptionist.h b/src/plugins/sched/maui/receptionist.h index a602d1d46079d332caac44b7643aca0e23af777f..57e30cdfd4afbab509760d7183a00a1ebb505b5c 100644 --- a/src/plugins/sched/maui/receptionist.h +++ b/src/plugins/sched/maui/receptionist.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_PLUGIN_RECEPTIONIST_H__ diff --git a/src/plugins/sched/maui/wiki/wiki_canceljob.cpp b/src/plugins/sched/maui/wiki/wiki_canceljob.cpp index fdf4255ef556598baa549801184b1b8a9fb06250..fbd4fdc4bed189507148d0f6c1b7c6d19bd0998e 100644 --- a/src/plugins/sched/maui/wiki/wiki_canceljob.cpp +++ b/src/plugins/sched/maui/wiki/wiki_canceljob.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/wiki/wiki_command.cpp b/src/plugins/sched/maui/wiki/wiki_command.cpp index 8c1f52e75e801493165870c23e2674227f76e6f3..6c89ca624c8cfd40aad39f7f2abe18c4793a3caa 100644 --- a/src/plugins/sched/maui/wiki/wiki_command.cpp +++ b/src/plugins/sched/maui/wiki/wiki_command.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "wiki_message.h" diff --git a/src/plugins/sched/maui/wiki/wiki_mailbag.cpp b/src/plugins/sched/maui/wiki/wiki_mailbag.cpp index 1cd1052d5f4ef457ce6bfde5d9183d5789d6dfba..a54e22f3f23be3959c5beef21c5f9a318aa062f4 100644 --- a/src/plugins/sched/maui/wiki/wiki_mailbag.cpp +++ b/src/plugins/sched/maui/wiki/wiki_mailbag.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/wiki/wiki_mailbag.h b/src/plugins/sched/maui/wiki/wiki_mailbag.h index d1a41bc1344f16831b3a60ace376ae4b341d4fd8..06c589db62b34c00e147d535e922bf996e1f5a18 100644 --- a/src/plugins/sched/maui/wiki/wiki_mailbag.h +++ b/src/plugins/sched/maui/wiki/wiki_mailbag.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __WIKI_MAILBAG_H__ diff --git a/src/plugins/sched/maui/wiki/wiki_message.cpp b/src/plugins/sched/maui/wiki/wiki_message.cpp index c97e8e7ea31038355aed8f82dff219c313dc93c3..0608ba56d634cdee233ebe611831ed646f59f310 100644 --- a/src/plugins/sched/maui/wiki/wiki_message.cpp +++ b/src/plugins/sched/maui/wiki/wiki_message.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <ctype.h> diff --git a/src/plugins/sched/maui/wiki/wiki_message.h b/src/plugins/sched/maui/wiki/wiki_message.h index 3e2e1564d4d5295a5788b46816e8e9889057769d..32d9257fbb44b0f8f568947c172bdb84b1986895 100644 --- a/src/plugins/sched/maui/wiki/wiki_message.h +++ b/src/plugins/sched/maui/wiki/wiki_message.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __WIKI_MESSAGE_H__ diff --git a/src/plugins/sched/maui/wiki/wiki_parser.cpp b/src/plugins/sched/maui/wiki/wiki_parser.cpp index b056ba7ca16287c4871f9f13d638090fb48f7998..501753aa528395ef05282dad0bd483ecd6d33ce2 100644 --- a/src/plugins/sched/maui/wiki/wiki_parser.cpp +++ b/src/plugins/sched/maui/wiki/wiki_parser.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/maui/wiki/wiki_parser.h b/src/plugins/sched/maui/wiki/wiki_parser.h index 3e81fead1c91e16db33033fbb42ca17286b1b7d2..716c25d90e8e54b91551616aac79a2e3fa4f7bc8 100644 --- a/src/plugins/sched/maui/wiki/wiki_parser.h +++ b/src/plugins/sched/maui/wiki/wiki_parser.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __WIKI_PARSER_H__ diff --git a/src/plugins/sched/maui/wiki/wiki_request.cpp b/src/plugins/sched/maui/wiki/wiki_request.cpp index 9014a7dbcceb732f0415aa3eeb2b789219d131c3..27b43d525d722034d19c3867c4f4f49b934559af 100644 --- a/src/plugins/sched/maui/wiki/wiki_request.cpp +++ b/src/plugins/sched/maui/wiki/wiki_request.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/wiki/wiki_response.cpp b/src/plugins/sched/maui/wiki/wiki_response.cpp index 2b00530d7bb3ba5ad28e93d3006aece8ccabe2b6..1e929b0d4d6a3dad888fd98f4b07997a77586ec3 100644 --- a/src/plugins/sched/maui/wiki/wiki_response.cpp +++ b/src/plugins/sched/maui/wiki/wiki_response.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "wiki_message.h" diff --git a/src/plugins/sched/maui/wiki/wiki_startjob.cpp b/src/plugins/sched/maui/wiki/wiki_startjob.cpp index 2d589268a907efe92281c0206d3e3fff476f28a8..4265a34d273223d1999575519101e248a1d22c9a 100644 --- a/src/plugins/sched/maui/wiki/wiki_startjob.cpp +++ b/src/plugins/sched/maui/wiki/wiki_startjob.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/wiki/wiki_status.cpp b/src/plugins/sched/maui/wiki/wiki_status.cpp index 2b4f7c2615ff4a5b55910ae2585b103944bb3e14..5af1ba5ae0b31468e7010a12f070c0df292414f8 100644 --- a/src/plugins/sched/maui/wiki/wiki_status.cpp +++ b/src/plugins/sched/maui/wiki/wiki_status.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/plugins/sched/maui/wiki/wiki_wrapper.cpp b/src/plugins/sched/maui/wiki/wiki_wrapper.cpp index f860a1f20ae15a8ed2dac6b5df180c1f9146651a..291e3917ecd463f42eb630083631b9c7a7e93f99 100644 --- a/src/plugins/sched/maui/wiki/wiki_wrapper.cpp +++ b/src/plugins/sched/maui/wiki/wiki_wrapper.cpp @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/wiki2/cancel_job.c b/src/plugins/sched/wiki2/cancel_job.c index a017fa31bca0070c9cbd67a91b4fce13bd4a81bd..569583b38c4a4b943efe4a85ebf1afe9137b3370 100644 --- a/src/plugins/sched/wiki2/cancel_job.c +++ b/src/plugins/sched/wiki2/cancel_job.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/crypto.c b/src/plugins/sched/wiki2/crypto.c index b4843648499d15317e2738ca09ee6de9ddee6416..153c2ef57bc6c4a0b75e602dbf26183127f5b9eb 100644 --- a/src/plugins/sched/wiki2/crypto.c +++ b/src/plugins/sched/wiki2/crypto.c @@ -119,7 +119,7 @@ extern void checksum( char *sum, const char * key, const char * buf ) uint32_t crc = 0; uint32_t lword, irword; int idx, buf_len = strlen(buf); - uint32_t seed = (uint32_t) strtol( key, NULL, 0 ); + uint32_t seed = (uint32_t) strtoul( key, NULL, 0 ); for ( idx = 0; idx < buf_len; ++idx ) { crc = (uint32_t) compute_crc( crc, buf[idx] ); diff --git a/src/plugins/sched/wiki2/get_jobs.c b/src/plugins/sched/wiki2/get_jobs.c index 7cdf0ca944bdb2d80d50c5b579c82da7e53a667a..f417a9fd8430335cf01a5c772e1023609ee54fce 100644 --- a/src/plugins/sched/wiki2/get_jobs.c +++ b/src/plugins/sched/wiki2/get_jobs.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <grp.h> diff --git a/src/plugins/sched/wiki2/get_nodes.c b/src/plugins/sched/wiki2/get_nodes.c index f4dd1353c8062f2bfc34c0289ad10588ffbd33c5..91cc00f04547ca520608d6c8ee210a39a589b310 100644 --- a/src/plugins/sched/wiki2/get_nodes.c +++ b/src/plugins/sched/wiki2/get_nodes.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/job_add_task.c b/src/plugins/sched/wiki2/job_add_task.c index 763eb3f4cb74f725a0ead015a01ec7b1576095c9..ea98f4abc3c21679090087daab03206e4e3df996 100644 --- a/src/plugins/sched/wiki2/job_add_task.c +++ b/src/plugins/sched/wiki2/job_add_task.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/job_release_task.c b/src/plugins/sched/wiki2/job_release_task.c index 200c2bd2023f88abd96f8cc57c27e24af6ff5df0..c032d785f2ee5e7a9e9aab9fa2ac0029c18eafff 100644 --- a/src/plugins/sched/wiki2/job_release_task.c +++ b/src/plugins/sched/wiki2/job_release_task.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/msg.c b/src/plugins/sched/wiki2/msg.c index 5b8403b18cc03b97879611bb1ffc541ee3fc7a89..0ae3020ad63abb03e535070d78c6f333ab0688ae 100644 --- a/src/plugins/sched/wiki2/msg.c +++ b/src/plugins/sched/wiki2/msg.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./crypto.h" diff --git a/src/plugins/sched/wiki2/msg.h b/src/plugins/sched/wiki2/msg.h index d4dd0dbd31a5f9fb008cc793603f29310b366af8..be69849121606c41a7394e63fcf879d2576cc37e 100644 --- a/src/plugins/sched/wiki2/msg.h +++ b/src/plugins/sched/wiki2/msg.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* diff --git a/src/plugins/sched/wiki2/resume_job.c b/src/plugins/sched/wiki2/resume_job.c index e1d24fd3f9f4ce9abe7bc3d698f92c7921cd58a0..10dec535f0e51c2fe78ef369ad9c72d07157b7f7 100644 --- a/src/plugins/sched/wiki2/resume_job.c +++ b/src/plugins/sched/wiki2/resume_job.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/sched_wiki.c b/src/plugins/sched/wiki2/sched_wiki.c index 1aba20709d3e04cd3d450c846b9ec831e57ff5a3..82feca1e0f04837d9dfc6b31c33807dfd0fd7ada 100644 --- a/src/plugins/sched/wiki2/sched_wiki.c +++ b/src/plugins/sched/wiki2/sched_wiki.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/sched/wiki2/start_job.c b/src/plugins/sched/wiki2/start_job.c index b2288bc2dfc97071b5db5831db18720df564ccca..af32c9fc1dcbc7ec69f79f8fd540cd1cf0a88a8e 100644 --- a/src/plugins/sched/wiki2/start_job.c +++ b/src/plugins/sched/wiki2/start_job.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/sched/wiki2/suspend_job.c b/src/plugins/sched/wiki2/suspend_job.c index 408ff173af4b37a6a9306ffd1c6508c94abbb728..673423b888f74dd0b54ed6901130fd104a026342 100644 --- a/src/plugins/sched/wiki2/suspend_job.c +++ b/src/plugins/sched/wiki2/suspend_job.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "./msg.h" diff --git a/src/plugins/select/bluegene/block_allocator/block_allocator.c b/src/plugins/select/bluegene/block_allocator/block_allocator.c index 41e088ce8ff82b24d51855a23b7b7fd464cd214e..7d8ea7858a34ab2a2bf49f2cac2ca1d9078dd263 100644 --- a/src/plugins/select/bluegene/block_allocator/block_allocator.c +++ b/src/plugins/select/bluegene/block_allocator/block_allocator.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/block_allocator/block_allocator.h b/src/plugins/select/bluegene/block_allocator/block_allocator.h index 32c63763e3ef73f9a09cda316288d2acad3872da..e48bc4b20afbbac40104731d4829edc6856e1341 100644 --- a/src/plugins/select/bluegene/block_allocator/block_allocator.h +++ b/src/plugins/select/bluegene/block_allocator/block_allocator.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BLOCK_ALLOCATOR_H_ diff --git a/src/plugins/select/bluegene/block_allocator/bridge_linker.c b/src/plugins/select/bluegene/block_allocator/bridge_linker.c index b74a6e45f74cfc2a3f08601a0da3a1cc08ae19f3..76f6019415be4609f33130dacda662ec236e61ee 100644 --- a/src/plugins/select/bluegene/block_allocator/bridge_linker.c +++ b/src/plugins/select/bluegene/block_allocator/bridge_linker.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/block_allocator/bridge_linker.h b/src/plugins/select/bluegene/block_allocator/bridge_linker.h index 4a60c251e7725e8592dbacb67849acad5efa51f4..d959ddba792f9afb597f4395ccd18c52a916c139 100644 --- a/src/plugins/select/bluegene/block_allocator/bridge_linker.h +++ b/src/plugins/select/bluegene/block_allocator/bridge_linker.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BRIDGE_LINKER_H_ diff --git a/src/plugins/select/bluegene/plugin/bg_block_info.c b/src/plugins/select/bluegene/plugin/bg_block_info.c index 47183f580a65e06e944149ba8177b4a40caf11ce..42fb5207f49129341f4edd49ce449239c255b8d9 100644 --- a/src/plugins/select/bluegene/plugin/bg_block_info.c +++ b/src/plugins/select/bluegene/plugin/bg_block_info.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/plugin/bg_block_info.h b/src/plugins/select/bluegene/plugin/bg_block_info.h index 224fa74e484e68d7abbfc03776e4caf54e41c5bc..9f3e5b0b06b312731392be81febe946f13d0ebd3 100644 --- a/src/plugins/select/bluegene/plugin/bg_block_info.h +++ b/src/plugins/select/bluegene/plugin/bg_block_info.h @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BG_PART_INFO_H_ diff --git a/src/plugins/select/bluegene/plugin/bg_job_place.c b/src/plugins/select/bluegene/plugin/bg_job_place.c index 8ac8ce3d67c92b69d289df7119f2659c1702af91..74ef7c166056dfd5037c8e1e9727d0bb575d3ff2 100644 --- a/src/plugins/select/bluegene/plugin/bg_job_place.c +++ b/src/plugins/select/bluegene/plugin/bg_job_place.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/common/node_select.h" diff --git a/src/plugins/select/bluegene/plugin/bg_job_place.h b/src/plugins/select/bluegene/plugin/bg_job_place.h index 2d103ec80641b363665bec8b6d80add29bbceb00..f523b52b19c88554c64b590d56dda68b11c4f590 100644 --- a/src/plugins/select/bluegene/plugin/bg_job_place.h +++ b/src/plugins/select/bluegene/plugin/bg_job_place.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BG_JOB_PLACE_H_ diff --git a/src/plugins/select/bluegene/plugin/bg_job_run.c b/src/plugins/select/bluegene/plugin/bg_job_run.c index aa13611c31bd16629c08cd88fa55e5c41ef5324b..e9d93d233a17031b9a1681791cab10c3267885e6 100644 --- a/src/plugins/select/bluegene/plugin/bg_job_run.c +++ b/src/plugins/select/bluegene/plugin/bg_job_run.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/plugin/bg_job_run.h b/src/plugins/select/bluegene/plugin/bg_job_run.h index 14953fb28d94b464a254d1afaec44d8d6f103a95..92db1d14d30e1c903d0b0d005928277fecf1d388 100644 --- a/src/plugins/select/bluegene/plugin/bg_job_run.h +++ b/src/plugins/select/bluegene/plugin/bg_job_run.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BG_JOB_RUN_H_ diff --git a/src/plugins/select/bluegene/plugin/bg_switch_connections.c b/src/plugins/select/bluegene/plugin/bg_switch_connections.c index 4a87c7c47764429aeb98c8d245987a9c93f6119c..f885d1c53c5bcc07ff829c0635fae2f046d5be53 100644 --- a/src/plugins/select/bluegene/plugin/bg_switch_connections.c +++ b/src/plugins/select/bluegene/plugin/bg_switch_connections.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "bluegene.h" diff --git a/src/plugins/select/bluegene/plugin/block_sys.c b/src/plugins/select/bluegene/plugin/block_sys.c index 4d34279b78b75ca386f8ea384e32176208cddf51..3564965de22538b8557fb07fbae565ae07991a71 100755 --- a/src/plugins/select/bluegene/plugin/block_sys.c +++ b/src/plugins/select/bluegene/plugin/block_sys.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "bluegene.h" diff --git a/src/plugins/select/bluegene/plugin/bluegene.c b/src/plugins/select/bluegene/plugin/bluegene.c index 20d66703086cfbf9b25d11ca57f9bab8b9a77a99..d84a1dac048542c519d3fe31e3ff2c3f04ac82eb 100644 --- a/src/plugins/select/bluegene/plugin/bluegene.c +++ b/src/plugins/select/bluegene/plugin/bluegene.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "bluegene.h" diff --git a/src/plugins/select/bluegene/plugin/bluegene.h b/src/plugins/select/bluegene/plugin/bluegene.h index e075225839315dcf9fa3c598929961b8726caf76..7a9be174e3d96e014edea1abf15dbcc6f97f10a0 100644 --- a/src/plugins/select/bluegene/plugin/bluegene.h +++ b/src/plugins/select/bluegene/plugin/bluegene.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BLUEGENE_H_ diff --git a/src/plugins/select/bluegene/plugin/opts.c b/src/plugins/select/bluegene/plugin/opts.c index a616442168305f8d397b54b3d4cffa98b160c75e..6477064ea5cb8ee222e9aa7a5700a74e9ae2a762 100644 --- a/src/plugins/select/bluegene/plugin/opts.c +++ b/src/plugins/select/bluegene/plugin/opts.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "sfree.h" diff --git a/src/plugins/select/bluegene/plugin/select_bluegene.c b/src/plugins/select/bluegene/plugin/select_bluegene.c index 165b8d997116547fc96fb4584dfee934bc9a3e71..94d50aa42563bc44f238ea1bbc1c73cc9784b824 100644 --- a/src/plugins/select/bluegene/plugin/select_bluegene.c +++ b/src/plugins/select/bluegene/plugin/select_bluegene.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "bluegene.h" diff --git a/src/plugins/select/bluegene/plugin/sfree.c b/src/plugins/select/bluegene/plugin/sfree.c index fa796b20a4a844cfc7f693d3cbd6461c2a25d2ce..c551bdbc5ca1136f985ae0e7615560a691ea590f 100644 --- a/src/plugins/select/bluegene/plugin/sfree.c +++ b/src/plugins/select/bluegene/plugin/sfree.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "sfree.h" diff --git a/src/plugins/select/bluegene/plugin/sfree.h b/src/plugins/select/bluegene/plugin/sfree.h index 62c32b45a38a825392af2408b7a93357166482ca..a5914b913dfbe65147ae5cc1023d527bc22a886d 100644 --- a/src/plugins/select/bluegene/plugin/sfree.h +++ b/src/plugins/select/bluegene/plugin/sfree.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef _SFREE_H diff --git a/src/plugins/select/bluegene/plugin/slurm_epilog.c b/src/plugins/select/bluegene/plugin/slurm_epilog.c index 439eea73ea9dd40c5dbbb020d2f6b8094a58f0e9..3e9b168ddb9f8822ed46bff6ab23b80c60077aec 100644 --- a/src/plugins/select/bluegene/plugin/slurm_epilog.c +++ b/src/plugins/select/bluegene/plugin/slurm_epilog.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/plugin/slurm_prolog.c b/src/plugins/select/bluegene/plugin/slurm_prolog.c index 7a9fee109be3fd73a25688296d7de8a7c2e82c1f..95c932f236c913b97ddb15557e10ab5ddf37c0b9 100644 --- a/src/plugins/select/bluegene/plugin/slurm_prolog.c +++ b/src/plugins/select/bluegene/plugin/slurm_prolog.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/plugin/state_test.c b/src/plugins/select/bluegene/plugin/state_test.c index 2eb993b05c9619a92f8a09378eef2e9591cd93d5..ceecb3d1696fb37303f82f9a129e09ea3da39221 100644 --- a/src/plugins/select/bluegene/plugin/state_test.c +++ b/src/plugins/select/bluegene/plugin/state_test.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/select/bluegene/plugin/state_test.h b/src/plugins/select/bluegene/plugin/state_test.h index 5f2082c3cc5d90cba4fe55d49bd679772f683759..b446f80e195ffd479f0f9f0dcbab828e7a1543c1 100644 --- a/src/plugins/select/bluegene/plugin/state_test.h +++ b/src/plugins/select/bluegene/plugin/state_test.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _STATE_TEST_H_ diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index d448b5ec99c1fd38996cf6af824a3311385d6894..85ab9b0e099ed3cf948bc49985279b4ccee8fc46 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -89,7 +89,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/select/linear/select_linear.c b/src/plugins/select/linear/select_linear.c index 72cdf85e00a01365f1f5b15987aafd0a77a3f841..7970aef10400184d62f98dd42a56b66114440c86 100644 --- a/src/plugins/select/linear/select_linear.c +++ b/src/plugins/select/linear/select_linear.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/switch/elan/qsw.c b/src/plugins/switch/elan/qsw.c index 54849637916fd5903d5c1ea5c323c85cc3789e24..d4edc20429f7c4473d860c4865d42dcfb0ed88f0 100644 --- a/src/plugins/switch/elan/qsw.c +++ b/src/plugins/switch/elan/qsw.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/switch/elan/qsw.h b/src/plugins/switch/elan/qsw.h index 648484c2ad257e8313a606d984c4e40f85dfeefb..ac87fa7b4e62960552e6e6d7af8caefba00d5fe2 100644 --- a/src/plugins/switch/elan/qsw.h +++ b/src/plugins/switch/elan/qsw.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/plugins/switch/elan/switch_elan.c b/src/plugins/switch/elan/switch_elan.c index 5cffa904ce129e47cdfa5a38398792c85fd49698..cb31c105505fca096bdf317d2cc2a501b201a233 100644 --- a/src/plugins/switch/elan/switch_elan.c +++ b/src/plugins/switch/elan/switch_elan.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/switch/federation/federation.c b/src/plugins/switch/federation/federation.c index 0c5d259f2fe874fd04fed92454c1421dba201915..05efdf50adeda06634c9b3d7726ba0bcc296a472 100644 --- a/src/plugins/switch/federation/federation.c +++ b/src/plugins/switch/federation/federation.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <assert.h> diff --git a/src/plugins/switch/federation/federation.h b/src/plugins/switch/federation/federation.h index 8afaadd5ebc1b71435438fb75126c8c67c03025d..53967249e1efea9f4cdfa2479d11863f853e78dc 100644 --- a/src/plugins/switch/federation/federation.h +++ b/src/plugins/switch/federation/federation.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/switch/federation/federation_keys.h b/src/plugins/switch/federation/federation_keys.h index 819b5909cba2c88366e21de11174337df0f2709a..3f541248c5dedc8b06fc56f6701b0fab5ec302ec 100644 --- a/src/plugins/switch/federation/federation_keys.h +++ b/src/plugins/switch/federation/federation_keys.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _FEDERATION_KEYS_INCLUDED diff --git a/src/plugins/switch/federation/switch_federation.c b/src/plugins/switch/federation/switch_federation.c index bd733ad4b81f7f0cf776ac58749a92a3fd27eb52..6091e0fe0ab8c2d2fc286ed5d1411dfe0d445e2e 100644 --- a/src/plugins/switch/federation/switch_federation.c +++ b/src/plugins/switch/federation/switch_federation.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/switch/none/switch_none.c b/src/plugins/switch/none/switch_none.c index 0d25fc22beb1d39182a8c52bb099c7882c32120e..0cabe71dfa2d396ba0c1f047788e9bfe51b2abe4 100644 --- a/src/plugins/switch/none/switch_none.c +++ b/src/plugins/switch/none/switch_none.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/task/affinity/affinity.c b/src/plugins/task/affinity/affinity.c index 95f614c3bf2821a116c7ad90b8b47262bf9a7ca3..96b069faef05d34046c36adec4f2dde351387608 100644 --- a/src/plugins/task/affinity/affinity.c +++ b/src/plugins/task/affinity/affinity.c @@ -30,7 +30,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "affinity.h" diff --git a/src/plugins/task/affinity/affinity.h b/src/plugins/task/affinity/affinity.h index 737ad5f6e60649934f637b1e3852734bfb249cb1..241b237d6bdffec4e34b9b13448c5668caa6e249 100644 --- a/src/plugins/task/affinity/affinity.h +++ b/src/plugins/task/affinity/affinity.h @@ -30,7 +30,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/task/affinity/numa.c b/src/plugins/task/affinity/numa.c index e6a822cec2eae267730c8707b115ba04b76d3dd0..4ed813da323d3459f96a95828a0a82ad995b9f7d 100644 --- a/src/plugins/task/affinity/numa.c +++ b/src/plugins/task/affinity/numa.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "affinity.h" diff --git a/src/plugins/task/affinity/schedutils.c b/src/plugins/task/affinity/schedutils.c index 4392e521f67cf9d10cad780bd8177b87975f206e..d5a3716065dcff19c71dd35dc082010dde60896a 100644 --- a/src/plugins/task/affinity/schedutils.c +++ b/src/plugins/task/affinity/schedutils.c @@ -31,7 +31,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <ctype.h> #include "affinity.h" diff --git a/src/plugins/task/affinity/task_affinity.c b/src/plugins/task/affinity/task_affinity.c index f39b21f960654e1fe9e9ddf2bd59c559546ebfc0..2937c5b6ac363918eb5374c6e5c51648b86a534a 100644 --- a/src/plugins/task/affinity/task_affinity.c +++ b/src/plugins/task/affinity/task_affinity.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/plugins/task/none/task_none.c b/src/plugins/task/none/task_none.c index 1f72905b92b605ee26c99bb11d9573d90a63cce4..7439b867f45384f47d2cc88175ca08ab0c6f01e0 100644 --- a/src/plugins/task/none/task_none.c +++ b/src/plugins/task/none/task_none.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sacct/options.c b/src/sacct/options.c index 213aa900616b5834430cc73a86e14ddf8e4b7b93..b2242c3e5d35c41dcba18dc5e1bcacfb7ebbad50 100644 --- a/src/sacct/options.c +++ b/src/sacct/options.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/common/read_config.h" diff --git a/src/sacct/print.c b/src/sacct/print.c index b8aa973a4e2044bf1bf9aeb036c295fcb6ee8b9b..f2fb7e1f7d231534e473ac76d356243e1e7165d9 100644 --- a/src/sacct/print.c +++ b/src/sacct/print.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "sacct.h" diff --git a/src/sacct/process.c b/src/sacct/process.c index fb16646209fbc6d8af4730d97f81f234565a1982..4197feed240f594aa0a17fef59a9d05bb6974073 100644 --- a/src/sacct/process.c +++ b/src/sacct/process.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "sacct.h" diff --git a/src/sacct/sacct.c b/src/sacct/sacct.c index 78e9098c5b7347a118afb38a8a2245e6f3f1827c..2227d464815dd5754350a0a85d41695976891a60 100644 --- a/src/sacct/sacct.c +++ b/src/sacct/sacct.c @@ -30,7 +30,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* diff --git a/src/sacct/sacct.h b/src/sacct/sacct.h index 14320634b7bc83d438eaee4851b04759b6b9788c..b4af740465ea88f8fdf6848e98b85a2c06684cfc 100644 --- a/src/sacct/sacct.h +++ b/src/sacct/sacct.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SACCT_H #define _SACCT_H diff --git a/src/sacct/sacct_stat.c b/src/sacct/sacct_stat.c index 2e15a6895f4717b4ee7570b64254d4b9249f5398..dac801ad28210954cde2049588705ceeb3cedeb8 100644 --- a/src/sacct/sacct_stat.c +++ b/src/sacct/sacct_stat.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "sacct.h" diff --git a/src/sacct/sacct_stat.h b/src/sacct/sacct_stat.h index 19776fae655e59569718c2ffaf109b99c550f4f3..0b3dbfe383535c6e65b6e4da1f3b3083a647bb1a 100644 --- a/src/sacct/sacct_stat.h +++ b/src/sacct/sacct_stat.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SACCT_STAT_H #define _SACCT_STAT_H diff --git a/src/sbcast/agent.c b/src/sbcast/agent.c index c6447428f1a7bba541b3b244fabd97819af7c9ae..4f27a23d39637b9cc253808175575d5772e0a8dc 100644 --- a/src/sbcast/agent.c +++ b/src/sbcast/agent.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sbcast/opts.c b/src/sbcast/opts.c index 63c1e47ef3ce60dd401f7ed3a91ef1ad186875e3..0ff3d178708837d6baeb3f053915b320b8467849 100644 --- a/src/sbcast/opts.c +++ b/src/sbcast/opts.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sbcast/sbcast.c b/src/sbcast/sbcast.c index fe03f375c268907aab343852b92b718173ccd677..eb140fe2b87bbb1302b1c28b54ae831c5b1ed928 100644 --- a/src/sbcast/sbcast.c +++ b/src/sbcast/sbcast.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sbcast/sbcast.h b/src/sbcast/sbcast.h index b50605d2ef57c2d032a90d9b22eb144ef59fff33..ba829475e74f55f8e4c71d3605a04144dbe173f8 100644 --- a/src/sbcast/sbcast.h +++ b/src/sbcast/sbcast.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef _SBCAST_H diff --git a/src/scancel/opt.c b/src/scancel/opt.c index 69445e5d9eb0083788781c223c69e9322a200f2c..7c9658d4b76aed856f9dbfe53398a86e2af18d8a 100644 --- a/src/scancel/opt.c +++ b/src/scancel/opt.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _GNU_SOURCE diff --git a/src/scancel/scancel.c b/src/scancel/scancel.c index d35dea5072d8cbf47e55e6b9724cf0a944ac85e9..d4e2e7cdcc2672ea3f80eb701a896dfc1de1ca77 100644 --- a/src/scancel/scancel.c +++ b/src/scancel/scancel.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H @@ -231,7 +231,7 @@ _cancel_job_id (uint32_t job_id, uint16_t signal) int error_code = SLURM_SUCCESS, i; for (i=0; i<MAX_CANCEL_RETRY; i++) { - if (signal == (uint16_t)-1) { + if ((signal == (uint16_t)-1) || (signal == SIGKILL)) { verbose("Terminating job %u", job_id); error_code = slurm_kill_job (job_id, SIGKILL, (uint16_t)opt.batch); diff --git a/src/scancel/scancel.h b/src/scancel/scancel.h index d9f5a4441b2a5bd075a4e7f00849826565c0b604..cc35b91165411f458c7253d6e83c4cbeeabda457 100644 --- a/src/scancel/scancel.h +++ b/src/scancel/scancel.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_SCANCEL_H diff --git a/src/scontrol/scontrol.c b/src/scontrol/scontrol.c index d359371af067e0b955ca72b2daf95ff8d9ced1fb..cf26ff3e4bb295eac23fd5fdd86957230b1f6327 100644 --- a/src/scontrol/scontrol.c +++ b/src/scontrol/scontrol.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sinfo/opts.c b/src/sinfo/opts.c index f4a4d138001306a35617470b2993353d4ff2bced..44475ece87acce9fd91232122b087bebb793e9da 100644 --- a/src/sinfo/opts.c +++ b/src/sinfo/opts.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sinfo/print.c b/src/sinfo/print.c index a137cb2b3874f696f0263aff9770215e83881121..36968ac057c0e33be8e348ce1b6e4d7e80ed77bd 100644 --- a/src/sinfo/print.c +++ b/src/sinfo/print.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <ctype.h> diff --git a/src/sinfo/print.h b/src/sinfo/print.h index 1ab2a7282a466e0a6b1eb320605805b935225539..9aa6b7b9c029be1e4cd10ec4d4cc6334c58dd76e 100644 --- a/src/sinfo/print.h +++ b/src/sinfo/print.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SINFO_PRINT_H_ diff --git a/src/sinfo/sinfo.c b/src/sinfo/sinfo.c index f9b5fb1c7f975294d202cba6d10ea9154754a59a..fd396238cf5e2e10c8b5bd9b6e9f06fedebcfc9a 100644 --- a/src/sinfo/sinfo.c +++ b/src/sinfo/sinfo.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/sinfo/sinfo.h b/src/sinfo/sinfo.h index 0208fceab6e91b53b60bf8d8866ba977bad8e595..99b1f04c87a7c30d913f920cd8e35aca4aee90d6 100644 --- a/src/sinfo/sinfo.h +++ b/src/sinfo/sinfo.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef _SINFO_H diff --git a/src/sinfo/sort.c b/src/sinfo/sort.c index 3ce15605142ee29a64ce028917b6e81f10d5b321..ec30b682b6c69d636498000e7c441456767345f7 100644 --- a/src/sinfo/sort.c +++ b/src/sinfo/sort.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <ctype.h> diff --git a/src/slurmctld/agent.c b/src/slurmctld/agent.c index aebff7586192084ea98bf54c5e126da8cf67df33..0d534614a4ada773b4e2a3cd2c0c3468d3c50f88 100644 --- a/src/slurmctld/agent.c +++ b/src/slurmctld/agent.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ***************************************************************************** * Theory of operation: * diff --git a/src/slurmctld/agent.h b/src/slurmctld/agent.h index 98f4bd08fcea8fcb0789af56a3b6d42df2a9a797..1bad018e82f62df6b1862cc6974d49fd61d1dd22 100644 --- a/src/slurmctld/agent.h +++ b/src/slurmctld/agent.h @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _AGENT_H diff --git a/src/slurmctld/backup.c b/src/slurmctld/backup.c index 2df3a5389c537fd725c312475e314871f7d4f91d..924ed081b5098b7b7b8eef2b6e230bbc7d867ea7 100644 --- a/src/slurmctld/backup.c +++ b/src/slurmctld/backup.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/controller.c b/src/slurmctld/controller.c index f976dd600eb86d2c1f3d50bda900e1ed0f33afea..ac39d36fe87a9b9f3cf62168e6cc535a606106bb 100644 --- a/src/slurmctld/controller.c +++ b/src/slurmctld/controller.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/job_mgr.c b/src/slurmctld/job_mgr.c index 430f11dbfa3124d1824fc9568a6ee6f38e77b91d..41b2ce750dbc0511c6540a0c429b7a51a59319fb 100644 --- a/src/slurmctld/job_mgr.c +++ b/src/slurmctld/job_mgr.c @@ -36,7 +36,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/job_scheduler.c b/src/slurmctld/job_scheduler.c index b7f9e42290fda1de537c3b0dd639509a6f331054..1ee8cdb2c1ef43a14edf6739106524cab9e42737 100644 --- a/src/slurmctld/job_scheduler.c +++ b/src/slurmctld/job_scheduler.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/locks.c b/src/slurmctld/locks.c index 8ffe402e9e670edcc4bfe34b483c9a3c9afc5327..369a5da614f256ea9870af1aeef1925daa370268 100644 --- a/src/slurmctld/locks.c +++ b/src/slurmctld/locks.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/locks.h b/src/slurmctld/locks.h index b594c480090735de9a7c2dcebd2ee70437066bf3..927337ffda9d57ed84c23498f8856ead613b5d0c 100644 --- a/src/slurmctld/locks.h +++ b/src/slurmctld/locks.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /*****************************************************************************\ diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c index 5c79e859401ad7e745dde54d440887f8552bb16c..a6c0260ebd5aef6dd5309c00368686b6fc2675eb 100644 --- a/src/slurmctld/node_mgr.c +++ b/src/slurmctld/node_mgr.c @@ -48,7 +48,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/node_scheduler.c b/src/slurmctld/node_scheduler.c index 90145f3ec1d53bc776a7962a392a3e9a837ffeaa..ee7d6a90d45d17727eba0cc9209e3dfd267f474d 100644 --- a/src/slurmctld/node_scheduler.c +++ b/src/slurmctld/node_scheduler.c @@ -46,7 +46,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/node_scheduler.h b/src/slurmctld/node_scheduler.h index c41db267e33033fc00a146bf9650492da293791c..6d7db4828f4a18d95bc66c104a5406eee9b5b2a8 100644 --- a/src/slurmctld/node_scheduler.h +++ b/src/slurmctld/node_scheduler.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_NODE_SCHEDULER_H diff --git a/src/slurmctld/partition_mgr.c b/src/slurmctld/partition_mgr.c index 9c6ca21401f9cd89894ce40eac48ea95cac48e8e..06bccea7e3a00cfbbc492b0c39f7f749437235e3 100644 --- a/src/slurmctld/partition_mgr.c +++ b/src/slurmctld/partition_mgr.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/ping_nodes.c b/src/slurmctld/ping_nodes.c index b89ddfc00c4e36f8d0e51fdd0e95a7ab810017df..9e19c236710b744b61eb7ff3d824dfa4e535231b 100644 --- a/src/slurmctld/ping_nodes.c +++ b/src/slurmctld/ping_nodes.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/ping_nodes.h b/src/slurmctld/ping_nodes.h index f3e69ba4492682eb2930dea8db8993b52fbf57a1..7051fd24c094fb3a21cd652ffc1019d262a8f40f 100644 --- a/src/slurmctld/ping_nodes.h +++ b/src/slurmctld/ping_nodes.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_PING_NODES_H diff --git a/src/slurmctld/proc_req.c b/src/slurmctld/proc_req.c index 0a2ccf895b5ea7af9e41ffa7a2ed23c03dc8a539..dc19009b23d2714688042ffb1ace744d1945b2fb 100644 --- a/src/slurmctld/proc_req.c +++ b/src/slurmctld/proc_req.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/proc_req.h b/src/slurmctld/proc_req.h index f1e37bc6c1f0ffafdb2204314e5cf5f88e11d7ec..45742cded488e3a6150370c4cb28709911cc95a4 100644 --- a/src/slurmctld/proc_req.h +++ b/src/slurmctld/proc_req.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_PROC_REQ_H diff --git a/src/slurmctld/read_config.c b/src/slurmctld/read_config.c index 11bf549c0788e75fc262881118802c126d2410f1..5d5b60c0c69c2c3e05fd7b483e9a1910dba4cbd9 100644 --- a/src/slurmctld/read_config.c +++ b/src/slurmctld/read_config.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/read_config.h b/src/slurmctld/read_config.h index fe9efcf1c2e3b25a2c80e07d54f6b6159bd7c2e5..94323c76039ad1129cfeee12af41e6cdf3270266 100644 --- a/src/slurmctld/read_config.h +++ b/src/slurmctld/read_config.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_READ_CONFIG_H diff --git a/src/slurmctld/sched_plugin.c b/src/slurmctld/sched_plugin.c index dab01382c92f49e838c7b180cdba8614fcb37b43..952b07fc0b2b3efa3bfbd34e2100f609776e53ac 100644 --- a/src/slurmctld/sched_plugin.c +++ b/src/slurmctld/sched_plugin.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/slurmctld/sched_plugin.h b/src/slurmctld/sched_plugin.h index 53dffed13dd390218c6e579c2250d2e45db2c43e..860a91333a9f5f4be32aab3d365a50f0869f9e17 100644 --- a/src/slurmctld/sched_plugin.h +++ b/src/slurmctld/sched_plugin.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SLURM_CONTROLLER_SCHED_PLUGIN_API_H__ diff --git a/src/slurmctld/sched_upcalls.c b/src/slurmctld/sched_upcalls.c index f181e6fd05029d178617ac4fccc4d4113b65b2cb..bd4ebea2949a76cf533882ad00b5dff1590736ce 100644 --- a/src/slurmctld/sched_upcalls.c +++ b/src/slurmctld/sched_upcalls.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <string.h> diff --git a/src/slurmctld/slurmctld.h b/src/slurmctld/slurmctld.h index faee62a91b45ea187e2356f15afef4612e1dbbc6..db103e3700a12b335a2b62eeb23e6bfaf67c5247 100644 --- a/src/slurmctld/slurmctld.h +++ b/src/slurmctld/slurmctld.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_SLURMCTLD_H diff --git a/src/slurmctld/srun_comm.c b/src/slurmctld/srun_comm.c index e2f1d7e704355782ac3feddc5117b83047967af0..a863aa0f50201635928f18e9ad5f1829e264ce50 100644 --- a/src/slurmctld/srun_comm.c +++ b/src/slurmctld/srun_comm.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/srun_comm.h b/src/slurmctld/srun_comm.h index dc3629cd07f3c835959778360fc945bf7856421b..8459d2ea9b097d36cba597598edce20a5390935e 100644 --- a/src/slurmctld/srun_comm.h +++ b/src/slurmctld/srun_comm.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_SRUN_COMM_H diff --git a/src/slurmctld/state_save.c b/src/slurmctld/state_save.c index dd079b0197211c029ff69ef8fe3f1dbe77e4bc13..b4fb384ad518e714067315d895ffe4ea86814ebf 100644 --- a/src/slurmctld/state_save.c +++ b/src/slurmctld/state_save.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmctld/state_save.h b/src/slurmctld/state_save.h index 2d92a63c979debae43a83cf5acd3def8d1c51a85..7498fae33bd4a105728eebabd8fcecd536264443 100644 --- a/src/slurmctld/state_save.h +++ b/src/slurmctld/state_save.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* Queue saving of job state information */ diff --git a/src/slurmctld/step_mgr.c b/src/slurmctld/step_mgr.c index f5c57ec731689c255ef699b4074f6b4dda6b0af6..ebcbe38facc4e0345efa5126209cc79969c85c5b 100644 --- a/src/slurmctld/step_mgr.c +++ b/src/slurmctld/step_mgr.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmd/common/proctrack.c b/src/slurmd/common/proctrack.c index f75ddf6b6b6b2e38d29dc87d39c43df38b20a786..8a8bba4316d5e83f2449542d633d078fe1e49073 100644 --- a/src/slurmd/common/proctrack.c +++ b/src/slurmd/common/proctrack.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/slurmd/common/proctrack.h b/src/slurmd/common/proctrack.h index 2aa8d9e1517f2f9e66941e19cbfb595b9abf20c2..df83395c6bb24748393da27ffa47a3c534a1b42d 100644 --- a/src/slurmd/common/proctrack.h +++ b/src/slurmd/common/proctrack.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __PROC_TRACK_H__ diff --git a/src/slurmd/common/reverse_tree.h b/src/slurmd/common/reverse_tree.h index 43fda8402250c0e5ded09c3b288105a841e1205e..cc980441c0896f1acd4c83725a00875f57faef1a 100644 --- a/src/slurmd/common/reverse_tree.h +++ b/src/slurmd/common/reverse_tree.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _REVERSE_TREE_H #define _REVERSE_TREE_H diff --git a/src/slurmd/common/run_script.c b/src/slurmd/common/run_script.c index 402c47a81a425a27ea289ecb470997fa584d8f59..0d4d10606c75d9fcc02ce2ac60766046c91670a8 100644 --- a/src/slurmd/common/run_script.c +++ b/src/slurmd/common/run_script.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/common/run_script.h b/src/slurmd/common/run_script.h index ff5b5c5afbee8e6baefa01a6aae087504b2eab5d..c5fc807ec331d38155a00350436cee325c5bb59f 100644 --- a/src/slurmd/common/run_script.h +++ b/src/slurmd/common/run_script.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _RUN_SCRIPT_H diff --git a/src/slurmd/common/setproctitle.c b/src/slurmd/common/setproctitle.c index 52908c5de874a5073a3c37f4f0e6de1631b1b3ad..d91bcae7b0eb45d2c8e7d414f501686f0fc0f728 100644 --- a/src/slurmd/common/setproctitle.c +++ b/src/slurmd/common/setproctitle.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ /* diff --git a/src/slurmd/common/setproctitle.h b/src/slurmd/common/setproctitle.h index d1042a34ef1533f0c74a07f6f392bc14bf757025..e21d3b5565dc5acaef116bc726e06baf818a5fa4 100644 --- a/src/slurmd/common/setproctitle.h +++ b/src/slurmd/common/setproctitle.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _BSD_SETPROCTITLE_H diff --git a/src/slurmd/common/slurmstepd_init.c b/src/slurmd/common/slurmstepd_init.c index 255c6424b6a24f9b21b528febb495816d065e7b6..f88b1c57a0da72948199d8c1a8c6e25d9c465448 100644 --- a/src/slurmd/common/slurmstepd_init.c +++ b/src/slurmd/common/slurmstepd_init.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/slurmd/common/slurmstepd_init.h" diff --git a/src/slurmd/common/slurmstepd_init.h b/src/slurmd/common/slurmstepd_init.h index 30e1ead7917b36d574fede0b8cfab5894f7e5024..2636e4448c6834687b7d12d309ac63a04585d36c 100644 --- a/src/slurmd/common/slurmstepd_init.h +++ b/src/slurmd/common/slurmstepd_init.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_STEP_INIT_H diff --git a/src/slurmd/common/stepd_api.c b/src/slurmd/common/stepd_api.c index af5c243a96d0c9e552836429168db2e7a57c4d51..3ee17ea76ca4dabb8592f7ac50014228f4c9fc33 100644 --- a/src/slurmd/common/stepd_api.c +++ b/src/slurmd/common/stepd_api.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #define _GNU_SOURCE diff --git a/src/slurmd/common/stepd_api.h b/src/slurmd/common/stepd_api.h index 9a999585d846e43350302f9008ee27d35f2ce90a..39f2c7dea6a5dc2c0907fa7490ad68648817c41e 100644 --- a/src/slurmd/common/stepd_api.h +++ b/src/slurmd/common/stepd_api.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _STEPD_API_H diff --git a/src/slurmd/common/task_plugin.c b/src/slurmd/common/task_plugin.c index 209cd189c4100338a165e58d6551cf52e7313860..81848d7d4b52a6cdf56bc6db3777e4c0e1d7a769 100644 --- a/src/slurmd/common/task_plugin.c +++ b/src/slurmd/common/task_plugin.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <pthread.h> diff --git a/src/slurmd/common/task_plugin.h b/src/slurmd/common/task_plugin.h index 0b7fdefec29da0d2dcc2debde0d451a1ef685e90..c7422a483de8fa86382fca1b60bd627ed6f99597 100644 --- a/src/slurmd/common/task_plugin.h +++ b/src/slurmd/common/task_plugin.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_TASK_PLUGIN_H_ diff --git a/src/slurmd/slurmd/get_mach_stat.c b/src/slurmd/slurmd/get_mach_stat.c index dceab7a3e70df0d0a5c1156295914ab1bb1f2bd9..c302f26f4153df5d43c569f793ff41c78f21d353 100644 --- a/src/slurmd/slurmd/get_mach_stat.c +++ b/src/slurmd/slurmd/get_mach_stat.c @@ -37,7 +37,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmd/slurmd/get_mach_stat.h b/src/slurmd/slurmd/get_mach_stat.h index fbf7173bed0703f55f65a76d19b1114a82faa362..f013095274020d8e483cc5f52f5213216a9e9f7b 100644 --- a/src/slurmd/slurmd/get_mach_stat.h +++ b/src/slurmd/slurmd/get_mach_stat.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _GET_MACH_STAT_H diff --git a/src/slurmd/slurmd/read_proc.c b/src/slurmd/slurmd/read_proc.c index 8dddf8459fe321b7d327a6cf7f8c3a96f19fa71b..adc8bc2ba61036d2861b98bdd95e8e85b195c4a1 100644 --- a/src/slurmd/slurmd/read_proc.c +++ b/src/slurmd/slurmd/read_proc.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with ConMan; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c index 6c10cf789c12ce988a469eee88948190b1075aa5..3b75c4741fca367377a5e19b5621c2c41589fc10 100644 --- a/src/slurmd/slurmd/req.c +++ b/src/slurmd/slurmd/req.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H # include "config.h" diff --git a/src/slurmd/slurmd/req.h b/src/slurmd/slurmd/req.h index d1db364bd97aa1559aecb069bd73eac8b75a8bbf..652109006b4b5d9a4eb52ea88c93a8a4668be2e3 100644 --- a/src/slurmd/slurmd/req.h +++ b/src/slurmd/slurmd/req.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _REQ_H #define _REQ_H diff --git a/src/slurmd/slurmd/reverse_tree_math.c b/src/slurmd/slurmd/reverse_tree_math.c index 450d6246a173d8e1c2bbd8555647fadb3d53e9d6..f5c79a64b30debe5b4b265b5feda44297aa52a45 100644 --- a/src/slurmd/slurmd/reverse_tree_math.c +++ b/src/slurmd/slurmd/reverse_tree_math.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/slurmd/slurmd/reverse_tree_math.h b/src/slurmd/slurmd/reverse_tree_math.h index 26ebea32d63d0a746d07011f24531f649159891b..2237e86f1a9b460102ba5d4cd24e287c5edc819c 100644 --- a/src/slurmd/slurmd/reverse_tree_math.h +++ b/src/slurmd/slurmd/reverse_tree_math.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _REVERSE_TREE_MATH_H #define _REVERSE_TREE_MATH_H diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c index 29ecf6f0a046ad19df9d50d39730cfba656c3441..d7265fae01ccd2802b98f1e0b1f6c0f566bcbc44 100644 --- a/src/slurmd/slurmd/slurmd.c +++ b/src/slurmd/slurmd/slurmd.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmd/slurmd.h b/src/slurmd/slurmd/slurmd.h index cd903c7fb42800d502b05f8d160f83523bd2a99e..8b565f9b8ca1f911b5552def3583b802aabbe0fa 100644 --- a/src/slurmd/slurmd/slurmd.h +++ b/src/slurmd/slurmd/slurmd.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_H #define _SLURMD_H diff --git a/src/slurmd/slurmd/xcpu.c b/src/slurmd/slurmd/xcpu.c index ab828b566045f7fd44a168cbcf3ec71b98c80673..0a47bc326df5561e1757343431e7e644b3a83976 100644 --- a/src/slurmd/slurmd/xcpu.c +++ b/src/slurmd/slurmd/xcpu.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmd/xcpu.h b/src/slurmd/slurmd/xcpu.h index f8ccd3c785b39a9d0707e72915d2f7e7a2882e38..75379a35c3df531bc6818fb7e18270f01201e237 100644 --- a/src/slurmd/slurmd/xcpu.h +++ b/src/slurmd/slurmd/xcpu.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _XCPU_H diff --git a/src/slurmd/slurmstepd/fname.c b/src/slurmd/slurmstepd/fname.c index e6ffd614d554c2e2ea4d40c9804a4bb356a88bed..41e79362344457a051b415b7fd8528e714054d68 100644 --- a/src/slurmd/slurmstepd/fname.c +++ b/src/slurmd/slurmstepd/fname.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdarg.h> diff --git a/src/slurmd/slurmstepd/fname.h b/src/slurmd/slurmstepd/fname.h index ad1217721a93246587d2c30409b75c73de400fee..0c28e0288902c3d539fbb89f7eee506c199fac31 100644 --- a/src/slurmd/slurmstepd/fname.h +++ b/src/slurmd/slurmstepd/fname.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_FNAME_H diff --git a/src/slurmd/slurmstepd/io.c b/src/slurmd/slurmstepd/io.c index 1106d3c1eb5b5637841e3aa50eddb7c13e716a18..b2bc63d52c909b8e8b0ed26e6bf21d14dc19a612 100644 --- a/src/slurmd/slurmstepd/io.c +++ b/src/slurmd/slurmstepd/io.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/io.h b/src/slurmd/slurmstepd/io.h index 305419b69b597eac13bdf93c0fd547c4b50ceef8..11436051fc55763e3f402bf6357a2d042caf7c1f 100644 --- a/src/slurmd/slurmstepd/io.h +++ b/src/slurmd/slurmstepd/io.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _IO_H diff --git a/src/slurmd/slurmstepd/mgr.c b/src/slurmd/slurmstepd/mgr.c index c22d129e8d1958fbc9bf084023fb6e1b5618ed1d..ada8907aa43035396de1ce579181e4e1bf3f7d45 100644 --- a/src/slurmd/slurmstepd/mgr.c +++ b/src/slurmd/slurmstepd/mgr.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/mgr.h b/src/slurmd/slurmstepd/mgr.h index effd5d288a9653b7ef98774eab5e12d10085a347..bcb4c859af00a6f85a0b165ccc8c7860a2c8bb5e 100644 --- a/src/slurmd/slurmstepd/mgr.h +++ b/src/slurmd/slurmstepd/mgr.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _MGR_H #define _MGR_H diff --git a/src/slurmd/slurmstepd/pam_ses.c b/src/slurmd/slurmstepd/pam_ses.c index 7914bd6ba2bb47bff49d3d2192ea4ba408daf366..fd4d7ae21ca8aabae851751fc6b3721c0669e565 100644 --- a/src/slurmd/slurmstepd/pam_ses.c +++ b/src/slurmd/slurmstepd/pam_ses.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/pam_ses.h b/src/slurmd/slurmstepd/pam_ses.h index f698ddc68aafab2107dc134a54aa0352317cf697..8e9306b68fac5cecde44396ad5ec9554ed4d0667 100644 --- a/src/slurmd/slurmstepd/pam_ses.h +++ b/src/slurmd/slurmstepd/pam_ses.h @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_PAMSES_H diff --git a/src/slurmd/slurmstepd/pdebug.c b/src/slurmd/slurmstepd/pdebug.c index e59cadaf9bce470e68c5c00c62556a196cf7827a..a24eca4fc04b4bcdaa8fc1a3865ecaa321e1a8eb 100644 --- a/src/slurmd/slurmstepd/pdebug.c +++ b/src/slurmd/slurmstepd/pdebug.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "pdebug.h" diff --git a/src/slurmd/slurmstepd/pdebug.h b/src/slurmd/slurmstepd/pdebug.h index d42f73790089b5f62ac9c1b08e9ea1660fd34678..a545826429bc1a376ee9d310f071e2954233af1e 100644 --- a/src/slurmd/slurmstepd/pdebug.h +++ b/src/slurmd/slurmstepd/pdebug.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _PDEBUG_H #define _PDEBUG_H diff --git a/src/slurmd/slurmstepd/req.c b/src/slurmd/slurmstepd/req.c index b7130fb21989781c71e9d0f0b83628d16a2c3bbb..31e4314bb970a6554d6b3b80b1f8b90ce399da82 100644 --- a/src/slurmd/slurmstepd/req.c +++ b/src/slurmd/slurmstepd/req.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/req.h b/src/slurmd/slurmstepd/req.h index 1b9a99aa828c7388dc0dd01cf2a9dc7946a9141f..bd30691d8c5232ad3946a2a99047f94b703faa5b 100644 --- a/src/slurmd/slurmstepd/req.h +++ b/src/slurmd/slurmstepd/req.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _STEP_REQ_H diff --git a/src/slurmd/slurmstepd/slurmstepd.c b/src/slurmd/slurmstepd/slurmstepd.c index d41402a135a568ff853a74f68df0be79c3bde50a..609f30326456acd422e0b90f6fb931d1fe5d43d9 100644 --- a/src/slurmd/slurmstepd/slurmstepd.c +++ b/src/slurmd/slurmstepd/slurmstepd.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/slurmstepd.h b/src/slurmd/slurmstepd/slurmstepd.h index 4a8351f2d0634c25706e6fd01527fe311fd7f509..5612315100857be253e5e082a6d8e4f0a7fc6f1d 100644 --- a/src/slurmd/slurmstepd/slurmstepd.h +++ b/src/slurmd/slurmstepd/slurmstepd.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMSTEPD_H diff --git a/src/slurmd/slurmstepd/slurmstepd_job.c b/src/slurmd/slurmstepd/slurmstepd_job.c index 1ae785c65dd2b2e3ff40565ec9a9ae1c9a5e231b..315b4cfcdab9b082d49eca95539a4a52a203def9 100644 --- a/src/slurmd/slurmstepd/slurmstepd_job.c +++ b/src/slurmd/slurmstepd/slurmstepd_job.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/slurmstepd_job.h b/src/slurmd/slurmstepd/slurmstepd_job.h index ab6a2a6e130f3ee48c28c29c4cc5b46d3f35de55..16cd1233bbd7ed6f9f85e940224f7dc300dafcb4 100644 --- a/src/slurmd/slurmstepd/slurmstepd_job.h +++ b/src/slurmd/slurmstepd/slurmstepd_job.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMSTEPD_JOB_H diff --git a/src/slurmd/slurmstepd/task.c b/src/slurmd/slurmstepd/task.c index 6d3cb84f4a35bcf9da2d61edd468088d2892f928..22ae748d30c763656365ee89ab82aaeef4a55e3d 100644 --- a/src/slurmd/slurmstepd/task.c +++ b/src/slurmd/slurmstepd/task.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/task.h b/src/slurmd/slurmstepd/task.h index 57b661e53ea131651316d58c2e58d481bf5a84f6..cbb910dd6e2ccc43465801bbb2dfa3916555f97f 100644 --- a/src/slurmd/slurmstepd/task.h +++ b/src/slurmd/slurmstepd/task.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _TASK_H diff --git a/src/slurmd/slurmstepd/task_exec.c b/src/slurmd/slurmstepd/task_exec.c index a009197041e0300070cf9db91ad71578c304ab48..0ce625ad7ad8283e01ba76bd5ad2f7650726e04c 100644 --- a/src/slurmd/slurmstepd/task_exec.c +++ b/src/slurmd/slurmstepd/task_exec.c @@ -39,7 +39,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/src/slurmd/slurmstepd/task_exec.h b/src/slurmd/slurmstepd/task_exec.h index a31dc120c82c902ffbd061ee35fae9b64eb21380..5d6047e7f513ffd1a079348e82ca6f06962ec8e7 100644 --- a/src/slurmd/slurmstepd/task_exec.h +++ b/src/slurmd/slurmstepd/task_exec.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_TASK_EXEC_H diff --git a/src/slurmd/slurmstepd/ulimits.c b/src/slurmd/slurmstepd/ulimits.c index 4692ffad08e742b6a80fbf8feb3a396082360988..76009e1c22a6158912de7f1084c688649b0cfb4d 100644 --- a/src/slurmd/slurmstepd/ulimits.c +++ b/src/slurmd/slurmstepd/ulimits.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/slurmd/slurmstepd/ulimits.h b/src/slurmd/slurmstepd/ulimits.h index b136644fe52a17e77c0fba400fba5e72699e2812..122e9015ce0111cf3412585ccde113a38a3d3757 100644 --- a/src/slurmd/slurmstepd/ulimits.h +++ b/src/slurmd/slurmstepd/ulimits.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SLURMD_ULIMITS_H diff --git a/src/smap/configure_functions.c b/src/smap/configure_functions.c index cff558e00d423e93e5ed2c6830385b9a7501c487..8b5805326d3ebf49105ddf638292a1d0fa821400 100644 --- a/src/smap/configure_functions.c +++ b/src/smap/configure_functions.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/common/uid.h" diff --git a/src/smap/grid_functions.c b/src/smap/grid_functions.c index fcba888a90c0b0a2dbf3d6d44ba75b7983f359e1..3983598e2c241332bf5d016d00e311dbe16da5f7 100644 --- a/src/smap/grid_functions.c +++ b/src/smap/grid_functions.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/smap/smap.h" diff --git a/src/smap/job_functions.c b/src/smap/job_functions.c index f5a9f828aab0c0a74cd9b89d8e2807cf943dd2b0..38687596950404673effc54c51774ec2051a78b7 100644 --- a/src/smap/job_functions.c +++ b/src/smap/job_functions.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/common/uid.h" diff --git a/src/smap/opts.c b/src/smap/opts.c index 505907bd14637d93adf2e81fb3e484f55dd9e9d7..70ff08ae0e84bdadab822e6683a0f647bfd79057 100644 --- a/src/smap/opts.c +++ b/src/smap/opts.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/smap/smap.h" diff --git a/src/smap/partition_functions.c b/src/smap/partition_functions.c index d2a5a6f20351e3453eeb5e03a42faa7e95c35c4e..ea8fe6c81117094b7cb21b898ea356e9a9da4842 100644 --- a/src/smap/partition_functions.c +++ b/src/smap/partition_functions.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/smap/smap.h" diff --git a/src/smap/smap.c b/src/smap/smap.c index cb5a2cf3031c50e75e30e89afd272ccc1068380d..75a03dd6821adafce473b29a482bf9e49db0374e 100644 --- a/src/smap/smap.c +++ b/src/smap/smap.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "config.h" diff --git a/src/smap/smap.h b/src/smap/smap.h index e2319e476f5fb517b233a4d66c8eb71df346daf6..0139de7abecfd5d2ac3616c0d71463a8397f70b3 100644 --- a/src/smap/smap.h +++ b/src/smap/smap.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \****************************************************************************/ #ifndef _SMAP_H diff --git a/src/squeue/opts.c b/src/squeue/opts.c index 4261bc5aca1dc077e2867e2343e78c7bbcba5222..b14fb7e3ef9c3ad079a8af9d1de74a5ede198640 100644 --- a/src/squeue/opts.c +++ b/src/squeue/opts.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _GNU_SOURCE diff --git a/src/squeue/print.c b/src/squeue/print.c index 252e248f4d651654e0e21f20fb93dd1fdb4cb5d3..11d5013d01b37aa0d0fc055f12eb31325e8f5404 100644 --- a/src/squeue/print.c +++ b/src/squeue/print.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <time.h> diff --git a/src/squeue/print.h b/src/squeue/print.h index 4af5238817c37c7e163f2d99659c9abe030ee0e5..4cd11dc1c2571c98659e1a5845d0dd340acd8a62 100644 --- a/src/squeue/print.h +++ b/src/squeue/print.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SQUEUE_PRINT_H_ diff --git a/src/squeue/sort.c b/src/squeue/sort.c index 44f56ab69ffb537f974486b206dc79be2f967415..7a69d61dad23d9334e9e0a45aade2032472bfc15 100644 --- a/src/squeue/sort.c +++ b/src/squeue/sort.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <grp.h> diff --git a/src/squeue/squeue.c b/src/squeue/squeue.c index da5f9ab5af8bf7f5020a8395a47568d948cd45c3..7152da75c33257cb9679a474054d3de90a66dfbf 100644 --- a/src/squeue/squeue.c +++ b/src/squeue/squeue.c @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/squeue/squeue.h b/src/squeue/squeue.h index 8f502e59b0db3d75c9064813c749858f6f27efc7..f81c2c3ba29be7b2e6c3b3ce375c29a7f94e8db3 100644 --- a/src/squeue/squeue.h +++ b/src/squeue/squeue.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef __SQUEUE_H__ diff --git a/src/srun/allocate.c b/src/srun/allocate.c index aa4d71c3d1585b2d0f62f37898242d95930c302f..5508ca0ec3df1b9b12ce2cd7c65a26f8fd89a974 100644 --- a/src/srun/allocate.c +++ b/src/srun/allocate.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/allocate.h b/src/srun/allocate.h index 9ccb2a4824ad11cf9af5bd5cc070da29b1e52f3c..1a8f6f16738b48b63236cbc4d1b7076046738686 100644 --- a/src/srun/allocate.h +++ b/src/srun/allocate.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_ALLOCATE_H diff --git a/src/srun/attach.c b/src/srun/attach.c index b5e9542a0a73cd3b9c71d66e0d1c3f8977deb343..0e4910368dc9049183762d2fa7d15f62d683d139 100644 --- a/src/srun/attach.c +++ b/src/srun/attach.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/core-format.c b/src/srun/core-format.c index f62879e3dba9a8d01850a49766caa74a65fe3257..60f4768245542e1c2db31eb986bd2a331f65b62c 100644 --- a/src/srun/core-format.c +++ b/src/srun/core-format.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/core-format.h b/src/srun/core-format.h index 432daa3f6977158812f0b459035fed39f9bd4353..1a3802edf32100e7ef5e376e43cec78765c6d45b 100644 --- a/src/srun/core-format.h +++ b/src/srun/core-format.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_CORE_FORMAT_H diff --git a/src/srun/fname.c b/src/srun/fname.c index c7c5f55f1d63d0def0c6b78059a5f19cc5961719..8ede6552817338e4a8b68a0ace67a5214f7ba04a 100644 --- a/src/srun/fname.c +++ b/src/srun/fname.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/srun/fname.h b/src/srun/fname.h index 46675f1e0c23468592a2b902cdbedaf403a0a756..cd3b939f6076b34b7f530216c3dbb6ddaa9cd8fe 100644 --- a/src/srun/fname.h +++ b/src/srun/fname.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _FNAME_H diff --git a/src/srun/launch.c b/src/srun/launch.c index c3b353cf874ee819d9c36bea62b684e15e4c9727..d77562ae6c9876a781a606fe270e8b7d248bfe3a 100644 --- a/src/srun/launch.c +++ b/src/srun/launch.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/launch.h b/src/srun/launch.h index 010783c8b5311cfd1579d7b4d676fab08086c780..4bb74ef0499624db763800f0e8b0ff71e88af850 100644 --- a/src/srun/launch.h +++ b/src/srun/launch.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_LAUNCH_H diff --git a/src/srun/msg.c b/src/srun/msg.c index 154e6e60f129693c9423282074b2510f8bbb4f2e..eab2b4b1f262b875355c7cbfba59eb73e5580a9a 100644 --- a/src/srun/msg.c +++ b/src/srun/msg.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/msg.h b/src/srun/msg.h index 6dcab49699d23a8c270011719b544add7ad183b7..b19c9ba4545fabd19c36bbe6f1cd3f13429cee07 100644 --- a/src/srun/msg.h +++ b/src/srun/msg.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include "src/srun/srun_job.h" diff --git a/src/srun/multi_prog.c b/src/srun/multi_prog.c index 74fc48965dbb5db3b2d3e99da7faba8cabcb852c..d69edb1dcec96aa51cb582b4a265be9ae170a657 100644 --- a/src/srun/multi_prog.c +++ b/src/srun/multi_prog.c @@ -39,7 +39,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/srun/multi_prog.h b/src/srun/multi_prog.h index 1ef2e58536c49c027e6445115aa4d0af256b7011..b6d6dfe0fc3931be738bbf8d17dd2253c2cbcac8 100644 --- a/src/srun/multi_prog.h +++ b/src/srun/multi_prog.h @@ -35,7 +35,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SRUN_MULTI_PROG_H #define _SRUN_MULTI_PROG_H diff --git a/src/srun/opt.c b/src/srun/opt.c index 749c20049381b9aef423674d4205fdc75114a764..982db66370dbbaf30cd55c4237da684e1cd6aa77 100644 --- a/src/srun/opt.c +++ b/src/srun/opt.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/opt.h b/src/srun/opt.h index 40d226c97cd17acc7bfdb9e2b464e31f8efd7281..b3f21a6181e28dd1d77f9a926977fbb764a9efa3 100644 --- a/src/srun/opt.h +++ b/src/srun/opt.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_OPT_H diff --git a/src/srun/reattach.c b/src/srun/reattach.c index 56be2471e06c2dc9dec92fee632d233a08dd6f4b..245d1fa886116956a7b88f7b3e8a900e7516af99 100644 --- a/src/srun/reattach.c +++ b/src/srun/reattach.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/reattach.h b/src/srun/reattach.h index 258a5464d245f0a0f5c52d98a6e348cb6a139f7a..2d2e20c765930bd21a9a08bf810b7f68fceae838 100644 --- a/src/srun/reattach.h +++ b/src/srun/reattach.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _REATTACH_H diff --git a/src/srun/signals.c b/src/srun/signals.c index ed028410a38b18b7be581fca5ce880a3f0302487..34b4683666ab72786cbe9404c1db6b4252f5c131 100644 --- a/src/srun/signals.c +++ b/src/srun/signals.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/srun/signals.h b/src/srun/signals.h index 29fdd799444a06ee6543e307c16c20ccf716ce82..14f6412d557415fc57c588f8ebfd4f4bdb87bf83 100644 --- a/src/srun/signals.h +++ b/src/srun/signals.h @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SIGNALS_H diff --git a/src/srun/sigstr.c b/src/srun/sigstr.c index f3cb25c48ce4ef8585b410e0620699f371f5a200..4c61d6e1eb0a61288828e95be52722a283987365 100644 --- a/src/srun/sigstr.c +++ b/src/srun/sigstr.c @@ -32,7 +32,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #if HAVE_CONFIG_H diff --git a/src/srun/sigstr.h b/src/srun/sigstr.h index c536a2fa33bfbaa0faca5d5fa9a123398a5f82ae..82464fad4adfa398c81a43265a3bbda14c35a081 100644 --- a/src/srun/sigstr.h +++ b/src/srun/sigstr.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _SIGSTR_H diff --git a/src/srun/srun.c b/src/srun/srun.c index 7f6bd4c9dc428ea6c10d72724e7c1049e2b90ab2..b63fe589d4a6f3253875208d9be42d488870de13 100644 --- a/src/srun/srun.c +++ b/src/srun/srun.c @@ -34,7 +34,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/srun/srun_job.c b/src/srun/srun_job.c index 10c8249fc2ee10c8aaf9c70f45bd767a511f5c9f..0cd4be3e2d576df8450eb14f219abcd65181d76a 100644 --- a/src/srun/srun_job.c +++ b/src/srun/srun_job.c @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/srun/srun_job.h b/src/srun/srun_job.h index 6ae9ce0e750c2b55cdf9e2058f35e2e494f534c1..7d1e993ef4aad0bdd4637a661d8f6190efe703d4 100644 --- a/src/srun/srun_job.h +++ b/src/srun/srun_job.h @@ -33,7 +33,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef _HAVE_JOB_H #define _HAVE_JOB_H diff --git a/testsuite/expect/README b/testsuite/expect/README index a38429ea40b6399b9d15f711ab14a940ac87b178..b67936d69261c85559d12cb2361e6a23d2c3e7b4 100644 --- a/testsuite/expect/README +++ b/testsuite/expect/README @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ This directory contains a battery of SLURM regression tests. The tests make use diff --git a/testsuite/expect/globals b/testsuite/expect/globals index a25afdb4bb26871127a4d337d9f75f4bfc4c8f61..2c06d814f78fc68d35098286f4e228902f03ac4b 100755 --- a/testsuite/expect/globals +++ b/testsuite/expect/globals @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ global sacct salloc sattach sbatch sbcast scancel scontrol sinfo slaunch smap squeue srun diff --git a/testsuite/expect/pkill b/testsuite/expect/pkill index 177973780d4b173902b2c5041f10c8197a2832a4..883291c4a9e6df6c737bf4e86db94a8babe8c810 100755 --- a/testsuite/expect/pkill +++ b/testsuite/expect/pkill @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ # # Read command line options diff --git a/testsuite/expect/regression b/testsuite/expect/regression index bfbec1cf3f306e7cff4bf041e3b7b2e45bb25068..6e93c4b7cec986d625b40c3fa89e2fde6b57ea8b 100755 --- a/testsuite/expect/regression +++ b/testsuite/expect/regression @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ FAILURES=0 diff --git a/testsuite/expect/regression.py b/testsuite/expect/regression.py index 8ed3f882d093c462c7c59e34d66dd0487c85c3af..cc8153a4e679b2e564b3d6f6ec65ecf55526166e 100755 --- a/testsuite/expect/regression.py +++ b/testsuite/expect/regression.py @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ """This script makes it easier to run the SLURM expect test scripts.""" diff --git a/testsuite/expect/test1.1 b/testsuite/expect/test1.1 index 1d30688132cb3aea313c67147eac4148eb82e91d..4787920a2ed65f0cd565faab69242c5a6076d72c 100755 --- a/testsuite/expect/test1.1 +++ b/testsuite/expect/test1.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.10 b/testsuite/expect/test1.10 index 9a6d71b5697e75508ac1679f1a21fa07caabf38f..cc08b512db077697c65ef9ede32148deea6672e9 100755 --- a/testsuite/expect/test1.10 +++ b/testsuite/expect/test1.10 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.11 b/testsuite/expect/test1.11 index bc5621fb336583e081b2e852cfd134f80f4cab2b..2ea654fe29bac916659a6a8a23b4425ad98438e7 100755 --- a/testsuite/expect/test1.11 +++ b/testsuite/expect/test1.11 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.12 b/testsuite/expect/test1.12 index c8fc11eb1635f06230765bddfce2e6ba49920f21..7c2d3dd561c94cd2c93cbf0566eb84b7e5b288d0 100755 --- a/testsuite/expect/test1.12 +++ b/testsuite/expect/test1.12 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.13 b/testsuite/expect/test1.13 index 711bef528fb4ecdf8b744870f54287242c2f5488..20970eaf251182ce38c70cbe7682525ab8c731e8 100755 --- a/testsuite/expect/test1.13 +++ b/testsuite/expect/test1.13 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.14 b/testsuite/expect/test1.14 index f6b3e6800aa2a2f80319bc8be89a13e1800868d9..e0b5c76d13931c3c4c242bc02cda3b9ea1b0f859 100755 --- a/testsuite/expect/test1.14 +++ b/testsuite/expect/test1.14 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.15 b/testsuite/expect/test1.15 index cd693c8c11e91d51fd65742cc4279b923b3550c5..01a9848e4d6b20196914e75f4b1f0448df907d55 100755 --- a/testsuite/expect/test1.15 +++ b/testsuite/expect/test1.15 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.16 b/testsuite/expect/test1.16 index 62a5c4e38f4353d4615bebaa8fc2e17aee91877c..fb5f06b4a45d49c521361e48890a47da1032b58b 100755 --- a/testsuite/expect/test1.16 +++ b/testsuite/expect/test1.16 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.17 b/testsuite/expect/test1.17 index ec1c3ce9895124df12a9e8f40ca4b9898c9f73ef..ab8d10783a086353951465de56d7abf29e7960ae 100755 --- a/testsuite/expect/test1.17 +++ b/testsuite/expect/test1.17 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.18 b/testsuite/expect/test1.18 index 07d41ee320e8b1d1641dd4ff74dc9edd0ec71c70..ce22cf2a27edfa533802e2c4472c27dee5f869ea 100755 --- a/testsuite/expect/test1.18 +++ b/testsuite/expect/test1.18 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.18.prog.c b/testsuite/expect/test1.18.prog.c index 49ece0b19c40a845bdeaac8fd888b449f4e150d9..aa1c68d66f99512db1ea4e8126aeba20e9c4e9d8 100644 --- a/testsuite/expect/test1.18.prog.c +++ b/testsuite/expect/test1.18.prog.c @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdlib.h> diff --git a/testsuite/expect/test1.19 b/testsuite/expect/test1.19 index 6e723d432effeaa395cd7a05e975302a65b131d4..cb74d07fc164ff532057bfce9dc6acc33d0f25dc 100755 --- a/testsuite/expect/test1.19 +++ b/testsuite/expect/test1.19 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.2 b/testsuite/expect/test1.2 index ae5b6554651596f6967f9f26682201231193c0f2..43302bb3bbe38365a6adcb1a1c7c39687cceb918 100755 --- a/testsuite/expect/test1.2 +++ b/testsuite/expect/test1.2 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.20 b/testsuite/expect/test1.20 index 4da9969de2af45a57aeb65c517979d3753168e9a..661875ce48b4671323f63bc717ae9a16492551c4 100755 --- a/testsuite/expect/test1.20 +++ b/testsuite/expect/test1.20 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.21 b/testsuite/expect/test1.21 index f2642569d455c98234290330e6bd3aa746a395de..794b7268dda82e30603a102fb37cb10d338401e5 100755 --- a/testsuite/expect/test1.21 +++ b/testsuite/expect/test1.21 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.22 b/testsuite/expect/test1.22 index 1e0f2c5ef806b35c2e4045e091086411abed644e..9ab76e5903a944395aa84f2be2888953213f755e 100755 --- a/testsuite/expect/test1.22 +++ b/testsuite/expect/test1.22 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.23 b/testsuite/expect/test1.23 index 2de69ee0a8e70fba72d67491607885a2c7f7627e..ea1f5588a5e29ad55c267089a98e336fce8c32e1 100755 --- a/testsuite/expect/test1.23 +++ b/testsuite/expect/test1.23 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.24 b/testsuite/expect/test1.24 index 99c3f74223801ac9d91c390fc9478557936c8c59..03a3783546c858282758d6c2b7fd78d509ba36f5 100755 --- a/testsuite/expect/test1.24 +++ b/testsuite/expect/test1.24 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.25 b/testsuite/expect/test1.25 index c05aee97b856dbd744f7cff361787de0b6ed588f..7c6d06f589205feac0f8ed5396ee31ec1daa4d89 100755 --- a/testsuite/expect/test1.25 +++ b/testsuite/expect/test1.25 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.26 b/testsuite/expect/test1.26 index 9a339e8d3588a264d64a1645d1de0882e6cc5ad5..bf90382ddfc2f985fb2eeafdd8ec1cc12dc0bf85 100755 --- a/testsuite/expect/test1.26 +++ b/testsuite/expect/test1.26 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.27 b/testsuite/expect/test1.27 index e2adcf0d66b2c7a1be300a1219568a6c1683bcda..6d8fe3a0b5bf638fe981e320d55416c23a99ed67 100755 --- a/testsuite/expect/test1.27 +++ b/testsuite/expect/test1.27 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.28 b/testsuite/expect/test1.28 index 92bc3415c8a1c89af1719a5f1d9a8706e047bff5..2aae4a492bca69f237d1fab4ab1ebb3de54209fb 100755 --- a/testsuite/expect/test1.28 +++ b/testsuite/expect/test1.28 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.29 b/testsuite/expect/test1.29 index 464f12ff4df8d64cfe418356f1f492d7a5af4357..5ed500f6efe42c9bf64836e8eb6151a95e39db30 100755 --- a/testsuite/expect/test1.29 +++ b/testsuite/expect/test1.29 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.29.prog.c b/testsuite/expect/test1.29.prog.c index ceef5185a6685d3191060c3855780da5715eb20e..beb9e10e54df90c0adfc245f1fd47b88fcf986b2 100644 --- a/testsuite/expect/test1.29.prog.c +++ b/testsuite/expect/test1.29.prog.c @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdlib.h> diff --git a/testsuite/expect/test1.3 b/testsuite/expect/test1.3 index 697fcf0240d53e376040cd9b3978b97dede2bc32..9e037a53494bb20d35543d0908b8a68f701c7df7 100755 --- a/testsuite/expect/test1.3 +++ b/testsuite/expect/test1.3 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.30 b/testsuite/expect/test1.30 index 11cd14329fc97e2724e7a0efa8e5fee20ab4e31c..bb149952d1d96176c5439d009b8c9361cf521a19 100755 --- a/testsuite/expect/test1.30 +++ b/testsuite/expect/test1.30 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.31 b/testsuite/expect/test1.31 index 23d17052558c029336f6220ab91e71775d5f96c9..fca0bfaaa39acc4a7137be61c63e9239e0de1631 100755 --- a/testsuite/expect/test1.31 +++ b/testsuite/expect/test1.31 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.32 b/testsuite/expect/test1.32 index df92e9e642bee3726c0061f72ae717ec0dbd8ea4..6fd60f4feed998acf2d513b1d030a36550100a3c 100755 --- a/testsuite/expect/test1.32 +++ b/testsuite/expect/test1.32 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.32.prog.c b/testsuite/expect/test1.32.prog.c index c69a799b572c8c0d44b150de5f281ab8a1c0e6a2..85cb340da71de1aedec67324590b4215a3198d18 100644 --- a/testsuite/expect/test1.32.prog.c +++ b/testsuite/expect/test1.32.prog.c @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <signal.h> #include <stdio.h> diff --git a/testsuite/expect/test1.33 b/testsuite/expect/test1.33 index 46a67ec277da997cbb2d4c23a3cc1df2b6485878..63f6d778c52a67cd4ed651f0db77861c334c3e9e 100755 --- a/testsuite/expect/test1.33 +++ b/testsuite/expect/test1.33 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.34 b/testsuite/expect/test1.34 index 7087d62f07548f5601bbbfd0da6a0103803148ed..b97deefd8913efc8821eb52cc94b88cf0a48d513 100755 --- a/testsuite/expect/test1.34 +++ b/testsuite/expect/test1.34 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.35 b/testsuite/expect/test1.35 index 158b3dda05913fd147a0a1ebc70176f01561df20..ba277667aba1f628725b0e2fd7b14a552700b1f2 100755 --- a/testsuite/expect/test1.35 +++ b/testsuite/expect/test1.35 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.36 b/testsuite/expect/test1.36 index 67239622a943dd5568df5e628f8e9bf83d104b65..e1cd00443ed9d55c2a565e99ea0ebc22c167f520 100755 --- a/testsuite/expect/test1.36 +++ b/testsuite/expect/test1.36 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.37 b/testsuite/expect/test1.37 index 685273d1d801e4ff4fdeec38252ebe5e6234c5e1..bf8e57c10af0b6307c0b12dfb606ba1314e6fd85 100755 --- a/testsuite/expect/test1.37 +++ b/testsuite/expect/test1.37 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.38 b/testsuite/expect/test1.38 index 4edb15b09cd308e32212baf45bd8eddc5000af40..07a093b1ce3d54736453cdaa9e0a92c9a2c25ebc 100755 --- a/testsuite/expect/test1.38 +++ b/testsuite/expect/test1.38 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.39 b/testsuite/expect/test1.39 index c66f3a26f6cfdd8d22ebd295a674e2d07273191f..34885f0eda663f378df90e50b37fcb25d85cf0a2 100755 --- a/testsuite/expect/test1.39 +++ b/testsuite/expect/test1.39 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.39.prog.c b/testsuite/expect/test1.39.prog.c index 1b2448762136a16165bebe8089352e6ec7678771..7c06b04c98c35af6443a93e57e1642534a17d689 100644 --- a/testsuite/expect/test1.39.prog.c +++ b/testsuite/expect/test1.39.prog.c @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdlib.h> diff --git a/testsuite/expect/test1.4 b/testsuite/expect/test1.4 index 8c1a0eccc66149007f154d6ce3851edbf5678afa..b8297109807a9cf218896afba546cb1439f56e9e 100755 --- a/testsuite/expect/test1.4 +++ b/testsuite/expect/test1.4 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.40 b/testsuite/expect/test1.40 index 5b6f370cba5bd4fa6288f97f7fcf4570e7eee5e6..f79a43cde055e2f88761c98694e47f2a2387963c 100755 --- a/testsuite/expect/test1.40 +++ b/testsuite/expect/test1.40 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.41 b/testsuite/expect/test1.41 index 6e030187839bb3ee3036de02a18f3fc441b9529a..7c5009bd9b84548b90cf9c2f92bd9d0a8e6dd542 100755 --- a/testsuite/expect/test1.41 +++ b/testsuite/expect/test1.41 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.42 b/testsuite/expect/test1.42 index 84ecc1b936167adeb6c987c51f003267b9fd0eed..b4299a02e3cb56a3bea4b2f17afa8081b04b0939 100755 --- a/testsuite/expect/test1.42 +++ b/testsuite/expect/test1.42 @@ -32,7 +32,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.43 b/testsuite/expect/test1.43 index dd54ec6591cb8d67605b92d51c7644dde682151c..d9a4057f052a4138cf6b2ed204c7b8e0a73e3e3e 100755 --- a/testsuite/expect/test1.43 +++ b/testsuite/expect/test1.43 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.44 b/testsuite/expect/test1.44 index 4eac0028ff8521efc2085aa3bbcc508af5fda0d8..bb7024aca1957e79f66c35bb3d0b246a8e6ae69c 100755 --- a/testsuite/expect/test1.44 +++ b/testsuite/expect/test1.44 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.45 b/testsuite/expect/test1.45 index e87281970134a47cc6af956550e98090bcd45a45..2969839107970f06726d1ed57653a4161a784853 100755 --- a/testsuite/expect/test1.45 +++ b/testsuite/expect/test1.45 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.46 b/testsuite/expect/test1.46 index 3f56fbc2025d991ce927f7ecfd4357a0d5d52d9e..e53a279732a0b30d50793be72808b1a5ecb6fc60 100755 --- a/testsuite/expect/test1.46 +++ b/testsuite/expect/test1.46 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.47 b/testsuite/expect/test1.47 index 709d3351a4eecd656d5cba2ebc859340666e5784..103796be2e28518a8ac879408226de4313af544a 100755 --- a/testsuite/expect/test1.47 +++ b/testsuite/expect/test1.47 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.48 b/testsuite/expect/test1.48 index f29801248fb531b27dfe5ebb24fab94a517b9de0..16d283ed350460612e553d1f4cfdef0ab23eb970 100755 --- a/testsuite/expect/test1.48 +++ b/testsuite/expect/test1.48 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.49 b/testsuite/expect/test1.49 index 65355e5fee28bca11a3933a2e578881ed5f9ddd5..7d52e49cd863a65ec09c46b72455f806641766dd 100755 --- a/testsuite/expect/test1.49 +++ b/testsuite/expect/test1.49 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.5 b/testsuite/expect/test1.5 index df7b6d565dc1abbb328b5c2735499584841c9e39..4d03930aba247c2ca7c763e4f8ea8877eca0ae85 100755 --- a/testsuite/expect/test1.5 +++ b/testsuite/expect/test1.5 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.50 b/testsuite/expect/test1.50 index 2f2116af4d4f484e6f8d6d6b06c51965158d35ff..fd4822c4a2b983614c08a57287d271e9e5f89ff4 100755 --- a/testsuite/expect/test1.50 +++ b/testsuite/expect/test1.50 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.51 b/testsuite/expect/test1.51 index 3b7763ec439478738d6df1f7cfe7795dca7eca31..067734103f2c9fbd1280c68bbee1ae93a2afd2f5 100755 --- a/testsuite/expect/test1.51 +++ b/testsuite/expect/test1.51 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.52 b/testsuite/expect/test1.52 index fb4ba5534a01ad0791e8b17032dc807205a55e52..02f515b5a76c878e478fa15e9a40f8bcd5350584 100755 --- a/testsuite/expect/test1.52 +++ b/testsuite/expect/test1.52 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.53 b/testsuite/expect/test1.53 index 3acec3f57435eb7cff7d2b69a920163854bba747..3cbb4431acfec9876497c3388e959a6b1fad4763 100755 --- a/testsuite/expect/test1.53 +++ b/testsuite/expect/test1.53 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.54 b/testsuite/expect/test1.54 index c545951152674a4123cb1e8336747d93d4df1a25..1f29b5dd2eedd881cd3b3cb1dfbb4f646abaa6e1 100755 --- a/testsuite/expect/test1.54 +++ b/testsuite/expect/test1.54 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.55 b/testsuite/expect/test1.55 index 7079d5fdb768800be30c62bfcf2f26c1a6855d8a..45ce1a71e34dc4fc12578a4a0a4b709e3dba21af 100755 --- a/testsuite/expect/test1.55 +++ b/testsuite/expect/test1.55 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.56 b/testsuite/expect/test1.56 index a0856771da38205ae82de85713a4e1770b1ec3a6..be431f9b483c18fe81911c44216eb409d507fd51 100755 --- a/testsuite/expect/test1.56 +++ b/testsuite/expect/test1.56 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.6 b/testsuite/expect/test1.6 index f9f01a452910d0dde1ed63e1c7b64340af3fc339..86ba387255c43d8124e736db96f966d45173b473 100755 --- a/testsuite/expect/test1.6 +++ b/testsuite/expect/test1.6 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.7 b/testsuite/expect/test1.7 index f3c646aaf62c315d300494f034274e838c246fb4..f8af7c61665eea9c5d8e5a14947546cdb9be7cf1 100755 --- a/testsuite/expect/test1.7 +++ b/testsuite/expect/test1.7 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.8 b/testsuite/expect/test1.8 index 6b6f27e77e0076b4340597a656e59589868e9352..72cd69845a7fd1292ae7a308c76cb8f985d69715 100755 --- a/testsuite/expect/test1.8 +++ b/testsuite/expect/test1.8 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.80 b/testsuite/expect/test1.80 index c8d00851ba720d4cde26ed4d0c1138568ec2d322..6248842a8a0e275a076e140f320a4d4080d8eb22 100755 --- a/testsuite/expect/test1.80 +++ b/testsuite/expect/test1.80 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.81 b/testsuite/expect/test1.81 index 666d5bd7952ee8498f52a61e182ae809b46cbeed..b50a686868328ec542e17fb86d61f4d460b7eb69 100755 --- a/testsuite/expect/test1.81 +++ b/testsuite/expect/test1.81 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.82 b/testsuite/expect/test1.82 index 53e4f448f9bfbf803360a58c9aac13245b198b31..ff3cde551dd8640a6bb4b3a7739ee0b522ad89c2 100755 --- a/testsuite/expect/test1.82 +++ b/testsuite/expect/test1.82 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.83 b/testsuite/expect/test1.83 index 5a2ac639b88fae9724ed125c7c0db7175b557c31..b8ab57e857c55d6ee51fdf6313fc6409b91d2f49 100755 --- a/testsuite/expect/test1.83 +++ b/testsuite/expect/test1.83 @@ -33,7 +33,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.84 b/testsuite/expect/test1.84 index cdc4bf9b25a97b0290bbb656f437ce868ed4bf08..4316ef23ef12ae8b9636748d871a305756b9bd58 100755 --- a/testsuite/expect/test1.84 +++ b/testsuite/expect/test1.84 @@ -33,7 +33,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.85 b/testsuite/expect/test1.85 index 075742a3f9647620b05a2ecc05e6b66a50274ae7..a22cde3baa128b2cc63aa2055228cb433b891844 100755 --- a/testsuite/expect/test1.85 +++ b/testsuite/expect/test1.85 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.86 b/testsuite/expect/test1.86 index 96ea964a72a2d5f7a24978066a496a0cbdc13897..cbb4cf0ad5343c22658847d0f6c2b4a0dc62afce 100755 --- a/testsuite/expect/test1.86 +++ b/testsuite/expect/test1.86 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.87 b/testsuite/expect/test1.87 index e5c7d914cde1370fb3817e980adbb7a26472a7f8..8b391693d5bb81f09a0af4ce331633537e1c1d75 100755 --- a/testsuite/expect/test1.87 +++ b/testsuite/expect/test1.87 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.88 b/testsuite/expect/test1.88 index 80c0a6ae0011a76f0c113a0fe7dfbf940fb8fca1..21aa2310cdfe941f6b92c90e29d66f869d0bc9e8 100755 --- a/testsuite/expect/test1.88 +++ b/testsuite/expect/test1.88 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.88.prog.c b/testsuite/expect/test1.88.prog.c index 787dd2354a467cb9779f8e04bc02576ddecbbedd..64938d1e41b92d8f2de3b081ed19014683d8672b 100644 --- a/testsuite/expect/test1.88.prog.c +++ b/testsuite/expect/test1.88.prog.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/testsuite/expect/test1.89 b/testsuite/expect/test1.89 index 6cc9f9d2b564c0a4cf51f93a6b87913c80bd2434..ae8c341011d019e9d16478448328a0a62f8842a5 100755 --- a/testsuite/expect/test1.89 +++ b/testsuite/expect/test1.89 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.89.prog.c b/testsuite/expect/test1.89.prog.c index b21e90f749e5c1f0a272186451103f5462401a87..8df477c98f1a2991688bed278601438e5feea46f 100644 --- a/testsuite/expect/test1.89.prog.c +++ b/testsuite/expect/test1.89.prog.c @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #define _GNU_SOURCE #define __USE_GNU diff --git a/testsuite/expect/test1.9 b/testsuite/expect/test1.9 index 471fac033af993ed277d10a8e3de53abf0546527..e91341879e919b249d52deb5351259c1f74c4d08 100755 --- a/testsuite/expect/test1.9 +++ b/testsuite/expect/test1.9 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.90 b/testsuite/expect/test1.90 index a53e90f99490b2f46e8723d50f63facbcbbe50a9..685c75a4d9c792e0f3872a5ce69a0ffe9903f40f 100755 --- a/testsuite/expect/test1.90 +++ b/testsuite/expect/test1.90 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test1.90.prog.c b/testsuite/expect/test1.90.prog.c index 0347527165e631205a3a80d4c8b7ae1cc3a55ae5..e061156c4af78819132b0db1d7b04dd618d6a94b 100644 --- a/testsuite/expect/test1.90.prog.c +++ b/testsuite/expect/test1.90.prog.c @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #define _GNU_SOURCE #include <numa.h> diff --git a/testsuite/expect/test10.1 b/testsuite/expect/test10.1 index 2a78c3f96d52f1a6c795d73460c0a4468ae51cbb..2f04746f9783774d6f56a4088a802f61c85268fe 100755 --- a/testsuite/expect/test10.1 +++ b/testsuite/expect/test10.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.10 b/testsuite/expect/test10.10 index dc48c8631bb12c6ebc4c24887cd2bcc5fc744280..5de4f84dc890ee70ec3e741f534543433466479e 100755 --- a/testsuite/expect/test10.10 +++ b/testsuite/expect/test10.10 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.11 b/testsuite/expect/test10.11 index 873757f9c15df14d8da98daed157a19262e3da50..d5be6fa8b5a7bb4934be35de7e5606d9297952ba 100755 --- a/testsuite/expect/test10.11 +++ b/testsuite/expect/test10.11 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.12 b/testsuite/expect/test10.12 index 90b6c26f7af8a5deab06f21fa5a56d126ea5a0a3..3978a88b54edc6cd7d5a22c145bc079f14f053ec 100755 --- a/testsuite/expect/test10.12 +++ b/testsuite/expect/test10.12 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.13 b/testsuite/expect/test10.13 index 30550142bd64018260a31b4b8ba52384e4bce6d2..4f279683b1b65e89515e0f7136d68c03a7d0a105 100755 --- a/testsuite/expect/test10.13 +++ b/testsuite/expect/test10.13 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.2 b/testsuite/expect/test10.2 index 5513480d248410bfa039c3daf060605a4a24c593..e6535748a50c1135e2d9f67cceb01994c17d504b 100755 --- a/testsuite/expect/test10.2 +++ b/testsuite/expect/test10.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.3 b/testsuite/expect/test10.3 index a7d4cd7bf347762e296c42760e25d351281e4cf8..7d381fc51ca9643268fbeac56a9b9a90446233a0 100755 --- a/testsuite/expect/test10.3 +++ b/testsuite/expect/test10.3 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.4 b/testsuite/expect/test10.4 index 33407dd3ccb3f71cb671f4d6e06511b2cb9e9330..5e882da1bd1f9a13c074fa12ca28993656a02e61 100755 --- a/testsuite/expect/test10.4 +++ b/testsuite/expect/test10.4 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.5 b/testsuite/expect/test10.5 index 8fe41895a8cdbc1028fc8f5ac5e86b22d5387312..807a5e81da42ec03e6bc66269299b05f60ac6da8 100755 --- a/testsuite/expect/test10.5 +++ b/testsuite/expect/test10.5 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.6 b/testsuite/expect/test10.6 index a37b4d2d8693c1ae310b4b5d45fb43e3712eb847..def18af3e03664fd8e79928bc3893e1e8432f156 100755 --- a/testsuite/expect/test10.6 +++ b/testsuite/expect/test10.6 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.7 b/testsuite/expect/test10.7 index afd7b467a0e4d9286d99b4e7fa6ac22f36e4d2ee..079722214ad75eea86a79ab9488f6acc2aeff76c 100755 --- a/testsuite/expect/test10.7 +++ b/testsuite/expect/test10.7 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.8 b/testsuite/expect/test10.8 index c79408545404c2fdab6c49061ae75d913fc2cf70..d228ea84dfbd31d6f6519c5d9d6da923aa98ad30 100755 --- a/testsuite/expect/test10.8 +++ b/testsuite/expect/test10.8 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test10.9 b/testsuite/expect/test10.9 index afcd9b03dbd6680420004a43db857619703a5ab8..8e137b3ca2bdc1d8436dbeb1981060ca8c020c18 100755 --- a/testsuite/expect/test10.9 +++ b/testsuite/expect/test10.9 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.1 b/testsuite/expect/test11.1 index e73ac4cabb904cb7664cce934b93a408bef0b697..90ac310df039af94a854fa030dfbdca8834e40c1 100755 --- a/testsuite/expect/test11.1 +++ b/testsuite/expect/test11.1 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.2 b/testsuite/expect/test11.2 index fcae9bc9f936a2f54ee1b6593289aca830c85872..375234a1fff3d9f0a029b0c8cb80fb1eb7180271 100755 --- a/testsuite/expect/test11.2 +++ b/testsuite/expect/test11.2 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.3 b/testsuite/expect/test11.3 index 572e54b413da9950f04863cb91ab1ba012645d98..912a0fe98cd55a6aad258ffae56ac0bd3c991de9 100755 --- a/testsuite/expect/test11.3 +++ b/testsuite/expect/test11.3 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.4 b/testsuite/expect/test11.4 index 3bbcfbcf09bb969dcc8537dc56a6a169df6f22a1..bcaede59407a01809ff053bf5cb8292cd67b9643 100755 --- a/testsuite/expect/test11.4 +++ b/testsuite/expect/test11.4 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.5 b/testsuite/expect/test11.5 index 7af333db76a35251ac7501c945be64f243969410..83351f2cc38f9093b4fc5e5d0bbb4a9902a74145 100755 --- a/testsuite/expect/test11.5 +++ b/testsuite/expect/test11.5 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test11.7 b/testsuite/expect/test11.7 index fe008bcf088aaeda93bd183fefb32f42d4fa0ce4..89f38cdb3e24dd8423b9cc539d871052be70c196 100755 --- a/testsuite/expect/test11.7 +++ b/testsuite/expect/test11.7 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test12.1 b/testsuite/expect/test12.1 index 7ca502394b31984ca2a063425b8d07e570c71f39..e0df915ee3212410bc0afb16653f023d0e3463b9 100755 --- a/testsuite/expect/test12.1 +++ b/testsuite/expect/test12.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test12.2 b/testsuite/expect/test12.2 index f9ed4788994496860ab0efc91c3a3ef03f776a4a..fdc73d59865a8f21551da974302c68b684c476cb 100755 --- a/testsuite/expect/test12.2 +++ b/testsuite/expect/test12.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test12.2.prog.c b/testsuite/expect/test12.2.prog.c index ebcc5785351928de16794db02bbab6cfa137c9d6..b6c1a90f1b245e701ca9f57bb9a1be7ef583e556 100644 --- a/testsuite/expect/test12.2.prog.c +++ b/testsuite/expect/test12.2.prog.c @@ -22,7 +22,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdlib.h> diff --git a/testsuite/expect/test13.1 b/testsuite/expect/test13.1 index f05363bd6989d639b88ad6689818f583c1e58bb7..a4f418eb9446eda9524881ce065d307509c9a9a3 100755 --- a/testsuite/expect/test13.1 +++ b/testsuite/expect/test13.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.1 b/testsuite/expect/test14.1 index aaf6a80a0107ebbb4bd54c21db230840a2a7f915..416b3dc6efadbc3531a63a84307065f125742299 100755 --- a/testsuite/expect/test14.1 +++ b/testsuite/expect/test14.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.2 b/testsuite/expect/test14.2 index 8615882987fb4819d9ddec6eb78fa965397c0c8f..cb28c6e75abd6095ab680433aeecaa59e97ad50a 100755 --- a/testsuite/expect/test14.2 +++ b/testsuite/expect/test14.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.3 b/testsuite/expect/test14.3 index b30e840eee1ad17a4bc53e62acf148caaa632307..e7c2024d759cf9f34b2a4ca89b44120023d83642 100755 --- a/testsuite/expect/test14.3 +++ b/testsuite/expect/test14.3 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.4 b/testsuite/expect/test14.4 index ed2728713c7529a8b712c93c9af6e60c498349d5..81c6f836608f43bc686740a150aa93179b497fff 100755 --- a/testsuite/expect/test14.4 +++ b/testsuite/expect/test14.4 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.5 b/testsuite/expect/test14.5 index 0f2ae8d908b982d2cf319e578168e7ad01803423..344f62a23b2f1834841833c8f58c930ba34b24b1 100755 --- a/testsuite/expect/test14.5 +++ b/testsuite/expect/test14.5 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.6 b/testsuite/expect/test14.6 index 7493839f25614fca849691c43e4887bd044d17c4..b78ce549ee3396c6dcd730c214e62fe256a9286a 100755 --- a/testsuite/expect/test14.6 +++ b/testsuite/expect/test14.6 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.7 b/testsuite/expect/test14.7 index 29ee35b814531c00c11e306b1b20841a3802515a..164d8e3f52cf3186879fea81618635d068934645 100755 --- a/testsuite/expect/test14.7 +++ b/testsuite/expect/test14.7 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test14.8 b/testsuite/expect/test14.8 index 8bfd058b88023c531bd8b1769ae389b549adabde..dd64f3e41c6b83601436fd5a2c846e2b46808c10 100755 --- a/testsuite/expect/test14.8 +++ b/testsuite/expect/test14.8 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.1 b/testsuite/expect/test2.1 index 07d8c2b446fc7f073a13b6da674d5785fb8b5d2c..4a233510b31514118a85109212a31f568290b01d 100755 --- a/testsuite/expect/test2.1 +++ b/testsuite/expect/test2.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.10 b/testsuite/expect/test2.10 index d748fe519039f24184c1fe7fc1e75f2f14f1f2cb..4e6c4c8632d213f4a041c0cd44a7fc3e46968de2 100755 --- a/testsuite/expect/test2.10 +++ b/testsuite/expect/test2.10 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.2 b/testsuite/expect/test2.2 index f1e5a2b271bff605fa61b7f4dd89e0994c076c45..b650f3581c8066d5a59acfdacc17d54118d706a2 100755 --- a/testsuite/expect/test2.2 +++ b/testsuite/expect/test2.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.3 b/testsuite/expect/test2.3 index 56a2d25273cc423d08839311fc8481e2ed1c52f2..3b4cbd39444b4c895440e9299c9c48b6278235d5 100755 --- a/testsuite/expect/test2.3 +++ b/testsuite/expect/test2.3 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.4 b/testsuite/expect/test2.4 index 460d6f714aa239977a82996fddd0566a496f95d7..7b097f374841ee69d5a8faebbfd613dad3fcd6a9 100755 --- a/testsuite/expect/test2.4 +++ b/testsuite/expect/test2.4 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.5 b/testsuite/expect/test2.5 index f560a4781218caa2f3c98c9a3b07fba218776d50..f37e4e1fa6b03d29e007c9f9e0bba599aa7c5086 100755 --- a/testsuite/expect/test2.5 +++ b/testsuite/expect/test2.5 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.6 b/testsuite/expect/test2.6 index 26fdaa8daa6e7fc49fc4ae08c369aa9160460fe4..f36df2b36243ac361f1f1a0563417deecd15630d 100755 --- a/testsuite/expect/test2.6 +++ b/testsuite/expect/test2.6 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.7 b/testsuite/expect/test2.7 index 7dae81f4a847e674aef995d701dc56cff9a59565..8dcf6d7a2891a1518814142a01a6950662b95f17 100755 --- a/testsuite/expect/test2.7 +++ b/testsuite/expect/test2.7 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.8 b/testsuite/expect/test2.8 index 24b4d17e9a5d2bc431923eca803c2eebcecaa696..cac2866cca5643ba0648d31eb77050e470407d75 100755 --- a/testsuite/expect/test2.8 +++ b/testsuite/expect/test2.8 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test2.9 b/testsuite/expect/test2.9 index e847435467d30c19caa81a75e834f5f52acbd661..224d1b422f92879dd08d0dba32d0b7779b832541 100755 --- a/testsuite/expect/test2.9 +++ b/testsuite/expect/test2.9 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.1 b/testsuite/expect/test3.1 index b983de06017a1f5afe358fe71f4959b1ecc72a20..1c349b2322a64e7461c30126d09d81adb3dbe4f6 100755 --- a/testsuite/expect/test3.1 +++ b/testsuite/expect/test3.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.2 b/testsuite/expect/test3.2 index 8472e0a1e8e3b7f68b5d701b528d0af3043a341e..b9512e2aa58551a1e9b22b4a76528a68cf9922c9 100755 --- a/testsuite/expect/test3.2 +++ b/testsuite/expect/test3.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.3 b/testsuite/expect/test3.3 index e45caee431f56714cb77d4252f566b90cbdfe36f..fc2f9a4f15145c4ce8c923303a40e790c13da4b2 100755 --- a/testsuite/expect/test3.3 +++ b/testsuite/expect/test3.3 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.4 b/testsuite/expect/test3.4 index b71e94c8ad522772bd6a1e13c1895198a7b98722..a417e1a99a7f4368ab80fb388e693eb3086751ff 100755 --- a/testsuite/expect/test3.4 +++ b/testsuite/expect/test3.4 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.5 b/testsuite/expect/test3.5 index e0a6018f27dc7560ddc068a73119e4d11fa2eadf..c0e64d8399a1d839f1f4ceb607a06de08986d3eb 100755 --- a/testsuite/expect/test3.5 +++ b/testsuite/expect/test3.5 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.6 b/testsuite/expect/test3.6 index 11f7a136b6f99af18f48c617eca89ce4e4e40e85..22aeeef9115bd6826a7eb7a440fc759f036d93b4 100755 --- a/testsuite/expect/test3.6 +++ b/testsuite/expect/test3.6 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.7 b/testsuite/expect/test3.7 index ae32814c55ac8f100e4bdee7c04f95167d3e9aea..abcc862766783ec59c5974d9b17aaf5f059418b2 100755 --- a/testsuite/expect/test3.7 +++ b/testsuite/expect/test3.7 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test3.7.prog.c b/testsuite/expect/test3.7.prog.c index 62ba21d0111be3f6046dc4212ed8329474825c15..8a1c9e1d9a84628d41d88e0f752459da8a6ef14c 100644 --- a/testsuite/expect/test3.7.prog.c +++ b/testsuite/expect/test3.7.prog.c @@ -24,7 +24,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdlib.h> diff --git a/testsuite/expect/test4.1 b/testsuite/expect/test4.1 index 5f31769178e6c9953e16454632b4e172dfc5fad0..7fcde3270e7bfd6dac050d114222458535bae05c 100755 --- a/testsuite/expect/test4.1 +++ b/testsuite/expect/test4.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.10 b/testsuite/expect/test4.10 index 628a0ce21bdd168f9d5788e983d35fdb7cd4e0b9..8bfff7c16c3d32f34ef018509afce474bea2cee2 100755 --- a/testsuite/expect/test4.10 +++ b/testsuite/expect/test4.10 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.11 b/testsuite/expect/test4.11 index dfcd975e3e3dd8e3859b798e7b9f752a006a1ccf..7064fad24c3a466b7e4dc4366eea768b3e3d0944 100755 --- a/testsuite/expect/test4.11 +++ b/testsuite/expect/test4.11 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.2 b/testsuite/expect/test4.2 index 354f242eb0efce116663157949c78dd5a71e2392..d990969c7c3373e726bbdc16686ce2d58366cca3 100755 --- a/testsuite/expect/test4.2 +++ b/testsuite/expect/test4.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.3 b/testsuite/expect/test4.3 index 2fe9087cf78e3d6880f5e863d56ef1e11add35ea..f28a56110d388af1f4c9365e5696657dc3f6380c 100755 --- a/testsuite/expect/test4.3 +++ b/testsuite/expect/test4.3 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.4 b/testsuite/expect/test4.4 index 7e8458441db54d80e6fdb5ceed04a15870cfa838..8f44d16a41f2bd950bd63c2db3c1a9a54afdf805 100755 --- a/testsuite/expect/test4.4 +++ b/testsuite/expect/test4.4 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.5 b/testsuite/expect/test4.5 index 743c2402e7cbeb9eef0b8d7c45b136e0e16c5797..60081db1aa18d613122fab34eb4723bd353be699 100755 --- a/testsuite/expect/test4.5 +++ b/testsuite/expect/test4.5 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.6 b/testsuite/expect/test4.6 index f02519612083d1d58af0cd0f59edee161c9a73f6..d91a2480516fc65a0cd4fd16c38de9936eae553a 100755 --- a/testsuite/expect/test4.6 +++ b/testsuite/expect/test4.6 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.7 b/testsuite/expect/test4.7 index c532861383a9ac44b4c17563632947a5ed8fe810..3af5f3e8bb153e32af3a8a897ffec341cb26f49a 100755 --- a/testsuite/expect/test4.7 +++ b/testsuite/expect/test4.7 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.8 b/testsuite/expect/test4.8 index 8f2a84d4c00c1c3cdb0acb0ce9ffca757b4d6e1d..121c39ea48059a8f17e2f9705497849b2a10b951 100755 --- a/testsuite/expect/test4.8 +++ b/testsuite/expect/test4.8 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test4.9 b/testsuite/expect/test4.9 index 04916a44bec48b67c71c3db43675c52e7bc510d5..bcb0a48d43dad9684d16750b03c82442c8360c2b 100755 --- a/testsuite/expect/test4.9 +++ b/testsuite/expect/test4.9 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.1 b/testsuite/expect/test5.1 index def7bfd569b2120fe792d0cf042fc21329436fde..fa82e53f2e770c0e69ea9c52faae94e34ccdddfa 100755 --- a/testsuite/expect/test5.1 +++ b/testsuite/expect/test5.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.2 b/testsuite/expect/test5.2 index db4759bf6e0cb9686e59a31bc7ed9760e91a4a2c..3853a29fa0364e52570b45c6389da1d52e111110 100755 --- a/testsuite/expect/test5.2 +++ b/testsuite/expect/test5.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.3 b/testsuite/expect/test5.3 index 558f8a4f9ad7b97a6d628e311e165862d475b99f..4662151712a579fd368d7ae8993b1a37af0f75b1 100755 --- a/testsuite/expect/test5.3 +++ b/testsuite/expect/test5.3 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.4 b/testsuite/expect/test5.4 index 9db626f6be07f2b032c5e49585d126e3b201dbee..fcf528a6802721243e6679984f1302b9212fd383 100755 --- a/testsuite/expect/test5.4 +++ b/testsuite/expect/test5.4 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.5 b/testsuite/expect/test5.5 index aac356978f0bcab7a978f4d37fec90bbdc7bb2f8..23a0e18c71b69aa5b9943e8eda0d768cf3a71d5f 100755 --- a/testsuite/expect/test5.5 +++ b/testsuite/expect/test5.5 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.6 b/testsuite/expect/test5.6 index 3221213392d38fbd9b4326a7033e3ea518938287..444b7aa74c8ea63b8caf06e52b7675234540554e 100755 --- a/testsuite/expect/test5.6 +++ b/testsuite/expect/test5.6 @@ -28,7 +28,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.7 b/testsuite/expect/test5.7 index 5bd6cebcf55b7ba81a55e2c4ed686dbc93eea3a5..188bdc180586b46ea7c46d4ba5cdaac2722a9797 100755 --- a/testsuite/expect/test5.7 +++ b/testsuite/expect/test5.7 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test5.8 b/testsuite/expect/test5.8 index 1e1a37ccad48705a9b56e69314a0215aee35e3f5..1662eb41fd525a5ddff2dc2d3100cdc1aa132b81 100755 --- a/testsuite/expect/test5.8 +++ b/testsuite/expect/test5.8 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.1 b/testsuite/expect/test6.1 index bb9a33190596d93fb1f36e20e45f1cb57730e188..d51fdf361331f4870b85592474b835941cc13be1 100755 --- a/testsuite/expect/test6.1 +++ b/testsuite/expect/test6.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.10 b/testsuite/expect/test6.10 index de5d90fee34b647b0af2d8820aad7b37bcd2b654..c44ed04f2c31f7bf3e10219826a974df8e937a11 100755 --- a/testsuite/expect/test6.10 +++ b/testsuite/expect/test6.10 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.11 b/testsuite/expect/test6.11 index 991947d1353f3bc69f1197d7a6bcf3c026604d84..aa4d6d5642e613a44c1c9204fcd5fc61d49b4692 100755 --- a/testsuite/expect/test6.11 +++ b/testsuite/expect/test6.11 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.12 b/testsuite/expect/test6.12 index 74931e9c03b0fe4952ef7d563f85adfe63385a54..97f1714ee2b7d0a21ac879930ce7665b37268555 100755 --- a/testsuite/expect/test6.12 +++ b/testsuite/expect/test6.12 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.2 b/testsuite/expect/test6.2 index 00489d2f509eaa0937657b1bb7b92724561343f5..2e8be2464ebda9798c79ac77d2009107fb04a070 100755 --- a/testsuite/expect/test6.2 +++ b/testsuite/expect/test6.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.3 b/testsuite/expect/test6.3 index ba61cd14ba58462e4b23d6fc1de346a7c9958add..b09fe384f209c9e2e165b96daa1bf2e721ffcb5e 100755 --- a/testsuite/expect/test6.3 +++ b/testsuite/expect/test6.3 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.4 b/testsuite/expect/test6.4 index e3e3a6f83ae0a6a778d86868e8702b60f8f2c59f..de9d5e1516f7b4370c247a5146db23bf5e4e3e38 100755 --- a/testsuite/expect/test6.4 +++ b/testsuite/expect/test6.4 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.5 b/testsuite/expect/test6.5 index 925eef2afd4a33142a2de6ea73253e211b639b44..e8d43b55c0afaa2aa1b61640160a08369ffad6b4 100755 --- a/testsuite/expect/test6.5 +++ b/testsuite/expect/test6.5 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.6 b/testsuite/expect/test6.6 index 27dc6a0d2eb159e0db1db3a9f344c7a6464c7dc2..3bff7d582361311c23fe63d88c4c16c33cde5835 100755 --- a/testsuite/expect/test6.6 +++ b/testsuite/expect/test6.6 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.7 b/testsuite/expect/test6.7 index bef9a02a2fac95614b0fdce450f5fee641d6ba17..83e2219070aee0e3026c4c9e2fbdbf1ae79e38af 100755 --- a/testsuite/expect/test6.7 +++ b/testsuite/expect/test6.7 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.8 b/testsuite/expect/test6.8 index b4caee4f66e5d34f7fe6862a817d74cde0c47fcb..5d087e095a94f71029518022fe079b64ab5be406 100755 --- a/testsuite/expect/test6.8 +++ b/testsuite/expect/test6.8 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test6.9 b/testsuite/expect/test6.9 index 26ba9058f0d43aeda57bc15dab5c4dc7772fcda3..286a568c2b7eeae74fd2f97a64bc72b7ce77527e 100755 --- a/testsuite/expect/test6.9 +++ b/testsuite/expect/test6.9 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test7.1 b/testsuite/expect/test7.1 index 33a806e646cc38f7e4e23b7c3ad9af0586f588f0..2258024e1bd983210a4445daede960a04a5ca36d 100755 --- a/testsuite/expect/test7.1 +++ b/testsuite/expect/test7.1 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test7.2 b/testsuite/expect/test7.2 index 3d39521a8c41c594c363baec75b6828e11252ac5..5350e9e6083526e3275d04308a8772f4980e5636 100755 --- a/testsuite/expect/test7.2 +++ b/testsuite/expect/test7.2 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test7.2.prog.c b/testsuite/expect/test7.2.prog.c index a73c636b3facc187faceceb826358754ebcd602c..507a8fefdaa6228f1b8ad790cd4b8b2e0fe19a4a 100644 --- a/testsuite/expect/test7.2.prog.c +++ b/testsuite/expect/test7.2.prog.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> #include <stdlib.h> diff --git a/testsuite/expect/test7.3 b/testsuite/expect/test7.3 index cc4db69e5f4ed300ce51641f2607f7edaa9a06ab..90c9b6c94efb3702bd643ba032a1d8d0654f68d5 100755 --- a/testsuite/expect/test7.3 +++ b/testsuite/expect/test7.3 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test7.3.io.c b/testsuite/expect/test7.3.io.c index 9f588891ac2f6d69682d7f05410d02977f88a9dc..277805522038389f2366b499b9c953dd78d85041 100644 --- a/testsuite/expect/test7.3.io.c +++ b/testsuite/expect/test7.3.io.c @@ -24,7 +24,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> #include <stdio.h> diff --git a/testsuite/expect/test7.3.prog.c b/testsuite/expect/test7.3.prog.c index 8814bdfe208a5c3227b477a69a771d18888aa933..0762a7948b26e3ea8cf7711b8459edd57e144828 100644 --- a/testsuite/expect/test7.3.prog.c +++ b/testsuite/expect/test7.3.prog.c @@ -23,7 +23,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <signal.h> #include <stdio.h> diff --git a/testsuite/expect/test7.4 b/testsuite/expect/test7.4 index 529ff8328a2467facd71e97d49b5805fb77c6d2b..de921a4ce5ec1cec90f7e9cc1e00a84906d37f49 100755 --- a/testsuite/expect/test7.4 +++ b/testsuite/expect/test7.4 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test7.4.prog.c b/testsuite/expect/test7.4.prog.c index 88927e780da967cbca81987a27af9ff70b9c2ea0..a3656bafaa8b6e0756251977ae4c05598618036a 100644 --- a/testsuite/expect/test7.4.prog.c +++ b/testsuite/expect/test7.4.prog.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/testsuite/expect/test8.1 b/testsuite/expect/test8.1 index 3f4660298eecbda273fad3a74dd4a82d5aa3ae6b..0aa288065a0f5b2bbe35a07f486c87702317d4df 100755 --- a/testsuite/expect/test8.1 +++ b/testsuite/expect/test8.1 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test8.2 b/testsuite/expect/test8.2 index 2e01da1f6c29d5ac2395b79098b8748a5f0bfef0..70451d5d2a0a2919d6efdc279c9d7f318983d6c2 100755 --- a/testsuite/expect/test8.2 +++ b/testsuite/expect/test8.2 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test8.3 b/testsuite/expect/test8.3 index 907dcf5248dbd80ad731935e8d4f49d5fa5bc835..85659c04446b53f3bf88eda74fd964c9eb3804ef 100755 --- a/testsuite/expect/test8.3 +++ b/testsuite/expect/test8.3 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test8.4 b/testsuite/expect/test8.4 index a52fce671ae8fd534fb3ab8a60cade626abbb136..dc1167976c5aee6f3f08f0c94ebd6971f4bd1747 100755 --- a/testsuite/expect/test8.4 +++ b/testsuite/expect/test8.4 @@ -31,7 +31,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test8.4.prog.c b/testsuite/expect/test8.4.prog.c index 9a2ffd9c24a951a59d255b3f899a7be25b4d9086..64a0de0909a321c78b9dd5130e261ddcd579494b 100644 --- a/testsuite/expect/test8.4.prog.c +++ b/testsuite/expect/test8.4.prog.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <stdio.h> diff --git a/testsuite/expect/test9.1 b/testsuite/expect/test9.1 index 708c394369763d41ccf737cdd206e9a33e541596..59ffe2073da9c467ca96a50ec3aecc5436e20a0a 100755 --- a/testsuite/expect/test9.1 +++ b/testsuite/expect/test9.1 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.2 b/testsuite/expect/test9.2 index 57bbe7c9b05098e1e4629367aec61f8667f92d6c..05ed5beadc0069725f4120f0d4677337886e9c99 100755 --- a/testsuite/expect/test9.2 +++ b/testsuite/expect/test9.2 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.3 b/testsuite/expect/test9.3 index 3043416fba87ebc444ce09e312b2f3f92b512935..20ecdcf720714eae3a6663394570f81e2447a902 100755 --- a/testsuite/expect/test9.3 +++ b/testsuite/expect/test9.3 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.4 b/testsuite/expect/test9.4 index 507308aaa1dc6ca74a91e3df3ae7346c535d7ee5..6d02fe7b8e395994117e5acbdc54417c8da36d39 100755 --- a/testsuite/expect/test9.4 +++ b/testsuite/expect/test9.4 @@ -33,7 +33,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.5 b/testsuite/expect/test9.5 index a4e0efe1a451b3e4b0f89c2e16b3f8c463bc436f..0faaa3d5ca47173113ff6b2f3cadb47d98b1253d 100755 --- a/testsuite/expect/test9.5 +++ b/testsuite/expect/test9.5 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.6 b/testsuite/expect/test9.6 index adbf73b7347fb77520e6cfb3c29793052fd413e8..26d8bd3fa2a14a15fa1e8efe82ead2a0e7537f80 100755 --- a/testsuite/expect/test9.6 +++ b/testsuite/expect/test9.6 @@ -29,7 +29,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.7 b/testsuite/expect/test9.7 index bda321e22f74dc7f8d168ef9c0af56c48819547b..3f1dfb4cf14774b4ff16a5363e8dc5b2d17657cc 100755 --- a/testsuite/expect/test9.7 +++ b/testsuite/expect/test9.7 @@ -27,7 +27,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/test9.7.bash b/testsuite/expect/test9.7.bash index 54c586b72019cefb384c09cde43d652ad37d2657..25dfb8198ba3999bd50f321d8c6a8dc8a8c377ae 100755 --- a/testsuite/expect/test9.7.bash +++ b/testsuite/expect/test9.7.bash @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ if [ $# -gt 0 ]; then exec1=$1 diff --git a/testsuite/expect/test9.8 b/testsuite/expect/test9.8 index 01f4624e978c81eacc0878cc6232f9b5cca062e8..050de25854d23db344f9c112727b164065e9d46e 100755 --- a/testsuite/expect/test9.8 +++ b/testsuite/expect/test9.8 @@ -30,7 +30,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ source ./globals diff --git a/testsuite/expect/usleep b/testsuite/expect/usleep index 74be95c0bf30dcb2dc3565d40aed836612b054e2..70ce619afe6ae0c680df76d1b63be5a06e2041d4 100755 --- a/testsuite/expect/usleep +++ b/testsuite/expect/usleep @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU General Public License along # with SLURM; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ############################################################################ # # Read command line options diff --git a/testsuite/slurm_unit/api/manual/allocate-tst.c b/testsuite/slurm_unit/api/manual/allocate-tst.c index 79fb2598e49b0e2d8c2d7abad3692dcf26c73b6c..6996e42964b2d9e16d6dd3d4d9a4bccaec955a91 100644 --- a/testsuite/slurm_unit/api/manual/allocate-tst.c +++ b/testsuite/slurm_unit/api/manual/allocate-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/cancel-tst.c b/testsuite/slurm_unit/api/manual/cancel-tst.c index 2cd64fc4825c18ddaace54324be23763994f4069..24cd3b37896bd36d97c573f9fc14b9d9959a2e3c 100644 --- a/testsuite/slurm_unit/api/manual/cancel-tst.c +++ b/testsuite/slurm_unit/api/manual/cancel-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/complete-tst.c b/testsuite/slurm_unit/api/manual/complete-tst.c index 1e30b3c0c1c9533d8fdd2621f8130099bc73a8ad..d9a94a2badccde9ee96c8d94f9a0ef202089b64d 100644 --- a/testsuite/slurm_unit/api/manual/complete-tst.c +++ b/testsuite/slurm_unit/api/manual/complete-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/job_info-tst.c b/testsuite/slurm_unit/api/manual/job_info-tst.c index 93afa0ec425a95e49c54926574abbcae6c0fe437..ce38cb6b3d677d9246fc8b88ce48801e4c22ffb4 100644 --- a/testsuite/slurm_unit/api/manual/job_info-tst.c +++ b/testsuite/slurm_unit/api/manual/job_info-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ diff --git a/testsuite/slurm_unit/api/manual/node_info-tst.c b/testsuite/slurm_unit/api/manual/node_info-tst.c index 6342cec967cefac53a8500eeaba07c86a314ce9a..4e121f0be10d0148627d53aed180e7921e1706a0 100644 --- a/testsuite/slurm_unit/api/manual/node_info-tst.c +++ b/testsuite/slurm_unit/api/manual/node_info-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/partition_info-tst.c b/testsuite/slurm_unit/api/manual/partition_info-tst.c index ba701a163bce1f595ccb0b908830e703940a2ba3..d3341bd6409127675b46fdebb81890b130d2c442 100644 --- a/testsuite/slurm_unit/api/manual/partition_info-tst.c +++ b/testsuite/slurm_unit/api/manual/partition_info-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/reconfigure-tst.c b/testsuite/slurm_unit/api/manual/reconfigure-tst.c index 60fd237701c86807d0fa7b49d450484817a9bc6b..9a1bdec472ed6a77f401cb5552b8218cf368912e 100644 --- a/testsuite/slurm_unit/api/manual/reconfigure-tst.c +++ b/testsuite/slurm_unit/api/manual/reconfigure-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/submit-tst.c b/testsuite/slurm_unit/api/manual/submit-tst.c index 61e8b4f88d7246673cd801865dbb5a146e6a7a03..fb4cfd8925a6c553728cdf3574ff465bddeebf1e 100644 --- a/testsuite/slurm_unit/api/manual/submit-tst.c +++ b/testsuite/slurm_unit/api/manual/submit-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h> diff --git a/testsuite/slurm_unit/api/manual/update_config-tst.c b/testsuite/slurm_unit/api/manual/update_config-tst.c index bb9418c92449eca839911c8b38977327af6e5e3c..428f19edde634f9dae8546ee06b35d2d7d074eed 100644 --- a/testsuite/slurm_unit/api/manual/update_config-tst.c +++ b/testsuite/slurm_unit/api/manual/update_config-tst.c @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License along * with SLURM; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #include <errno.h>