hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/seqno-fence.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * seqno-fence, using a dma-buf to synchronize fencing
34 *
....@@ -6,15 +7,6 @@
67 * Authors:
78 * Rob Clark <robdclark@gmail.com>
89 * Maarten Lankhorst <maarten.lankhorst@canonical.com>
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License version 2 as published by
12
- * the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope that it will be useful, but WITHOUT
15
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17
- * more details.
1810 */
1911
2012 #ifndef __LINUX_SEQNO_FENCE_H