WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] waitqueue: Add license info to source fil

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] waitqueue: Add license info to source file.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Nov 2010 11:00:50 -0800
Delivery-date: Thu, 18 Nov 2010 11:02:54 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1290080680 0
# Node ID 0e614c0eb4a99ec5c99081be1e97a2f3d9dd6634
# Parent  b76df6b4375aa9224f50a8ad7862424c2d099cd0
waitqueue: Add license info to source file.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---
 xen/common/wait.c      |   16 ++++++++++++++++
 xen/include/xen/wait.h |    2 ++
 2 files changed, 18 insertions(+)

diff -r b76df6b4375a -r 0e614c0eb4a9 xen/common/wait.c
--- a/xen/common/wait.c Wed Nov 17 20:40:30 2010 +0000
+++ b/xen/common/wait.c Thu Nov 18 11:44:40 2010 +0000
@@ -2,6 +2,22 @@
  * wait.c
  * 
  * Sleep in hypervisor context for some event to occur.
+ * 
+ * Copyright (c) 2010, Keir Fraser <keir@xxxxxxx>
+ * 
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <xen/config.h>
diff -r b76df6b4375a -r 0e614c0eb4a9 xen/include/xen/wait.h
--- a/xen/include/xen/wait.h    Wed Nov 17 20:40:30 2010 +0000
+++ b/xen/include/xen/wait.h    Thu Nov 18 11:44:40 2010 +0000
@@ -2,6 +2,8 @@
  * wait.h
  * 
  * Sleep in hypervisor context for some event to occur.
+ * 
+ * Copyright (c) 2010, Keir Fraser <keir@xxxxxxx>
  */
 
 #ifndef __XEN_WAIT_H__

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] waitqueue: Add license info to source file., Xen patchbot-unstable <=