]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - mm/usercopy.c
perf scripts python: export-to-sqlite.py: Export switch events
[mirror_ubuntu-focal-kernel.git] / mm / usercopy.c
index 14faadcedd06cb01611a4c8b9897fecc3109af87..2a09796edef8d53d257dedada5b1a40bc21b4c16 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * This implements the various checks for CONFIG_HARDENED_USERCOPY*,
  * which are designed to protect kernel memory from needless exposure
@@ -6,11 +7,6 @@
  *
  * Copyright (C) 2001-2016 PaX Team, Bradley Spengler, Open Source
  * Security Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
  */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt