summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-01-01 16:02:04 +0100
committerThomas Haller <thaller@redhat.com>2020-01-07 13:28:00 +0100
commitb1ca91b43ea323b5b846428a5234c08a55885877 (patch)
tree60b427832a5fc216f65814107e11e4ae6875daaf
parent203b014c1dcb8ef4c8d1cdff055590a6aa5e7bd3 (diff)
downloadNetworkManager-th/relicense-lgpl.tar.gz
license: relicense "libnm-core/nm-vpn-dbus-interface.h" under LGPL-2.1+th/relicense-lgpl
We want to consistently use LGPL. Also, this file is part of libnm, which requires its sources to be LGPL. Also, this header file is supposed to be usable without libnm (e.g. for QT). $ git shortlog -n -s e055bdbbc3e7bb3ff3bc73860c4479f15bbfe7b2 -- libnm-core/nm-vpn-dbus-interface.h libnm-core/NetworkManagerVPN.h include/NetworkManagerVPN.h 14 Dan Williams 9 Dan Winship 5 Thomas Haller 4 Lubomir Rintel 2 Jiří Klimeš 2 Tambet Ingo 1 Atul Anand 1 Beniamino Galvani 1 Evan Broder 1 Zephaniah E. Loss-Cutler-Hull This is a large number of contributors. Changing the license here is problematic. However, there is also the stance that simple header files are not copyrightable. Maybe more importantly, the vast majority of contributions come from people who would agree with this change and/or were employed by Red Hat at the time (possibly the copyright lies with Red Hat). See contributions done by not the usual suspects: $ git log --stat -p --no-walk $(git log --pretty='%H:%an <%ae>' e055bdbbc3e7bb3ff3bc73860c4479f15bbfe7b2 -- libnm-core/nm-vpn-dbus-interface.h libnm-core/NetworkManagerVPN.h include/NetworkManagerVPN.h | grep '\(dcbw\|bgalvani\|jklimes\|thaller\)@redhat.com\|danw@gnome.org\|lkundrak@v3.sk' -v | sed 's/:.*//') -- libnm-core/nm-vpn-dbus-interface.h libnm-core/NetworkManagerVPN.h include/NetworkManagerVPN.h
-rw-r--r--libnm-core/nm-vpn-dbus-interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-vpn-dbus-interface.h b/libnm-core/nm-vpn-dbus-interface.h
index 8d2aaabc1f..347de9d0bc 100644
--- a/libnm-core/nm-vpn-dbus-interface.h
+++ b/libnm-core/nm-vpn-dbus-interface.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: LGPL-2.1+
/*
* Copyright (C) 2004 Red Hat, Inc.
*/