]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/chacha20poly1305.c
Merge tag 'drm-misc-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / crypto / chacha20poly1305.c
index e38a2d61819a70d67d83e69f863b80efae269320..2db7eac4bf3b0afaa5ff1ae1405eb69596a14204 100644 (file)
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * ChaCha20-Poly1305 AEAD, RFC7539
  *
  * Copyright (C) 2015 Martin Willi
- *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <crypto/internal/aead.h>