diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-17 19:58:17 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-17 19:58:17 +0000 |
commit | 218fa5c61ba2f211b175aa943faa7eea286ff69e (patch) | |
tree | d54a459a9d5016a567e168b385cc3c4670f603ef /tests/general | |
parent | 23f176cae633cc795a8d7a0becb56ba1481f32ba (diff) | |
download | coreutils-218fa5c61ba2f211b175aa943faa7eea286ff69e.tar.xz |
Add/fix copyright notices and adjust to latest GNU FDL.
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/Makefile.am | 2 | ||||
-rw-r--r-- | tests/general/atgeneral.m4 | 2 | ||||
-rw-r--r-- | tests/general/dd.at | 17 |
3 files changed, 19 insertions, 2 deletions
diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index e5679eaa6..4577309c7 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in. ## Makefile for Autoconf testsuite. -## Copyright 2000, 2003 Free Software Foundation, Inc. +## Copyright (C) 2000, 2003 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 diff --git a/tests/general/atgeneral.m4 b/tests/general/atgeneral.m4 index 7751c7ee2..da974ca6c 100644 --- a/tests/general/atgeneral.m4 +++ b/tests/general/atgeneral.m4 @@ -1,6 +1,6 @@ include(m4sh.m4) -*- Autoconf -*- # M4 macros used in building test suites. -# Copyright 2000 Free Software Foundation, Inc. +# Copyright (C) 2000 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 diff --git a/tests/general/dd.at b/tests/general/dd.at index 3be256cab..8978313e7 100644 --- a/tests/general/dd.at +++ b/tests/general/dd.at @@ -1,5 +1,22 @@ # -*- autoconf -*- +# Copyright (C) 2000 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# 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, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + cat <<EOF Executables (autoheader, autoupdate...) |