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

Ján Tomko posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/6e70ff1523e3a29a160b61d07f335c2ba3741d81.1596565673.git.jtomko@redhat.com
tests/virsh-undefine | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] tests: fix license blurb in virsh-undefine
Posted by Ján Tomko 3 years, 7 months ago
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

Re: [libvirt PATCH] tests: fix license blurb in virsh-undefine
Posted by Eric Blake 3 years, 7 months ago
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

Re: [libvirt PATCH] tests: fix license blurb in virsh-undefine
Posted by Cole Robinson 3 years, 7 months ago
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

Re: [libvirt PATCH] tests: fix license blurb in virsh-undefine
Posted by Pino Toscano 3 years, 7 months ago
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