aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/wait.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-11-18 11:44:40 +0000
committerKeir Fraser <keir@xen.org>2010-11-18 11:44:40 +0000
commitc03ec255cdfe2ee762e27be80132ee240be50314 (patch)
tree36cadfbffdfd177e2f0be776ff73046c6e460365 /xen/common/wait.c
parent49778ecb727ad5e6218bfb0119dc79035594ae21 (diff)
downloadxen-c03ec255cdfe2ee762e27be80132ee240be50314.tar.gz
xen-c03ec255cdfe2ee762e27be80132ee240be50314.tar.bz2
xen-c03ec255cdfe2ee762e27be80132ee240be50314.zip
waitqueue: Add license info to source file.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/wait.c')
-rw-r--r--xen/common/wait.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/xen/common/wait.c b/xen/common/wait.c
index cb63f85916..ae62958271 100644
--- a/xen/common/wait.c
+++ b/xen/common/wait.c
@@ -2,6 +2,22 @@
* wait.c
*
* Sleep in hypervisor context for some event to occur.
+ *
+ * Copyright (c) 2010, Keir Fraser <keir@xen.org>
+ *
+ * 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>