hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/media/videobuf-vmalloc.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * helper functions for vmalloc capture buffers
34 *
....@@ -7,10 +8,6 @@
78 * to touch the video data.
89 *
910 * (c) 2007 Mauro Carvalho Chehab, <mchehab@kernel.org>
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License as published by
13
- * the Free Software Foundation; either version 2
1411 */
1512 #ifndef _VIDEOBUF_VMALLOC_H
1613 #define _VIDEOBUF_VMALLOC_H