VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-06-03 07:44:53 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-19 17:09:07 +0200 commit: 77512baaea9ae397ec36767b9cd3e3a3920bb6d3 parent: 2504ba9f5970299a33ca7802c60359f849146d78
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237
Diffstat:
1 file changed, 1 insertion, 4 deletions
diff --git a/include/media/videobuf-vmalloc.h b/include/media/videobuf-vmalloc.h
index 36c6a4ad3504..e930dbb9d7f4 100644
--- a/include/media/videobuf-vmalloc.h
+++ b/include/media/videobuf-vmalloc.h
@@ -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, <mchehab@kernel.org>
- *
- * 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