forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 8 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* generic helper functions for handling video4linux capture buffers | ||
* | ||
|
@@ -7,10 +8,6 @@ | |
* (c) 2001,02 Gerd Knorr <[email protected]> | ||
* (c) 2006 Mauro Carvalho Chehab, <[email protected]> | ||
* (c) 2006 Ted Walther and John Sokol | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
|
||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* helper functions for physically contiguous capture buffers | ||
* | ||
|
@@ -8,10 +9,6 @@ | |
* | ||
* Based on videobuf-vmalloc.c, | ||
* (c) 2007 Mauro Carvalho Chehab, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
|
||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* helper functions for SG DMA video4linux capture buffers | ||
* | ||
|
@@ -12,10 +13,6 @@ | |
* (c) 2001,02 Gerd Knorr <[email protected]> | ||
* (c) 2006 Mauro Carvalho Chehab, <[email protected]> | ||
* (c) 2006 Ted Walther and John Sokol | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
|
||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* helper functions for vmalloc video4linux capture buffers | ||
* | ||
|
@@ -7,10 +8,6 @@ | |
* to touch the video data. | ||
* | ||
* (c) 2007 Mauro Carvalho Chehab, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
|
||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* generic helper functions for handling video4linux capture buffers | ||
* | ||
|
@@ -7,10 +8,6 @@ | |
* (c) 2001,02 Gerd Knorr <[email protected]> | ||
* (c) 2006 Mauro Carvalho Chehab, <[email protected]> | ||
* (c) 2006 Ted Walther and John Sokol | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
|
||
#ifndef _VIDEOBUF_CORE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* helper functions for SG DMA video4linux capture buffers | ||
* | ||
|
@@ -12,10 +13,6 @@ | |
* (c) 2001,02 Gerd Knorr <[email protected]> | ||
* (c) 2006 Mauro Carvalho Chehab, <[email protected]> | ||
* (c) 2006 Ted Walther and John Sokol | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
#ifndef _VIDEOBUF_DMA_SG_H | ||
#define _VIDEOBUF_DMA_SG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* helper functions for vmalloc capture buffers | ||
* | ||
|
@@ -7,10 +8,6 @@ | |
* to touch the video data. | ||
* | ||
* (c) 2007 Mauro Carvalho Chehab, <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 | ||
*/ | ||
#ifndef _VIDEOBUF_VMALLOC_H | ||
#define _VIDEOBUF_VMALLOC_H | ||
|