diff options
author | Karel Zak | 2018-08-16 14:47:21 +0200 |
---|---|---|
committer | Karel Zak | 2018-08-16 14:47:21 +0200 |
commit | 4189907e6cd9a973c3d6ee9e90f92ed7fd7429bb (patch) | |
tree | aef5f7ff196af33cc1531f717575fad1d72f1dd1 /libuuid | |
parent | fstrim: use -n shortcut for --dry-run (diff) | |
download | kernel-qcow2-util-linux-4189907e6cd9a973c3d6ee9e90f92ed7fd7429bb.tar.gz kernel-qcow2-util-linux-4189907e6cd9a973c3d6ee9e90f92ed7fd7429bb.tar.xz kernel-qcow2-util-linux-4189907e6cd9a973c3d6ee9e90f92ed7fd7429bb.zip |
docs: use SPDX license names
Let's use standardized names for licenses. The names used by SPDX
makes things more obvious at first glance. For complete list see:
https://spdx.org/licenses/
Note, this commit does not change any license or so...
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libuuid')
-rw-r--r-- | libuuid/COPYING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libuuid/COPYING b/libuuid/COPYING index 0e902cf8c..8a409361f 100644 --- a/libuuid/COPYING +++ b/libuuid/COPYING @@ -2,4 +2,4 @@ This library is free software; you can redistribute it and/or modify it under the terms of the Modified BSD License. The complete text of the license is available in the -../Documentation/licenses/COPYING.BSD-3 file. +../Documentation/licenses/COPYING.BSD-3-Clause file. |