Whamcloud - gitweb
LU-6142 lnet: SPDX for lnet/util/lnetconfig/
[fs/lustre-release.git] / lnet / utils / lnetconfig / liblnetconfig.c
index f350e32..0dbb8d2 100644 (file)
@@ -1,37 +1,22 @@
+// SPDX-License-Identifier: LGPL-2.0
+
 /*
- * 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 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 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 Lesser General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- * LGPL HEADER END
- *
  * Copyright (c) 2014, 2017, Intel Corporation.
- *
- * Author:
- *   Amir Shehata <amir.shehata@intel.com>
  */
 
 /*
+ * This file is part of Lustre, http://www.lustre.org/
+ *
  * There are two APIs:
  *  1. APIs that take the actual parameters expanded.  This is for other
  *  entities that would like to link against the library and call the APIs
  *  directly without having to form an intermediate representation.
  *  2. APIs that take a YAML file and parses out the information there and
  *  calls the APIs mentioned in 1
+ *
+ * Author: Amir Shehata <amir.shehata@intel.com>
  */
+
 #include <ctype.h>
 #include <errno.h>
 #include <limits.h>