From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reiner Sailer Subject: [PATCH] clean acm public headers from GPL Date: Fri, 16 Dec 2005 18:17:10 -0500 Message-ID: <43A34AF6.6010204@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040200040809000206010806" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen Mailing List List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------040200040809000206010806 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This patch removes the GPL licence from the acm public header files so that they match the BSD licence in xen/include/public. Thanks Reiner Signed-off by: Reiner Sailer --------------040200040809000206010806 Content-Type: text/plain; name="acm_bsd_headers.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="acm_bsd_headers.diff" xen/include/public/acm.h | 23 +++-------------------- xen/include/public/acm_ops.h | 17 +++-------------- 2 files changed, 6 insertions(+), 34 deletions(-) Index: xen-unstable.hg-shype/xen/include/public/acm.h =================================================================== --- xen-unstable.hg-shype.orig/xen/include/public/acm.h +++ xen-unstable.hg-shype/xen/include/public/acm.h @@ -1,25 +1,8 @@ -/**************************************************************** - * acm.h - * - * Copyright (C) 2005 IBM Corporation +/* + * acm.h: Xen access control module interface defintions * - * Author: * Reiner Sailer - * - * Contributors: - * Stefan Berger - * added network byte order support for binary policies - * - * 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, version 2 of the - * License. - * - * sHype general access control module header file. - * here are all definitions that are shared between - * xen-core, guest-kernels, and applications. - * - * todo: move from static policy choice to compile option. + * Copyright (c) 2005, International Business Machines Corporation. */ #ifndef _XEN_PUBLIC_ACM_H Index: xen-unstable.hg-shype/xen/include/public/acm_ops.h =================================================================== --- xen-unstable.hg-shype.orig/xen/include/public/acm_ops.h +++ xen-unstable.hg-shype/xen/include/public/acm_ops.h @@ -1,19 +1,8 @@ -/****************************************************************************** - * acm_ops.h - * - * Copyright (C) 2005 IBM Corporation +/* + * acm_ops.h: Xen access control module hypervisor commands * - * Author: * Reiner Sailer - * - * 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, version 2 of the - * License. - * - * Process acm policy command requests from guest OS. - * access checked by policy; not restricted to DOM0 - * + * Copyright (c) 2005, International Business Machines Corporation. */ #ifndef __XEN_PUBLIC_ACM_OPS_H__ --------------040200040809000206010806 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------040200040809000206010806--