linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] staging/ipu3-imgu fixes
@ 2018-12-14 12:27 Sakari Ailus
  2018-12-14 12:27 ` [PATCH 1/2] Documentation: staging/ipu3-imgu: Add license information Sakari Ailus
  2018-12-14 12:27 ` [PATCH 2/2] Documentation: staging/ipu3-imgu: Fix reference file name Sakari Ailus
  0 siblings, 2 replies; 4+ messages in thread
From: Sakari Ailus @ 2018-12-14 12:27 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media

Hi Mauro,

These two patches should fix the most pressing issues, will send
checkpatch.pl fixes later.

Sakari Ailus (2):
  Documentation: staging/ipu3-imgu: Add license information
  Documentation: staging/ipu3-imgu: Fix reference file name

 Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst | 9 ++++++++-
 Documentation/media/v4l-drivers/ipu3.rst                | 4 +++-
 2 files changed, 11 insertions(+), 2 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] Documentation: staging/ipu3-imgu: Add license information
  2018-12-14 12:27 [PATCH 0/2] staging/ipu3-imgu fixes Sakari Ailus
@ 2018-12-14 12:27 ` Sakari Ailus
  2018-12-14 21:53   ` [PATCH v1.1 1/1] " Sakari Ailus
  2018-12-14 12:27 ` [PATCH 2/2] Documentation: staging/ipu3-imgu: Fix reference file name Sakari Ailus
  1 sibling, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2018-12-14 12:27 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media

The driver documentation is under GPL v2 and the uAPI documentation under
GNU FDL 1.1 (without invariant sections).

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst | 9 ++++++++-
 Documentation/media/v4l-drivers/ipu3.rst                | 2 ++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst b/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
index dc871006b41a5..c84fe3a71accd 100644
--- a/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
@@ -1,4 +1,11 @@
-.. -*- coding: utf-8; mode: rst -*-
+.. Permission is granted to copy, distribute and/or modify this
+.. document under the terms of the GNU Free Documentation License,
+.. Version 1.1 or any later version published by the Free Software
+.. Foundation, with no Invariant Sections, no Front-Cover Texts
+.. and no Back-Cover Texts. A copy of the license is included at
+.. Documentation/media/uapi/fdl-appendix.rst.
+..
+.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
 
 .. _v4l2-meta-fmt-params:
 .. _v4l2-meta-fmt-stat-3a:
diff --git a/Documentation/media/v4l-drivers/ipu3.rst b/Documentation/media/v4l-drivers/ipu3.rst
index f89b51dafadd0..eb4ad488b3ddc 100644
--- a/Documentation/media/v4l-drivers/ipu3.rst
+++ b/Documentation/media/v4l-drivers/ipu3.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: <isonum.txt>
 
 ===============================================================
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Documentation: staging/ipu3-imgu: Fix reference file name
  2018-12-14 12:27 [PATCH 0/2] staging/ipu3-imgu fixes Sakari Ailus
  2018-12-14 12:27 ` [PATCH 1/2] Documentation: staging/ipu3-imgu: Add license information Sakari Ailus
@ 2018-12-14 12:27 ` Sakari Ailus
  1 sibling, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2018-12-14 12:27 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media

The intel-ipu3.h intended-to-be-uAPI header is currently under
drivers/staging/media/ipu3/include/, not include/uapi/linux.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 Documentation/media/v4l-drivers/ipu3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/media/v4l-drivers/ipu3.rst b/Documentation/media/v4l-drivers/ipu3.rst
index eb4ad488b3ddc..804f37300623c 100644
--- a/Documentation/media/v4l-drivers/ipu3.rst
+++ b/Documentation/media/v4l-drivers/ipu3.rst
@@ -360,7 +360,7 @@ The source can be located under hal/intel directory.
 References
 ==========
 
-.. [#f5] include/uapi/linux/intel-ipu3.h
+.. [#f5] drivers/staging/media/ipu3/include/intel-ipu3.h
 
 .. [#f1] https://github.com/intel/nvt
 
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v1.1 1/1] Documentation: staging/ipu3-imgu: Add license information
  2018-12-14 12:27 ` [PATCH 1/2] Documentation: staging/ipu3-imgu: Add license information Sakari Ailus
@ 2018-12-14 21:53   ` Sakari Ailus
  0 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2018-12-14 21:53 UTC (permalink / raw)
  To: linux-media, mchehab

The driver documentation is under GPL v2 and the uAPI documentation under
GNU FDL 1.1+ (without invariant sections) or GPL v2.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
since v1

- Add GPL v2 for the uAPI docs as well

 .../media/uapi/v4l/pixfmt-meta-intel-ipu3.rst      | 25 +++++++++++++++++++++-
 Documentation/media/v4l-drivers/ipu3.rst           |  2 ++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst b/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
index dc871006b41a..659e58aa9c93 100644
--- a/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
@@ -1,4 +1,27 @@
-.. -*- coding: utf-8; mode: rst -*-
+.. This file is dual-licensed: you can use it either under the terms
+.. of the GPL 2.0 or the GFDL 1.1+ license, at your option. Note that this
+.. dual licensing only applies to this file, and not this project as a
+.. whole.
+..
+.. a) This file is free software; you can redistribute it and/or
+..    modify it under the terms of the GNU General Public License version
+..    2.0 as published by the Free Software Foundation.
+..
+..    This file is distributed in the hope that it will be useful,
+..    but WITHOUT ANY WARRANTY; without even the implied warranty of
+..    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+..    GNU General Public License version 2.0 for more details.
+..
+.. Or, alternatively,
+..
+.. b) Permission is granted to copy, distribute and/or modify this
+..    document under the terms of the GNU Free Documentation License,
+..    Version 1.1 or any later version published by the Free Software
+..    Foundation, with no Invariant Sections, no Front-Cover Texts
+..    and no Back-Cover Texts. A copy of the license is included at
+..    Documentation/media/uapi/fdl-appendix.rst.
+..
+.. TODO: replace it to GPL-2.0 OR GFDL-1.1-or-later WITH no-invariant-sections
 
 .. _v4l2-meta-fmt-params:
 .. _v4l2-meta-fmt-stat-3a:
diff --git a/Documentation/media/v4l-drivers/ipu3.rst b/Documentation/media/v4l-drivers/ipu3.rst
index f89b51dafadd..eb4ad488b3dd 100644
--- a/Documentation/media/v4l-drivers/ipu3.rst
+++ b/Documentation/media/v4l-drivers/ipu3.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: <isonum.txt>
 
 ===============================================================
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-14 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 12:27 [PATCH 0/2] staging/ipu3-imgu fixes Sakari Ailus
2018-12-14 12:27 ` [PATCH 1/2] Documentation: staging/ipu3-imgu: Add license information Sakari Ailus
2018-12-14 21:53   ` [PATCH v1.1 1/1] " Sakari Ailus
2018-12-14 12:27 ` [PATCH 2/2] Documentation: staging/ipu3-imgu: Fix reference file name Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).