summaryrefslogtreecommitdiffstats
path: root/cat
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-31 19:12:27 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-31 19:12:27 +0100
commita1d981edeae120a0523d0974c703f1a956202415 (patch)
treee0e062694abccc80ef40af749cdc084b2f8e0807 /cat
parentd754f4a5a30e0473754004c187b919dcc05e8f6f (diff)
downloadlibguestfs-a1d981edeae120a0523d0974c703f1a956202415.tar.gz
libguestfs-a1d981edeae120a0523d0974c703f1a956202415.tar.xz
libguestfs-a1d981edeae120a0523d0974c703f1a956202415.zip
tests: Attach copyright and license (GPLv2+) notices to various test scripts.
For some reason these tests did not have license notices.
Diffstat (limited to 'cat')
-rwxr-xr-xcat/test-virt-cat.sh16
-rwxr-xr-xcat/test-virt-filesystems.sh16
-rwxr-xr-xcat/test-virt-ls.sh16
3 files changed, 48 insertions, 0 deletions
diff --git a/cat/test-virt-cat.sh b/cat/test-virt-cat.sh
index 79844562..5c051560 100755
--- a/cat/test-virt-cat.sh
+++ b/cat/test-virt-cat.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
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
diff --git a/cat/test-virt-ls.sh b/cat/test-virt-ls.sh
index b7b02a34..9cfe9db9 100755
--- a/cat/test-virt-ls.sh
+++ b/cat/test-virt-ls.sh
@@ -1,4 +1,20 @@
#!/bin/bash -
+# libguestfs
+# Copyright (C) 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