summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-11 09:24:28 +0000
committerJim Meyering <jim@meyering.net>1998-04-11 09:24:28 +0000
commitdddfcab3b3329257dd1d4859db8dbee2f20445e8 (patch)
tree31291e778fcab3e3871b164c74aaf1da4515fbaa /src
parent00ea94587fb469e6a998ec47e0d50be992299f2d (diff)
downloadcoreutils-dddfcab3b3329257dd1d4859db8dbee2f20445e8.tar.xz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/wc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wc.c b/src/wc.c
index 577c71dc7..aef35570f 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -1,5 +1,5 @@
/* wc - print the number of bytes, words, and lines in files
- Copyright (C) 85, 91, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 85, 91, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 Paul Rubin, phr@ocf.berkeley.edu
and David MacKenzie, djm@gnu.ai.mit.edu. */