hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/arc/mm/mmap.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ARC700 mmap
34 *
45 * (started from arm version - for VIPT alias handling)
56 *
67 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/fs.h>