Skip to content

Commit 41db8f7

Browse files
committed
log: Change license to LGPL-2.1-or-later
Change the license to LGPL-2.1-or-later to match with the projects license. Signed-off-by: Daniel Wagner <[email protected]> Signed-off-by: Hannes Reinecke <[email protected]>
1 parent 3dc2ae1 commit 41db8f7

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

src/nvme/log.c

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
12
/*
3+
* This file is part of libnvme.
24
* Copyright (C) 2021 SUSE LLC
35
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License version
6-
* 2 as published by the Free Software Foundation.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
12-
*
13-
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
* Authors: Hannes Reinecke <[email protected]>
147
*
158
* This file implements basic logging functionality.
169
*/

0 commit comments

Comments
 (0)