diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2013-10-05 18:00:24 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-10-08 15:38:39 +0200 |
commit | e9c58f6d55840fddec434151bb49d4909a86e69f (patch) | |
tree | e63a2c37d321e817a733250ad013084ab9e4bf5c | |
parent | 38ae77d74343ae04c8732c6a8c088ef49cc7f0cb (diff) | |
download | util-linux-e9c58f6d55840fddec434151bb49d4909a86e69f.tar.gz |
COPYING: fix grammar of referring phrase, and indicate location better
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r-- | README.licensing | 2 | ||||
-rw-r--r-- | libblkid/COPYING | 4 | ||||
-rw-r--r-- | libfdisk/COPYING | 4 | ||||
-rw-r--r-- | libmount/COPYING | 4 | ||||
-rw-r--r-- | libuuid/COPYING | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/README.licensing b/README.licensing index ab600045..91e07871 100644 --- a/README.licensing +++ b/README.licensing @@ -15,6 +15,6 @@ There is code under: Please, check the source code for more details. A license is usually at the start of each source file. -The /COPYING file (GPLv2+) is the default license for code without an explicitly +The ./COPYING file (GPLv2+) is the default license for code without an explicitly defined license. diff --git a/libblkid/COPYING b/libblkid/COPYING index 41fe6fd6..be1a5b3a 100644 --- a/libblkid/COPYING +++ b/libblkid/COPYING @@ -4,5 +4,5 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -The complete text of the license is available at the -Documentation/licenses/COPYING.LGPLv2.1 file. +The complete text of the license is available in the +../Documentation/licenses/COPYING.LGPLv2.1 file. diff --git a/libfdisk/COPYING b/libfdisk/COPYING index 41fe6fd6..be1a5b3a 100644 --- a/libfdisk/COPYING +++ b/libfdisk/COPYING @@ -4,5 +4,5 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -The complete text of the license is available at the -Documentation/licenses/COPYING.LGPLv2.1 file. +The complete text of the license is available in the +../Documentation/licenses/COPYING.LGPLv2.1 file. diff --git a/libmount/COPYING b/libmount/COPYING index 41fe6fd6..be1a5b3a 100644 --- a/libmount/COPYING +++ b/libmount/COPYING @@ -4,5 +4,5 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -The complete text of the license is available at the -Documentation/licenses/COPYING.LGPLv2.1 file. +The complete text of the license is available in the +../Documentation/licenses/COPYING.LGPLv2.1 file. diff --git a/libuuid/COPYING b/libuuid/COPYING index 6935c288..0e902cf8 100644 --- a/libuuid/COPYING +++ b/libuuid/COPYING @@ -1,5 +1,5 @@ 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 at the -Documentation/licenses/COPYING.BSD-3 file. +The complete text of the license is available in the +../Documentation/licenses/COPYING.BSD-3 file. |