]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: adjust copyrights on scripts: s/FSF/Red Hat/
authorJim Meyering <meyering@redhat.com>
Tue, 11 May 2010 14:43:07 +0000 (16:43 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 11 May 2010 14:43:07 +0000 (16:43 +0200)
* tests/cpuset: Change copyright holder from FSF to Red Hat, Inc.
* tests/read-bufsiz: Likewise.
* tests/read-non-seekable: Likewise.
* tests/start: Likewise.
* tests/undefine: Likewise.
* tests/vcpupin: Likewise.
* tests/virsh-all: Likewise.
* tests/virsh-synopsis: Likewise.

tests/cpuset
tests/read-bufsiz
tests/read-non-seekable
tests/start
tests/undefine
tests/vcpupin
tests/virsh-all
tests/virsh-synopsis

index 89c19e01d82ddaf03b1c291891fa915b575aa708..3c48f0a8f2d5bf2e43da9671cddc2a9f230b3795 100755 (executable)
@@ -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
index f4f8f19c82b07fa2e0bbd8f9abfcdc0eb23dd371..3ebc135619abb73c0ca95a734e81581566af2440 100755 (executable)
@@ -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
index 59c2389d626a427588388accb200a4d8f0b158b2..1aed286acdbed026cd9d7df3ee641d1f63ec4603 100755 (executable)
@@ -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
index 930a6d9e46a059170830a2b2bbbb8310cd21b5b3..df92a36374717ff90ebe44cca823aefc4b30eb16 100755 (executable)
@@ -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
index 48b0ad9b0a5590aa07523bcf687351e79e7e206e..d9efbf7df228808205708bc7f45440226ca58eed 100755 (executable)
@@ -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
index a72ad4ceaf26650a9e75a190a0d67fc83d788ddb..36dd093fceecd6ab53e213e6e493eb3463e5f96a 100755 (executable)
@@ -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
index f1eb82cd79a32d5f5911777bc15c96e93469d5d4..baec1611168d736593c64a73bdd81e9d52ad8434 100755 (executable)
@@ -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
index d72e8871b4963b511062d4fbdf9618a8a931cc45..e60aeb5d9b6f499002abb29bca48f711224bc18b 100755 (executable)
@@ -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