Add copyright notices to testsuite shell scripts
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 24 Sep 2012 20:58:00 +0000 (20:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 25 Sep 2012 02:48:13 +0000 (02:48 +0000)
ChangeLog
io/ftwtest-sh
localedata/ChangeLog
localedata/sort-test.sh
nptl/ChangeLog
nptl/tst-tls6.sh
posix/globtest.sh
posix/tst-getconf.sh
posix/wordexp-tst.sh
sysdeps/x86_64/tst-xmmymm.sh

index 43ba41935587f65c6b79f9d100c003e12f7b9c07..cb4c0760f8a4abc606c1e001e59edb4b9443fa0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * io/ftwtest-sh: Add copyright header.
+       * posix/globtest.sh: Likewise.
+       * posix/tst-getconf.sh: Likewise.
+       * posix/wordexp-tst.sh: Likewise.
+       * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
+
 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        [BZ #13679]
index 6444ece2a2004bddcb5391edb247153bdab74c1d..8b8abaaa11edbbec95b9ba8f3e95b55bb42ee96e 100644 (file)
@@ -1,4 +1,21 @@
 #! /bin/sh
+# Test for nftw(3).
+# Copyright (C) 1997-2004 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 # The common objpfx, used to find libraries and the dynamic loader.
 objpfx=$1
index 8e37a94a9f119c935795859e4a8cbfdebbe941d7..3723e1baf469840fb3d4972de76a04682432ecfd 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * sort-test.sh: Add copyright header.
+
 2012-09-05  Jeff Law  <law@redhat.com>
 
        [BZ#14510]
index 67de72eef314560bfe9ca5e17fc33b11f8f95444..3abe802e8c42019b22042ce4907c356710a1f156 100644 (file)
@@ -1,4 +1,21 @@
 #! /bin/sh
+# Test collation using xfrm-test.
+# Copyright (C) 1997-2004 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 common_objpfx=$1; shift
 run_program_prefix=$1; shift
index f2fded080654f3b32720b76399d460872ccf1494..aa1c04e95da211d7a0b9b284a8b483c9a9a775b7 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * tst-tls6.sh: Add copyright header.
+
 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86_64/tls.h (THREAD_SETMEM): Add "()" when casting
index 1ae24fc6f0093f06c14ed01855c7e6c232bc1b84..9c334fa8b36583ed053f92d4f8ceb992056f7c0f 100755 (executable)
@@ -1,4 +1,21 @@
-#!/bin/sh
+#! /bin/sh
+# A tls test.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 common_objpfx=$1; shift
 elf_objpfx=$1; shift
index 9b9021d6904cdf517779f14752abb3d1ed73c74b..73f198db2f2750aac2f040608a0311262fcdde82 100755 (executable)
@@ -1,4 +1,21 @@
 #! /bin/bash
+# Test for glob(3).
+# Copyright (C) 1997-2011 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 common_objpfx=$1; shift
 elf_objpfx=$1; shift
index 9630ebf4ef3ba17da633b37723d7f402349515b9..499cd071bdf0324b33de74b06b1ed7a6d918acf5 100644 (file)
@@ -1,4 +1,21 @@
 #! /bin/sh
+# Test for getconf(1).
+# Copyright (C) 2001-2002 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 common_objpfx=$1; shift
 elf_objpfx=$1; shift
index 9654457f5a77f3bc38fad9951fae67b1d895a403..53183e561dbe14a734560beec5d2eb4e51849889 100755 (executable)
@@ -1,4 +1,21 @@
-#!/bin/sh
+#! /bin/sh
+# Test for wordexp(3).
+# Copyright (C) 1998-2000 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 # Some of these tests may look a little weird.
 # The first parameter to wordexp-test is what it gives to wordexp.
index da8af7e686960cca6f8a42d080d4c8093580ac3e..edb58b1e91208dcde5a6357a2cef3a1a53f98a95 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/bash
+# Make sure no code in ld.so uses xmm/ymm registers on x86-64.
+# Copyright (C) 2009 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library 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
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
+
 objpfx="$1"
 
 tmp=$(mktemp ${objpfx}tst-xmmymm.XXXXXX)