diff options
Diffstat (limited to 'fs/qnx6')
| -rw-r--r-- | fs/qnx6/dir.c | 1 | ||||
| -rw-r--r-- | fs/qnx6/namei.c | 1 | ||||
| -rw-r--r-- | fs/qnx6/qnx6.h | 1 | ||||
| -rw-r--r-- | fs/qnx6/super_mmi.c | 1 | 
4 files changed, 4 insertions, 0 deletions
| diff --git a/fs/qnx6/dir.c b/fs/qnx6/dir.c index 27637e0bdc9f..c1cfb8a19e9d 100644 --- a/fs/qnx6/dir.c +++ b/fs/qnx6/dir.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * QNX6 file system, Linux implementation.   * diff --git a/fs/qnx6/namei.c b/fs/qnx6/namei.c index 6c1a323137dd..72c2770830be 100644 --- a/fs/qnx6/namei.c +++ b/fs/qnx6/namei.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * QNX6 file system, Linux implementation.   * diff --git a/fs/qnx6/qnx6.h b/fs/qnx6/qnx6.h index f23b5c4a66ad..34a6b126a3a9 100644 --- a/fs/qnx6/qnx6.h +++ b/fs/qnx6/qnx6.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  /*   * QNX6 file system, Linux implementation.   * diff --git a/fs/qnx6/super_mmi.c b/fs/qnx6/super_mmi.c index 62aaf3e3126a..d282c2c73404 100644 --- a/fs/qnx6/super_mmi.c +++ b/fs/qnx6/super_mmi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * QNX6 file system, Linux implementation.   * |