summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/cpuset2
-rwxr-xr-xtests/read-bufsiz2
-rwxr-xr-xtests/read-non-seekable2
-rwxr-xr-xtests/start2
-rwxr-xr-xtests/undefine2
-rwxr-xr-xtests/vcpupin2
-rwxr-xr-xtests/virsh-all2
-rwxr-xr-xtests/virsh-synopsis2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/cpuset b/tests/cpuset
index 89c19e01d8..3c48f0a8f2 100755
--- a/tests/cpuset
+++ b/tests/cpuset
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that defining with an invalid vCPU cpuset elicits a diagnostic
-# Copyright (C) 2008-2009 Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 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
diff --git a/tests/read-bufsiz b/tests/read-bufsiz
index f4f8f19c82..3ebc135619 100755
--- a/tests/read-bufsiz
+++ b/tests/read-bufsiz
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that reading a file larger than BUFSIZ works
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008 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
diff --git a/tests/read-non-seekable b/tests/read-non-seekable
index 59c2389d62..1aed286acd 100755
--- a/tests/read-non-seekable
+++ b/tests/read-non-seekable
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that certain file-reading commands can handle non-seekable files
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008 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
diff --git a/tests/start b/tests/start
index 930a6d9e46..df92a36374 100755
--- a/tests/start
+++ b/tests/start
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that virsh start works properly
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008 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
diff --git a/tests/undefine b/tests/undefine
index 48b0ad9b0a..d9efbf7df2 100755
--- a/tests/undefine
+++ b/tests/undefine
@@ -1,7 +1,7 @@
#!/bin/sh
# exercise virsh's "undefine" command
-# Copyright (C) 2008-2009 Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 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
diff --git a/tests/vcpupin b/tests/vcpupin
index a72ad4ceaf..36dd093fce 100755
--- a/tests/vcpupin
+++ b/tests/vcpupin
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that an invalid CPU spec elicits a diagnostic
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008 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
diff --git a/tests/virsh-all b/tests/virsh-all
index f1eb82cd79..baec161116 100755
--- a/tests/virsh-all
+++ b/tests/virsh-all
@@ -1,7 +1,7 @@
#!/bin/sh
# blindly run each and every command listed by "virsh help"
-# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009 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
diff --git a/tests/virsh-synopsis b/tests/virsh-synopsis
index d72e8871b4..e60aeb5d9b 100755
--- a/tests/virsh-synopsis
+++ b/tests/virsh-synopsis
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that each command's help "SYNOPSIS" line starts with the command name
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008 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