[libcamera-devel,0/5] libcamera: Add missing license identifiers
mbox series

Message ID 20220928120937.10031-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • libcamera: Add missing license identifiers
Related show

Message

Laurent Pinchart Sept. 28, 2022, 12:09 p.m. UTC
Hello,

I've noticed that quite a few files are missing license information.
This series fixes it. Please see individual patches for details.

Laurent Pinchart (5):
  Documentation: Add missing SPDX headers
  Documentation: theme: Specify license of search.png
  android: Add missing SPDX headers to Android headers
  utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py
  libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents

 .clang-tidy                                   |   2 +
 .reuse/dep5                                   |   4 +
 Documentation/getting-started.rst             |   1 +
 LICENSES/CC-BY-4.0.txt                        | 156 ++++++++++++++++++
 .../core/include/system/graphics-base-v1.0.h  |   1 +
 .../core/include/system/graphics-base-v1.1.h  |   1 +
 .../core/include/system/graphics-base.h       |   1 +
 .../system/core/include/system/graphics-sw.h  |   1 +
 src/android/data/nautilus/camera_hal.yaml     |   2 +
 src/android/data/soraka/camera_hal.yaml       |   2 +
 src/ipa/ipu3/ipu3-ipa-design-guide.rst        |   2 +
 src/py/meson.build                            |   2 +
 subprojects/.gitignore                        |   2 +
 subprojects/gtest.wrap                        |   2 +
 subprojects/libyaml.wrap                      |   2 +
 subprojects/libyuv.wrap                       |   2 +
 subprojects/pybind11.wrap                     |   2 +
 utils/raspberrypi/delayedctrls_parse.py       |   2 +
 18 files changed, 187 insertions(+)
 create mode 100644 LICENSES/CC-BY-4.0.txt

Comments

Jacopo Mondi Sept. 30, 2022, 6:06 p.m. UTC | #1
Hi Laurent

On Wed, Sep 28, 2022 at 03:09:32PM +0300, Laurent Pinchart via libcamera-devel wrote:
> Hello,
>
> I've noticed that quite a few files are missing license information.
> This series fixes it. Please see individual patches for details.
>

For the series
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

Thanks
  j

> Laurent Pinchart (5):
>   Documentation: Add missing SPDX headers
>   Documentation: theme: Specify license of search.png
>   android: Add missing SPDX headers to Android headers
>   utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py
>   libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents
>
>  .clang-tidy                                   |   2 +
>  .reuse/dep5                                   |   4 +
>  Documentation/getting-started.rst             |   1 +
>  LICENSES/CC-BY-4.0.txt                        | 156 ++++++++++++++++++
>  .../core/include/system/graphics-base-v1.0.h  |   1 +
>  .../core/include/system/graphics-base-v1.1.h  |   1 +
>  .../core/include/system/graphics-base.h       |   1 +
>  .../system/core/include/system/graphics-sw.h  |   1 +
>  src/android/data/nautilus/camera_hal.yaml     |   2 +
>  src/android/data/soraka/camera_hal.yaml       |   2 +
>  src/ipa/ipu3/ipu3-ipa-design-guide.rst        |   2 +
>  src/py/meson.build                            |   2 +
>  subprojects/.gitignore                        |   2 +
>  subprojects/gtest.wrap                        |   2 +
>  subprojects/libyaml.wrap                      |   2 +
>  subprojects/libyuv.wrap                       |   2 +
>  subprojects/pybind11.wrap                     |   2 +
>  utils/raspberrypi/delayedctrls_parse.py       |   2 +
>  18 files changed, 187 insertions(+)
>  create mode 100644 LICENSES/CC-BY-4.0.txt
>
> --
> Regards,
>
> Laurent Pinchart
>