From c683c00408bc56bb68ab44d8bd21eaceb75fe86a Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 23 Dec 2015 12:45:45 -0500 Subject: [PATCH] LU-6401 uapi: change uapi_kernelcomm.h to LGPLv2.1 license The header uapi_kernelcomm.h need their license to be changed so it can be used by LGPL library HSM code. Change-Id: I4ea4fd3017e9e8e286ad9d13ff6b6979cf71359b Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/17720 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Bob Glossman Reviewed-by: John L. Hammond Reviewed-by: Nathan Rutman Reviewed-by: Henri Doreau Reviewed-by: Frank Zago Reviewed-by: Oleg Drokin --- lustre/include/uapi_kernelcomm.h | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lustre/include/uapi_kernelcomm.h b/lustre/include/uapi_kernelcomm.h index 2df058a..208002c 100644 --- a/lustre/include/uapi_kernelcomm.h +++ b/lustre/include/uapi_kernelcomm.h @@ -1,23 +1,22 @@ /* - * GPL HEADER START + * LGPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). + * This library 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 + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html + * You should have received a copy of the GNU Lesser General Public + * License along with this library. * - * GPL HEADER END + * LGPL HEADER END */ /* * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. @@ -28,7 +27,7 @@ /* * This file is part of Lustre, http://www.lustre.org/ * - * Author: Nathan Rutman + * Author: Nathan Rutman * * Kernel <-> userspace communication routines. * The definitions below are used in the kernel and userspace. -- 1.8.3.1