]> err.no Git - util-linux/commitdiff
tests: add license notices, change from gplv2-only to gplv2-or-later
authorKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2007 12:43:49 +0000 (14:43 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Jul 2007 12:31:14 +0000 (14:31 +0200)
The previous "gplv2-only" was copy&past mistake. This re-licensing is
correct -- there is not any other contributor to this code.

Signed-off-by: Karel Zak <kzak@redhat.com>
37 files changed:
tests/functions.sh
tests/helpers/mnt_test_sysinfo.c
tests/run.sh
tests/ts-cal-1
tests/ts-cal-3
tests/ts-cal-y
tests/ts-col-multibyte
tests/ts-cramfs-mkfs
tests/ts-fstab-devname
tests/ts-fstab-devname2label
tests/ts-fstab-devname2uuid
tests/ts-fstab-label
tests/ts-fstab-label2devname
tests/ts-fstab-label2uuid
tests/ts-fstab-symlink
tests/ts-fstab-uuid
tests/ts-fstab-uuid2devname
tests/ts-fstab-uuid2label
tests/ts-hwclock-systohc
tests/ts-ipcs-headers
tests/ts-ipcs-limits
tests/ts-ipcs-limits2
tests/ts-ipcs.sh
tests/ts-login-checktty
tests/ts-look-separator
tests/ts-mount-devname
tests/ts-mount-label
tests/ts-mount-move
tests/ts-mount-mtablock
tests/ts-mount-paths
tests/ts-mount-remount
tests/ts-mount-special
tests/ts-mount-uuid
tests/ts-namei-logic
tests/ts-swapon-devname
tests/ts-swapon-label
tests/ts-swapon-uuid

index 11a1ae5d937c881c74fadbef49d7c8c8c3c1c93d..3b10e1af5e1435bcdbdbf9efb7995329227ee55a 100644 (file)
@@ -1,3 +1,18 @@
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 
 TS_OUTDIR="output"
 TS_DIFFDIR="diff"
index 980f14c7231dc9dea4c1d0e3292e1184a3b5723f..b817d04ee1c5683b6042624724aeafe26fa0b10c 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+ *
+ * This file is part of util-linux-ng.
+ *
+ * This file 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 file 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.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
index a731cc1b3c011b477daea1d6a5b6f2948ca961b9..795df907571471f9e107f048ee67633f351f15c0 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 
 echo
index 14aa269f518a57aaa4138444ff991ec6790c13d8..414cc831c69f5cc89e3206eb633f6a5ff22ba4ee 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 6a6ad89d54499ba803a4c53ee1cf67127972d716..877c194e7247460c9d861c788b81f45def130803 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index e70eb152054d2bb228ae137193dda916ebd4ff1a..4a18445d313e7eb087c057213126eb510f3c8269 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index cc478df04761abf0c75664a3eb6f0162a9f35042..357d7f1504c689ff4533a9fa072ca37f653d51f7 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index 173838263f3b2908993cc2e6de83de8f3b604628..affe38d1e822bca813d35c83a7fbadf442f4d141 100755 (executable)
@@ -7,16 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-# Test cramfs
-
 . ./commands.sh
 . ./functions.sh
 
index 20fe24f2dc5b2fb68595cb543c976fc8fdd9c620..68bb21cfd28019d37aa708e0943a552143c18d2a 100755 (executable)
@@ -7,16 +7,22 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
+<<<<<<< HEAD:tests/ts-fstab-devname
 
 . ./commands.sh
 . ./functions.sh
+=======
+. commands.sh
+. functions.sh
+>>>>>>> tests: add license notices, change from gplv2-only to gplv2-or-later:tests/ts-fstab-devname
 
 TS_COMPONENT="fstab"
 TS_DESC="devname"
index 40d83e014649d72a03782b60677b2e36d900ed8e..307c92426fbf4a92b65f61be49af0195ca926159 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by devname -- with an LABEL in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index ead5793fd34bdb009502c22b4cd3fb3c9c7f7926..96bb7d863bda77cc74db111975ba1c4362600669 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by devname -- with an UUID in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index 97b0684490b798022e337a4a813c55c8361f2076..bd1eb8670679ccc0e45dc655936b9081fd038538 100755 (executable)
@@ -1,20 +1,20 @@
 #!/bin/bash
 
-# 
+#
 # Copyright (C) 2007 Karel Zak <kzak@redhat.com>
-# 
+#
 # This file is part of util-linux-ng.
-# 
+#
 # This file 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.
-# 
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 788b755df825b3d90e62120feb5ac7cf79ca6271..13f7a2cd9f1d88626b131a50db5c2719be3d7ffc 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by LABEL -- with an devname in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index 1635b15ac8ca5422c376061eb2fe763c64f1c78a..a6270de5b21627491661e390b5b3d2493ee49bd7 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by LABEL -- with an UUID in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index ab0573b1ff3737f68caac6a02d06c771458ebed2..a07681f973151e1a6b5c40fa7c4e3613747f58e4 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 37e14d77a116763314daadfbb120e5861ff4b5dd..98e35e215b3ae1cd72bde58370b9c8a04f669af9 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index ba3c6d7f37b61c4142879da3e949042e28ec2782..91495f955b842a8d19adc7249db54f72716de978 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by UUID -- with an devname in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index b82c77651d197336c2399ece09f63cff2c24baff..216a4a960189b274e33e0fb1796b1ba40ec631f4 100755 (executable)
@@ -7,18 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-#
-# mount by UUID -- with an LABEL in fstab
-#
-
 . ./commands.sh
 . ./functions.sh
 
index 56d600b72c129f0d1d2af34eea689c45781fe793..3ae4fe1b8d8e81c8ddf51c282a6586a857426c70 100755 (executable)
@@ -7,16 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
-# Test cramfs
-
 . ./commands.sh
 . ./functions.sh
 
index f8dca77cd1090ff006068b285d2d30a5c43d794f..8a391d0c9019508a377b23f1d1adcc4671f51390 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index a6dcb93ea3a609de781f0e929035b6968c61f251..ce760c382c500f26d52c5889935210ffa298f2cc 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index 4ac0d6bf2b0bc66198241c1890fb171209ce09df..f539e8a6e9afcb94fbe3175ac3bcbd1724707484 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index ff0fc717ed1b91e14bd5065e8c2de2f64833b194..09790a4e446921d87ca59cb4988126a957b98e1e 100644 (file)
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
+
 PAGE_SIZE=$($TS_HELPER_SYSINFO pagesize)
 
 # kernel files
index 8f375fb73e7885a1e587e42b6531cdded535c54c..a5a132799263550354e37826a3f093d1d6e124a1 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index dfd1bb6d4fac7625be64510c576056ef8c34693e..81e66ea2fdf852499bf3a33845de999ee33457bd 100755 (executable)
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
+
 #
 # WARNING: the look command expects that the /usr/share/dict/words uses
 #          directory order!
index 2d96ea7404ade5650258ca34ba2c7366d45c5c26..e2c06ba487112afa267380613f3800630701f1e2 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 39afd7e78ef71caf8db60378b7c07302ebff5a23..2d33a898a2073a6b4e5760d3a2b7e5ad306edf0c 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index badc583395449ab84331aceb0f1512b5fff7e5d0..7e57992150af3938380d0d0af9a9525a8d3f625c 100755 (executable)
@@ -1,9 +1,20 @@
 #!/bin/bash
 
 #
-# test for mount --move and --bind
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 35bbda0923630e218ccdc9f95b58260c9928ad13..b2f989ed9b00612d9ed89991003f13ee56037e7b 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index 2a9b63a26c4f2b885876d794761d8b7b6c7407a4..d77e87b67bb4b89f00151a8daba561a3b015821e 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index 7ed344791b6daec62f45e75a6a922fa8c71d402b..348351fdb64686e026211809abb221568eb8e2f3 100755 (executable)
@@ -1,7 +1,19 @@
 #!/bin/bash
 
 #
-# test for mount -o remount,ro
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
 #
 . ./commands.sh
 . ./functions.sh
index 0e5206fa33fab686e30411ad3d8c305934c0b991..88b9d91deb77721cb07dd0c5291de04aebd65df7 100755 (executable)
@@ -1,9 +1,20 @@
 #!/bin/bash
 
 #
-# test for /sbin/mount.<type> suuport
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 84dbe05a619b396b153cbfaeb10eb3707947a94e..b96b0ddb5448bf975c2bfb76d2561b25a6e9b758 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 2afdb3904a76bdc29a290d3e4f0bb8fd40c7b9d2..5ef8369ce92360d25e3891b9f4c9d51c35d2fe0c 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# This file is part of util-linux-ng.
+#
+# This file 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 file 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.
+#
 . ./commands.sh
 . ./functions.sh
 
index 4ec540d8da4168cdc821852919e36f57b8e752ec..8d3bac6ed6542da2e8c59deba1f845a8b49cc390 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 0706ee9ebd97a2172a9ad888494c9c4a8d6b8f7b..511d4f1a5cf6b4406bbead687e074f9c4d6cb80b 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh
 
index 30f5021041ba6901f91d8cd858db486aa75f2ac3..a6428a63e4dc4bfdf6bcf512d002f2e4440e275b 100755 (executable)
@@ -7,14 +7,14 @@
 #
 # This file 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.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
 # This file 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.
 #
-
 . ./commands.sh
 . ./functions.sh