diff options
Diffstat (limited to 'fs/compat_binfmt_elf.c')
-rw-r--r-- | fs/compat_binfmt_elf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c index 15f6e96b3bd9..b7f9ffa1d5f1 100644 --- a/fs/compat_binfmt_elf.c +++ b/fs/compat_binfmt_elf.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * 32-bit compatibility support for ELF format executables and core dumps. | 3 | * 32-bit compatibility support for ELF format executables and core dumps. |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * Red Hat Author: Roland McGrath. | 7 | * Red Hat Author: Roland McGrath. |
11 | * | 8 | * |
12 | * This file is used in a 64-bit kernel that wants to support 32-bit ELF. | 9 | * This file is used in a 64-bit kernel that wants to support 32-bit ELF. |