diff options
author | Cole Robinson <crobinso@redhat.com> | 2018-03-20 15:00:02 -0400 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2018-03-21 07:29:40 -0400 |
commit | b6dcee8eb7ec4de999058c187162fe4aedef36b4 (patch) | |
tree | c656d40de43287315ea04b1b7ddfef00ba54b816 /virt-convert | |
parent | 3909c10441a5f4eb92cc3181785f4176759a2f96 (diff) | |
download | virt-manager-b6dcee8eb7ec4de999058c187162fe4aedef36b4.tar.gz |
Use consistent and minimal license header for every file
Diffstat (limited to 'virt-convert')
-rwxr-xr-x | virt-convert | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/virt-convert b/virt-convert index 6e54b90e..77ecd599 100755 --- a/virt-convert +++ b/virt-convert @@ -7,20 +7,8 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# 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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301 USA. +# This work is licensed under the GNU GPLv2. +# See the COPYING file in the top-level directory. import sys |