]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/hid/hidraw.c
Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client
[linux.git] / drivers / hid / hidraw.c
index 9fc51eff10790a9f86a0ab5eadd2bb96ccfc5e76..006bd6f4f653f00a013efdb8cba2abbd34c01457 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * HID raw devices, giving access to raw HID events.
  *
@@ -9,15 +10,6 @@
  *  Copyright (c) 2007-2014 Jiri Kosina
  */
 
-/*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * 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.
- */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt