Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099c5c7a authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Jonathan Corbet
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarTobin C. Harding <tobin@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 90ac11a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
.. 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
============