From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brkAQ-0003eL-MA for qemu-devel@nongnu.org; Wed, 05 Oct 2016 07:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brkAP-00078R-Rn for qemu-devel@nongnu.org; Wed, 05 Oct 2016 07:15:18 -0400 Date: Wed, 5 Oct 2016 13:15:11 +0200 From: Kevin Wolf Message-ID: <20161005111511.GD4901@noname.str.redhat.com> References: <1475661284-30153-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475661284-30153-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] Put the copyright information on a separate line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Paolo Bonzini , qemu-devel@nongnu.org, Riku Voipio , qemu-block@nongnu.org Am 05.10.2016 um 11:54 hat Thomas Huth geschrieben: > The output string QEMU with "--version" is very long, it does > not fit into a normal line of a terminal window anymore. By > putting the copyright information on a separate line instead, > the output looks much nicer. > > Signed-off-by: Thomas Huth Acked-by: Kevin Wolf Is this something for qemu-trivial? Kevin