From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kv8fk-0005sc-6D for qemu-devel@nongnu.org; Wed, 29 Oct 2008 06:53:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kv8fi-0005rq-5N for qemu-devel@nongnu.org; Wed, 29 Oct 2008 06:53:07 -0400 Received: from [199.232.76.173] (port=40188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kv8fi-0005rk-0b for qemu-devel@nongnu.org; Wed, 29 Oct 2008 06:53:06 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44186) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kv8fh-0005VQ-7N for qemu-devel@nongnu.org; Wed, 29 Oct 2008 06:53:05 -0400 Message-ID: <4908408C.8010203@redhat.com> Date: Wed, 29 Oct 2008 11:53:00 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/7] xen: add console backend driver. References: <1225196622-14164-1-git-send-email-kraxel@redhat.com> <1225196622-14164-4-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com Blue Swirl wrote: > On 10/28/08, Gerd Hoffmann wrote: >> This patch adds a xenconsole backend driver. It it based on current >> xen-unstable code. It has been changed to make use of the common >> backend driver code. > >> + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > > As if anyone cares: FSF address in this patch and others should probably be > 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Hmm, would it be ok to just scratch the whole paragraph from the comment, so we avoid stale address info in the first place? Shouldn't be needed to make clear the source code is GPL, but IANAL ... cheers, Gerd