]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: add a few copyrights; remove obsolete README file
authorJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 10:02:24 +0000 (11:02 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 13:06:48 +0000 (14:06 +0100)
* tests/README: Remove long-obsolete file.
* tests/Makefile.am (EXTRA_DIST): Remove README.
* tests/misc/truncate-dir-fail: Add copyright comment.
* tests/misc/selinux: Likewise.
* tests/misc/chcon: Likewise.
* tests/misc/chcon-fail: Likewise.
* tests/sample-test: Use only 2010 in this list.

tests/Makefile.am
tests/README [deleted file]
tests/misc/chcon
tests/misc/chcon-fail
tests/misc/selinux
tests/misc/truncate-dir-fail
tests/sample-test

index 33b9df46875ec9e048bae2639205f02c836c8321..85503cc18ccd9ee92b4c6b7be274dfd5c765d17a 100644 (file)
@@ -8,7 +8,6 @@ ASSORT = LC_ALL=C sort
 EXTRA_DIST =           \
   Coreutils.pm         \
   CuTmpdir.pm          \
-  README               \
   check.mk             \
   envvar-check         \
   lang-default         \
diff --git a/tests/README b/tests/README
deleted file mode 100644 (file)
index 58b11b4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-A note about Makefile.am.in.
-It is used (usually only by the maintainer) to generate some of the
-Makefile.am files in these subdirectories.
index 417163d27be57fd79dc61c1c4e02fdc73e86c79b..72961b07765c88865ff97035c6f8da83b41306a1 100755 (executable)
@@ -1,6 +1,21 @@
 #!/bin/sh
 # exercise chcon
 
+# Copyright (C) 2007-2010 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 3 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, see <http://www.gnu.org/licenses/>.
+
 if test "$VERBOSE" = yes; then
   set -x
   chcon --version
index 148549a87720f7bdc334f0171db092242f4d9349..e099256d04f01b1fcd32bb698403791848469df2 100755 (executable)
@@ -2,6 +2,21 @@
 # Ensure that chcon fails when it should.
 # These tests don't use any actual SE Linux syscalls.
 
+# Copyright (C) 2007-2010 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 3 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, see <http://www.gnu.org/licenses/>.
+
 if test "$VERBOSE" = yes; then
   set -x
   chcon --version
index a56ad0612a7547d2b11aafe3d979050792992438..3729024fa12312cc91b7b02445f21a98ac3fca76 100755 (executable)
@@ -1,6 +1,21 @@
 #!/bin/sh
 # Test SELinux-related options.
 
+# Copyright (C) 2007-2010 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 3 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, see <http://www.gnu.org/licenses/>.
+
 if test "$VERBOSE" = yes; then
   set -x
   chcon --version
index d1a67e4ba557a8f0a619ef4121c630116c94ac99..d2ecf2fe6b0aa886cf73a272d77ba1a4131da2d9 100755 (executable)
@@ -1,6 +1,21 @@
 #!/bin/sh
 # Make sure truncate fails for a directory.
 
+# Copyright (C) 2008-2010 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 3 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, see <http://www.gnu.org/licenses/>.
+
 if test "$VERBOSE" = yes; then
   set -x
   truncate --version
index 0bcc2efbb53543a54455cd2afc3816278bd4a908..85a61cf540a7b10ff831b947ebe06a1c07e43dc1 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # FIXME
 
-# Copyright (C) 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2010 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