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(a)redhat.com>
FIxes: 0466ff28f23f4c430906efd5859f87672cf08782
Cc: Cole Robinson <crobinso(a)redhat.com>
Cc: Eric Blake <eblake(a)redhat.com>
Cc: Pino Toscano <ptoscano(a)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(a)redhat.com>
- Cole