diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-07 18:11:34 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-10 11:10:52 +0200 |
commit | e9f2ea6c22f36cb7986d2228763629ed44b9e76b (patch) | |
tree | 998716d19ed18b44e5cbf4d5954a6bdd5149aaa6 /contrib | |
parent | 7a72c705acc23db85ae5fdff250fe42567029476 (diff) | |
download | NetworkManager-e9f2ea6c22f36cb7986d2228763629ed44b9e76b.tar.gz |
COPYING: make sure we ship the relevant license texts
This adds LGPL and GFDL texts from the GNU web site and updates the GPL
one:
COPYING: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
COPYING.LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
COPYING.GFDL: https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt
The update to the GPL text is purely cosmetic. However, shipping the
exact same file as GNU publishes may help distros that deduplicate the
license texts or hardlink duplicates.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fedora/rpm/NetworkManager.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index 798407db45..b7957d602c 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -875,6 +875,8 @@ fi %{_datadir}/doc/NetworkManager/examples/server.conf %doc NEWS AUTHORS README CONTRIBUTING TODO %license COPYING +%license COPYING.LGPL +%license COPYING.GFDL %if %{with adsl} |