diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-14 16:04:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-14 16:04:48 +0000 |
commit | cc76a774e3e4ade1461141828b1c43f03b8e1d05 (patch) | |
tree | 91a0e420eccd2dce98c75c57089b4edcca8b4287 /tests/wc | |
parent | 9aef26e3d0b93d29c3ada008438bde5fee41a788 (diff) | |
download | coreutils-cc76a774e3e4ade1461141828b1c43f03b8e1d05.tar.xz |
.
Diffstat (limited to 'tests/wc')
-rw-r--r-- | tests/wc/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index dad6b9175..f7dfeff4c 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -1,8 +1,14 @@ -# Makefile.in generated automatically by automake 1.2 from Makefile.am +# Makefile.in generated automatically by automake 1.2a from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. SHELL = /bin/sh |