summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-15 03:43:36 +0000
committerJim Meyering <jim@meyering.net>1996-07-15 03:43:36 +0000
commit5d08444ebcbd08cd195e1d9f52937a862c92efaa (patch)
tree89f3aa1226390d8e7a625d8ed652df2fee6ecd17
parent6d8337bfc808cddc275899c03482eceb6aff8547 (diff)
downloadgnulib-5d08444ebcbd08cd195e1d9f52937a862c92efaa.tar.gz
update FSF address in copyright
-rw-r--r--lib/canon-host.c4
-rw-r--r--lib/gethostname.c8
-rw-r--r--lib/getugroups.c4
-rw-r--r--lib/getusershell.c4
-rw-r--r--lib/putenv.c4
-rw-r--r--lib/readtokens.c4
-rw-r--r--lib/stime.c8
-rw-r--r--lib/strcspn.c4
-rw-r--r--lib/xgethostname.c4
9 files changed, 26 insertions, 18 deletions
diff --git a/lib/canon-host.c b/lib/canon-host.c
index c70f4aa03a..0096aca291 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 fe78dbb4a4..e37e72189b 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 98e752609b..c80207161c 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 d3158d3b99..f11bde61df 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 b39fb64821..a7060506c9 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 f4c6c2071e..ccd8f4b653 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 e647953872..1756110e33 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 3cee66424c..d174330d9c 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 216e78be49..cd74aa7cec 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 */