]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - crypto/lz4hc.c
Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client
[mirror_ubuntu-jammy-kernel.git] / crypto / lz4hc.c
index 4a220b628fe7eec5cdd1b3f87a14ecc01f1ae79e..daae7bfb385dbb1dc581b7532ebbb4e73ce4422e 100644 (file)
@@ -1,21 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Cryptographic API.
  *
  * Copyright (c) 2013 Chanho Min <chanho.min@lge.com>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 #include <linux/init.h>
 #include <linux/module.h>