diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-01 20:25:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-01 20:25:23 +0000 |
commit | fbd9c922b4a90e36fb202fad9ade845bf0276046 (patch) | |
tree | 822fff2b3c526110b2b255b12cb72d80b114222c /tests/cp | |
parent | 2d87c8508a9499b789ba10d02195bf9fe0a6cc08 (diff) | |
download | coreutils-fbd9c922b4a90e36fb202fad9ade845bf0276046.tar.xz |
.
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 89f7e03b6..0ef09c1bb 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/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 |