diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-15 03:43:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-15 03:43:36 +0000 |
commit | 6014da9e30cdc2675c0beb19afb32f47fe4b2c8f (patch) | |
tree | 78cd2903fd3095e3d16325578c6077c39933e644 | |
parent | e5e6e34ead93c7669133186a0b7a6fc7ba603884 (diff) | |
download | coreutils-6014da9e30cdc2675c0beb19afb32f47fe4b2c8f.tar.xz |
update FSF address in copyright
-rw-r--r-- | lib/canon-host.c | 4 | ||||
-rw-r--r-- | lib/gethostname.c | 8 | ||||
-rw-r--r-- | lib/getugroups.c | 4 | ||||
-rw-r--r-- | lib/getusershell.c | 4 | ||||
-rw-r--r-- | lib/putenv.c | 4 | ||||
-rw-r--r-- | lib/readtokens.c | 4 | ||||
-rw-r--r-- | lib/stime.c | 8 | ||||
-rw-r--r-- | lib/strcspn.c | 4 | ||||
-rw-r--r-- | lib/xgethostname.c | 4 |
9 files changed, 26 insertions, 18 deletions
diff --git a/lib/canon-host.c b/lib/canon-host.c index c70f4aa03..0096aca29 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -15,8 +15,8 @@ General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/lib/gethostname.c b/lib/gethostname.c index fe78dbb4a..e37e72189 100644 --- a/lib/gethostname.c +++ b/lib/gethostname.c @@ -12,11 +12,15 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* David MacKenzie <djm@gnu.ai.mit.edu> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifdef HAVE_UNAME #include <sys/utsname.h> #endif diff --git a/lib/getugroups.c b/lib/getugroups.c index 98e752609..c80207161 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by David MacKenzie. */ diff --git a/lib/getusershell.c b/lib/getusershell.c index d3158d3b9..f11bde61d 100644 --- a/lib/getusershell.c +++ b/lib/getusershell.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ diff --git a/lib/putenv.c b/lib/putenv.c index b39fb6482..a7060506c 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -15,8 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <errno.h> diff --git a/lib/readtokens.c b/lib/readtokens.c index f4c6c2071..ccd8f4b65 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Jim Meyering. */ diff --git a/lib/stime.c b/lib/stime.c index e64795387..1756110e3 100644 --- a/lib/stime.c +++ b/lib/stime.c @@ -12,11 +12,15 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* David MacKenzie <djm@ai.mit.edu> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <sys/types.h> #include <sys/time.h> diff --git a/lib/strcspn.c b/lib/strcspn.c index 3cee66424..d174330d9 100644 --- a/lib/strcspn.c +++ b/lib/strcspn.c @@ -11,8 +11,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 216e78be4..cd74aa7ce 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Jim Meyering, meyering@comco.com */ |