[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] waitqueue: Add license info to source file.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |