[libvirt PATCH] tests: fix license blurb in virsh-undefine

Assume commit 0466ff28f2 used case-insensitive replace s/OUT/EXP/ by mistake and this file is still licensed under GPLv2.0+ Undo the change. Signed-off-by: Ján Tomko <jtomko@redhat.com> FIxes: 0466ff28f23f4c430906efd5859f87672cf08782 Cc: Cole Robinson <crobinso@redhat.com> Cc: Eric Blake <eblake@redhat.com> Cc: Pino Toscano <ptoscano@redhat.com> --- tests/virsh-undefine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virsh-undefine b/tests/virsh-undefine index 4a9f68dd39..998d4d3268 100755 --- a/tests/virsh-undefine +++ b/tests/virsh-undefine @@ -9,7 +9,7 @@ # (at your option) any later version. # This program is distributed in the hope that it will be useful, -# but WITHEXP ANY WARRANTY; without even the implied warranty of +# 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. -- 2.26.2

On 8/4/20 1:28 PM, Ján Tomko wrote:
Assume commit 0466ff28f2 used case-insensitive replace s/OUT/EXP/ by mistake and this file is still licensed under GPLv2.0+
Undo the change.
Signed-off-by: Ján Tomko <jtomko@redhat.com> FIxes: 0466ff28f23f4c430906efd5859f87672cf08782 Cc: Cole Robinson <crobinso@redhat.com> Cc: Eric Blake <eblake@redhat.com> Cc: Pino Toscano <ptoscano@redhat.com> --- tests/virsh-undefine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
diff --git a/tests/virsh-undefine b/tests/virsh-undefine index 4a9f68dd39..998d4d3268 100755 --- a/tests/virsh-undefine +++ b/tests/virsh-undefine @@ -9,7 +9,7 @@ # (at your option) any later version.
# This program is distributed in the hope that it will be useful, -# but WITHEXP ANY WARRANTY; without even the implied warranty of +# 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.
-- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org

On 8/4/20 2:28 PM, Ján Tomko wrote:
Assume commit 0466ff28f2 used case-insensitive replace s/OUT/EXP/ by mistake and this file is still licensed under GPLv2.0+
Undo the change.
Signed-off-by: Ján Tomko <jtomko@redhat.com> FIxes: 0466ff28f23f4c430906efd5859f87672cf08782 Cc: Cole Robinson <crobinso@redhat.com> Cc: Eric Blake <eblake@redhat.com> Cc: Pino Toscano <ptoscano@redhat.com> --- tests/virsh-undefine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/virsh-undefine b/tests/virsh-undefine index 4a9f68dd39..998d4d3268 100755 --- a/tests/virsh-undefine +++ b/tests/virsh-undefine @@ -9,7 +9,7 @@ # (at your option) any later version.
# This program is distributed in the hope that it will be useful, -# but WITHEXP ANY WARRANTY; without even the implied warranty of +# 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.
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole

On Tuesday, 4 August 2020 20:28:06 CEST Ján Tomko wrote:
Assume commit 0466ff28f2 used case-insensitive replace s/OUT/EXP/ by mistake and this file is still licensed under GPLv2.0+
Undo the change.
Signed-off-by: Ján Tomko <jtomko@redhat.com> FIxes: 0466ff28f23f4c430906efd5859f87672cf08782 Cc: Cole Robinson <crobinso@redhat.com> Cc: Eric Blake <eblake@redhat.com> Cc: Pino Toscano <ptoscano@redhat.com> ---
Reviewed-by: Pino Toscano <ptoscano@redhat.com> -- Pino Toscano
participants (4)
-
Cole Robinson
-
Eric Blake
-
Ján Tomko
-
Pino Toscano