summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/bayer.svg
Commit message (Collapse)AuthorAgeFilesLines
* media: docs: fix some GPL licensing ambiguity at the textMauro Carvalho Chehab2018-12-171-3/+3
| | | | | | | | | | | | | Those files are meant to be dual GPL 2.0 and GFDL without implicit sections. However, by a wrong cut-and-paste, I ended by applying a GPL 2+ license text to it, while still using the GPL 2.0 SPDX tag, with would cause an ambiguity about the licensing model. Solve this by explicitly mentioning that the dual licensing is between GPL 2.0 and GFDL and correcting the text. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* media: svg files: dual-licence some files with GPL and GFDLMauro Carvalho Chehab2018-12-051-7/+24
| | | | | | | | | Along the time, several image files got replaced by me by new ones with similar contents. As those were not simple conversions, dual-license them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* media: add SPDX header to media uAPI filesMauro Carvalho Chehab2018-12-051-0/+10
| | | | | | | All those files are under GFDL 1.1 or later, with no invariant sections. Tag them as such. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* media: svg files: simplify filesMauro Carvalho Chehab2017-07-261-984/+29
| | | | | | | | Debian's ImageMagick is currently unable to decode those images. Use scour to simplify the SVG, and provide only one font type, in order to make it more palatable. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* docs-rst: replace bayer.png by a SVG imageMauro Carvalho Chehab2016-11-301-0/+984
SVG images are scalable, with makes easier to output on different formats. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>