treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
[linux-block.git] / crypto / asymmetric_keys / pkcs7_trust.c
index 598906b1e28d37e264058276a2dfd3d9263af4b1..61af3c4d82ccf96b622d4cad6044ea985426d159 100644 (file)
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* Validate the trust chain of a PKCS#7 message.
  *
  * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public Licence
- * as published by the Free Software Foundation; either version
- * 2 of the Licence, or (at your option) any later version.
  */
 
 #define pr_fmt(fmt) "PKCS7: "fmt