diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-31 19:12:27 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-18 23:47:10 +0100 |
commit | fab688aa47c86a187bb597aaf838d092cd5edd17 (patch) | |
tree | cbb5fa10db6ce01e2c4e5b8506c6e9adb92fbcf8 /cat/test-virt-filesystems.sh | |
parent | bd9c9e8dce9e93e74790b2ca439cfd9e801de92e (diff) | |
download | libguestfs-fab688aa47c86a187bb597aaf838d092cd5edd17.tar.gz libguestfs-fab688aa47c86a187bb597aaf838d092cd5edd17.tar.xz libguestfs-fab688aa47c86a187bb597aaf838d092cd5edd17.zip |
tests: Attach copyright and license (GPLv2+) notices to various test scripts.
For some reason these tests did not have license notices.
(cherry picked from commit a1d981edeae120a0523d0974c703f1a956202415)
Diffstat (limited to 'cat/test-virt-filesystems.sh')
-rwxr-xr-x | cat/test-virt-filesystems.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cat/test-virt-filesystems.sh b/cat/test-virt-filesystems.sh index e664e1a2..b413bacf 100755 --- a/cat/test-virt-filesystems.sh +++ b/cat/test-virt-filesystems.sh @@ -1,4 +1,20 @@ #!/bin/bash - +# libguestfs +# Copyright (C) 2009-2012 Red Hat 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. export LANG=C set -e |