hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/videobuf-dma-contig.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * helper functions for physically contiguous capture buffers
34 *
....@@ -5,10 +6,6 @@
56 * (i.e. the buffers must be linear in physical memory)
67 *
78 * Copyright (c) 2008 Magnus Damm
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation; either version 2
129 */
1310 #ifndef _VIDEOBUF_DMA_CONTIG_H
1411 #define _VIDEOBUF_DMA_CONTIG_H