diff options
author | Tobin C. Harding <tobin@kernel.org> | 2019-05-15 03:29:10 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-30 01:14:07 +0300 |
commit | 099c5c7a3fba0c4686090075c6d214355aa67e47 (patch) | |
tree | 13d027d951186ed2ed2dd352737191a1a40adc6e /Documentation/filesystems | |
parent | 90ac11a844f8859d5f960fb530190a9690a9a19b (diff) | |
download | linux-099c5c7a3fba0c4686090075c6d214355aa67e47.tar.xz |
docs: filesystems: vfs: Use SPDX identifier
Currently the licence is indicated via a custom string. We have SPDX
license identifiers now for this task.
Use SPDX license identifier matching current license string.
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/vfs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 1167dd94d84b..bd6dd782e8ca 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ========================================= Overview of the Linux Virtual File System ========================================= @@ -7,8 +9,6 @@ Overview of the Linux Virtual File System Copyright (C) 1999 Richard Gooch Copyright (C) 2005 Pekka Enberg - This file is released under the GPLv2. - Introduction ============ |