From 6963ecf0d1b14e0057b2be3b823bddaa69b055ec Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 1 Jan 2020 15:49:34 +0100 Subject: [PATCH] license: relicense "libnm-core/nm-errors.h" under LGPL-2.1+ $ git shortlog -n -s a3e75f329446a93a61ca4c458a7657bd919f4fe6 -- libnm-core/nm-errors.h 11 Dan Winship 5 Thomas Haller 2 Beniamino Galvani Note that the header also contains code that was copied from other files. However, that code originates from libnm itself (and thus was already LGPL licensed). All contributors agreed to the relicensing according to "RELICENSE.md". --- libnm-core/nm-errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-errors.h b/libnm-core/nm-errors.h index 0b54133dc4..031cc670b5 100644 --- a/libnm-core/nm-errors.h +++ b/libnm-core/nm-errors.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: LGPL-2.1+ /* * Copyright (C) 2004 - 2014 Red Hat, Inc. */