Skip to content

Commit

Permalink
libmultipath: convert license of strbuf code to GPL-2.0+
Browse files Browse the repository at this point in the history
This (partly) fixes the license incompatibility reported in
opensvc#36

As I'm the only author (except for a trivial spelling fix),
I see no issue with changing the license.

Signed-off-by: Martin Wilck <mwilck@suse.com>
  • Loading branch information
mwilck committed Aug 22, 2022
1 parent 686797b commit ecaf0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmultipath/strbuf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021 SUSE LLC
* SPDX-License-Identifier: GPL-2.0-only
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <inttypes.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion libmultipath/strbuf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021 SUSE LLC
* SPDX-License-Identifier: GPL-2.0-only
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef _STRBUF_H
#define _STRBUF_H
Expand Down

0 comments on commit ecaf0c7

Please sign in to comment.