]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/digsig.c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / lib / digsig.c
index 3b0a579bdcdf8c9ea15abae32df8be3ae69cd4cc..3cf89c775ab2f9e7ba974bcbb57509832f3d0341 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2011 Nokia Corporation
  * Copyright (C) 2011 Intel Corporation
@@ -6,10 +7,6 @@
  * Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
  *                 <dmitry.kasatkin@intel.com>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, version 2 of the License.
- *
  * File: sign.c
  *     implements signature (RSA) verification
  *     pkcs decoding is based on LibTomCrypt code