From ad77bcfd14b662ef86c71f812b11cfc203a4543f Mon Sep 17 00:00:00 2001 From: James Simmons Date: Mon, 4 Jan 2016 21:55:07 -0500 Subject: [PATCH] LU-6613 lnet: change lib-dlc.h to LGPLv2.1 license Change the lib-dlc.h header to the proper LGPLv2.1 license Change-Id: Ic152d0722ec775d57cf7702058e6772ce2f5ff8a Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/17697 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: John L. Hammond --- lnet/include/lnet/lib-dlc.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lnet/include/lnet/lib-dlc.h b/lnet/include/lnet/lib-dlc.h index 2ec20b4..749daf2 100644 --- a/lnet/include/lnet/lib-dlc.h +++ b/lnet/include/lnet/lib-dlc.h @@ -3,12 +3,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright (c) 2014, Intel Corporation. - * * 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 3.0 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,8 +18,12 @@ * * LGPL HEADER END * - * Contributers: - * Amir Shehata + */ +/* + * Copyright (c) 2014, Intel Corporation. + */ +/* + * Author: Amir Shehata */ #ifndef LNET_DLC_H -- 1.8.3.1