diff --git a/COPYING b/COPYING
index 617ea1d78060886e525dcf1b4dd43e824355ef03..0fd4db48e4eea5368217c6899bcb9bc2dede0642 100644
--- a/COPYING
+++ b/COPYING
@@ -1,19 +1,19 @@
-                         SLURM LICENSE AGREEMENT
+			 SLURM LICENSE AGREEMENT
 
-All SLURM code and documentation is available under the GNU General Public 
-License. Some tools in the "contribs" directory have other licenses. See 
-the documentation for individual contributed tools for details. 
+All Slurm code and documentation is available under the GNU General Public
+License. Some tools in the "contribs" directory have other licenses. See
+the documentation for individual contributed tools for details.
 
-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 
+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 the program, then 
-also delete it here.  
+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 the program, then
+also delete it here.
 
 NO WARRANTY: Because the program is licensed free of charge, there is no
 warranty for the program. See section 11 below for full details.
@@ -30,19 +30,19 @@ DE-AC52-07NA27344.
 
 Disclaimer
 
-This work was sponsored by an agency of the United States government. 
-Neither the United States Government nor Lawrence Livermore National 
-Security, LLC, nor any of their employees, makes any warranty, express 
-or implied, or assumes any liability or responsibility for the accuracy, 
-completeness, or usefulness of any information, apparatus, product, or 
+This work was sponsored by an agency of the United States government.
+Neither the United States Government nor Lawrence Livermore National
+Security, LLC, nor any of their employees, makes any warranty, express
+or implied, or assumes any liability or responsibility for the accuracy,
+completeness, or usefulness of any information, apparatus, product, or
 process disclosed, or represents that its use would not infringe privately
-owned rights. References herein to any specific commercial products, process, 
+owned rights. References herein to any specific commercial products, process,
 or services by trade names, trademark, manufacturer or otherwise does not
 necessarily constitute or imply its endorsement, recommendation, or
 favoring by the United States Government or the Lawrence Livermore National
-Security, LLC. The views and opinions of authors expressed herein do not 
-necessarily state or reflect those of the United States government or 
-Lawrence Livermore National Security, LLC, and shall not be used for 
+Security, LLC. The views and opinions of authors expressed herein do not
+necessarily state or reflect those of the United States government or
+Lawrence Livermore National Security, LLC, and shall not be used for
 advertising or product endorsement purposes.
 
 =============================================================================
diff --git a/NEWS b/NEWS
index 356c61e3a90fb2cc87a6071e6af1d615bbca1f9e..3c94fda66ff55a98f09baf87a6c93bc8bd015650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This file describes changes in recent versions of SLURM. It primarily
+This file describes changes in recent versions of Slurm. It primarily
 documents those changes that are of interest to users and admins.
 
 * Changes in Slurm 14.03.0pre7
diff --git a/README.rst b/README.rst
index 3e41922769b65c2bf38da422e892711c40cfac6c..e391919072e74115842630f7e1c9a3525492c64e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
-SLURM:  the Simple Linux Utility for Resource Management
+Slurm Workload Manager
 --------------------------------------------------------
 
-This is SLURM, the Simple Linux Utility for Resource Management. SLURM
+This is the Slurm Workload Manager. Slurm
 is an open-source cluster resource management and job scheduling system
 that strives to be simple, scalable, portable, fault-tolerant, and
 interconnect agnostic. SLURM currently has been tested only under Linux.
@@ -14,12 +14,12 @@ monitoring work (normally a parallel job) on the set of allocated
 nodes. Finally, it arbitrates conflicting requests for resources by
 managing a queue of pending work.
 
-SLURM is provided "as is" and with no warranty. This software is
+Slurm is provided "as is" and with no warranty. This software is
 distributed under the GNU General Public License, please see the files
 COPYING, DISCLAIMER, and LICENSE.OpenSSL for details.
 
 This README presents an introduction to compiling, installing, and
-using SLURM.
+using Slurm.
 
 
 SOURCE DISTRIBUTION HIERARCHY
@@ -27,51 +27,51 @@ SOURCE DISTRIBUTION HIERARCHY
 
 The top-level distribution directory contains this README as well as
 other high-level documentation files, and the scripts used to configure
-and build SLURM (see INSTALL). Subdirectories contain the source-code
-for SLURM as well as a DejaGNU test suite and further documentation. A
-quick description of the subdirectories of the SLURM distribution follows:
+and build Slurm (see INSTALL). Subdirectories contain the source-code
+for Slurm as well as a DejaGNU test suite and further documentation. A
+quick description of the subdirectories of the Slurm distribution follows:
 
-  src/        [ SLURM source ]
-     SLURM source code is further organized into self explanatory 
+  src/        [ Slurm source ]
+     Slurm source code is further organized into self explanatory
      subdirectories such as src/api, src/slurmctld, etc.
 
-  doc/        [ SLURM documentation ]
+  doc/        [ Slurm documentation ]
      The documentation directory contains some latex, html, and ascii
-     text papers, READMEs, and guides. Manual pages for the SLURM
+     text papers, READMEs, and guides. Manual pages for the Slurm
      commands and configuration files are also under the doc/ directory.
 
-  etc/        [ SLURM configuration ] 
+  etc/        [ Slurm configuration ]
      The etc/ directory contains a sample config file, as well as
-     some scripts useful for running SLURM.
+     some scripts useful for running Slurm.
 
-  slurm/      [ SLURM include files ]
+  slurm/      [ Slurm include files ]
      This directory contains installed include files, such as slurm.h
-     and slurm_errno.h, needed for compiling against the SLURM API.
+     and slurm_errno.h, needed for compiling against the Slurm API.
 
-  testsuite/  [ SLURM test suite ]
-     The testsuite directory contains the framework for a set of 
-     DejaGNU and "make check" type tests for SLURM components.
+  testsuite/  [ Slurm test suite ]
+     The testsuite directory contains the framework for a set of
+     DejaGNU and "make check" type tests for Slurm components.
      There is also an extensive collection of Expect scripts.
 
   auxdir/     [ autotools directory ]
      Directory for autotools scripts and files used to configure and
-     build SLURM
-  
-  contribs/   [ helpful tools outside of SLURM proper ]
+     build Slurm
+
+  contribs/   [ helpful tools outside of Slurm proper ]
      Directory for anything that is outside of slurm proper such as a
-     different api or such.  To have this build you need to do a 
+     different api or such.  To have this build you need to do a
      make contrib/install-contrib.
 
 COMPILING AND INSTALLING THE DISTRIBUTION
 -----------------------------------------
 
-Please see the instructions at 
+Please see the instructions at
   http://slurm.schedmd.com/quickstart_admin.html
-Extensive documentation is available from our home page at 
+Extensive documentation is available from our home page at
   http://slurm.schedmd.com/slurm.html
 
 PROBLEMS
 --------
 
-If you experience problems compiling, installing, or running SLURM, see
+If you experience problems compiling, installing, or running Slurm, see
    http://slurm.schedmd.com/help.html
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 257398cdd65b4d1287f78607119d06027b8c02b5..82f62682ab79b35bc79d92671ce91a6af9acf7a8 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -3,8 +3,8 @@ RELEASE NOTES FOR SLURM VERSION 14.03
 
 
 IMPORTANT NOTE:
-If using the slurmdbd (SLURM DataBase Daemon) you must update this first.
-The 14.03 slurmdbd will work with SLURM daemons of version 2.5 and above.
+If using the slurmdbd (Slurm DataBase Daemon) you must update this first.
+The 14.03 slurmdbd will work with Slurm daemons of version 2.5 and above.
 You will not need to update all clusters at the same time, but it is very
 important to update slurmdbd first and having it running before updating
 any other clusters making use of it.  No real harm will come from updating
@@ -18,9 +18,9 @@ innodb_buffer_pool_size=64M
 under the [mysqld] reference in the my.cnf file and restarting the mysqld.
 This is needed when converting large tables over to the new database schema.
 
-SLURM can be upgraded from version 2.5 or 2.6 to version 14.03 without loss of
+Slurm can be upgraded from version 2.5 or 2.6 to version 14.03 without loss of
 jobs or other state information. Upgrading directly from an earlier version of
-SLURM will result in loss of state information.
+Slurm will result in loss of state information.
 
 
 HIGHLIGHTS