From patchwork Wed Sep 28 12:09:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17450 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id DC759BD16B for ; Wed, 28 Sep 2022 12:09:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9412D622AE; Wed, 28 Sep 2022 14:09:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366983; bh=vVCXokqyOOXvsjARlkbEiv8fdTejOCwfhOHU3IqO7CE=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=0E+BDEM90WW6WGzKSNYkGi/FOIVoxczBJ8qXFZum5iwcJ6Hy7Hnmo3FZUOPDofBby 9PTBHwj4nQnGL8tpEm5YSid1MRHiL9YGUhP3OFJoKcndIVGQP/k9vMYRgyNXY3INOp J/6aQTwTt7RLxBiQuvigPqCMCZuCwIlk5D2cBrzeWGqmRaJaNB2tPVCgybvodxMDmR kGt7niXq7DtTsUEWkFAm7bG+LU4wO/YPqOF+myhqC4mCmtVXCXLo6Wmp9LZp7dU9GK 9MvYR3JQ6WScLmofEt/Xo+omFeXtK35RVXsYZDWbGy+gqXaGoYv094uF71x2JNXnuC QaJz3+zfMW+uQ== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 21B68622A6 for ; Wed, 28 Sep 2022 14:09:41 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="q3xrz8MI"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9DB5847C for ; Wed, 28 Sep 2022 14:09:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366980; bh=vVCXokqyOOXvsjARlkbEiv8fdTejOCwfhOHU3IqO7CE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q3xrz8MIiRygpegYJw+HwZgRXPU8fsR0vAb2kFGsQ94t2f5n7Zz6I9fnJDGlgbUTA ShBTUobWy927cTRghd4Iy4Eu46SmZCBdjftJXirOZFcL2xV3NX9tiPvch1WSbzp/nB GaphDteTfoREwdgBzubrfsWo4kWo9TedvMeP5dEc= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:33 +0300 Message-Id: <20220928120937.10031-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/5] Documentation: Add missing SPDX headers X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Two documentation files are missing SPDX headers. Add them, with the CC-BY-SA-4.0 license that covers all the libcamera documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/getting-started.rst | 1 + src/ipa/ipu3/ipu3-ipa-design-guide.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Documentation/getting-started.rst b/Documentation/getting-started.rst index 4cc34a176fe6..987f43f78379 100644 --- a/Documentation/getting-started.rst +++ b/Documentation/getting-started.rst @@ -1,3 +1,4 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 .. Getting started information is defined in the project README file. .. include:: ../README.rst :start-after: .. section-begin-getting-started diff --git a/src/ipa/ipu3/ipu3-ipa-design-guide.rst b/src/ipa/ipu3/ipu3-ipa-design-guide.rst index e724fdda2631..725063978adf 100644 --- a/src/ipa/ipu3/ipu3-ipa-design-guide.rst +++ b/src/ipa/ipu3/ipu3-ipa-design-guide.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + IPU3 IPA Architecture Design and Overview ========================================= From patchwork Wed Sep 28 12:09:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17451 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id AFD2BBD16B for ; Wed, 28 Sep 2022 12:09:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 70863622B3; Wed, 28 Sep 2022 14:09:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366984; bh=5Ko4Va1DrQ8PIqiF5mzt0S5FEafeLzS2c1dabNcK1ZU=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Ftbxw133VsfQjn8tRvf1fo+XOw2xGdH5aIMloHFTyHDqjrrMAVr33jgFpZgLgn4HZ KoxTedhU+jV3mH1Z5Z6YjbeJzSj7cw/ysUBzicQ+0V1c/SSu9Nv0Nd/MPvBaunu9UO pb9EjmnQSltH59cgFByZwFYD4v4qae9OsERiYYaTokggoNFUHhM4rsLKiZFE5kQOKt pGxVqvw2je4m0JoBxY2DpewYEy14WX8IC1zYQGkMfzP3kTAowwvxWvp3ujZFOD3V3H ezf3NmdGrJR37YYeFv2pNpNfD6wO42JGtiHkaxiZ35A9TJFKgJ+8aIkWs01AxnyYJ6 DmZNGP+ZWXzIg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A6C6E622A5 for ; Wed, 28 Sep 2022 14:09:42 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vmKi4aGo"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 236E96BE for ; Wed, 28 Sep 2022 14:09:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366982; bh=5Ko4Va1DrQ8PIqiF5mzt0S5FEafeLzS2c1dabNcK1ZU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vmKi4aGoInqjj/d7sen8/ySFr5RLbdV2/bjUofYVgYVkQgiCPhkfxpp/COG+Zjiyj KwhDfNmC4eF1oqA0N8TKhBkyWf+FG6hGJofoZlZUmi1hhJfU3zKkwcb8cHp8Iw7Ngn zzHN315aUgF6FJalGMu9j6nBOmnNUknnhAaI/0KU= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:34 +0300 Message-Id: <20220928120937.10031-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/5] Documentation: theme: Specify license of search.png X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The search.png icon is derived from the magnifying glass icon used by most websites, which comes from Font Awesome. Specify its license and attribution in dep5, as PNG files can't contain SPDX headers. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- .reuse/dep5 | 4 ++ LICENSES/CC-BY-4.0.txt | 156 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 160 insertions(+) create mode 100644 LICENSES/CC-BY-4.0.txt diff --git a/.reuse/dep5 b/.reuse/dep5 index 337b069d277d..bba46179745d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,10 @@ Upstream-Name: libcamera Upstream-Contact: Laurent Pinchart Source: https://git.libcamera.org/libcamera/libcamera.git/ +Files: Documentation/theme/static/search.png +Copyright: 2022 Fonticons, Inc. +License: CC-BY-4.0 + Files: src/ipa/raspberrypi/data/*.json utils/raspberrypi/ctt/ctt_config_example.json utils/raspberrypi/ctt/ctt_ref.pgm diff --git a/LICENSES/CC-BY-4.0.txt b/LICENSES/CC-BY-4.0.txt new file mode 100644 index 000000000000..13ca539f377d --- /dev/null +++ b/LICENSES/CC-BY-4.0.txt @@ -0,0 +1,156 @@ +Creative Commons Attribution 4.0 International + + Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. + +Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + + d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + + g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights under this Public License. + + i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. Term. The term of this Public License is specified in Section 6(a). + + 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. Downstream recipients. + + A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. Other rights. + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + + b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + + b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + + d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + + c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + + d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. From patchwork Wed Sep 28 12:09:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17452 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id EA577C327E for ; Wed, 28 Sep 2022 12:09:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9FF6B622B6; Wed, 28 Sep 2022 14:09:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366986; bh=VIIothsLPO+iUm37Inqf0hEuiPmwoSczS8lJlXUi7IU=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=2XLzIJWH44vjz/V++guRdmccFhPOToneiMCXNgxEH5DXxvAskEeJo2T2I9/noIuYB 1GSRsjONpq8l9rRYYWmqWJJchIcefNFzEo9JbgwIFJpTHT7Tf2vnzi3zTcdmXedx7D eMk4OBauOPXPGrA/4OGDL6qWmHCQXrVKKmS80Zo1T/AKMWF/cZ/p9DpPCg0zyFmw4X CGSnHEi8yudJrPlvCDtu8x7ZUw/6ziEo3peJLKYYZMepNLu7BIduIemRf0YyPIbvF+ 3/2YQ1C6EpdD9CwfHIikORuV9QhSFKxwvSABa/ZvefDlGUyHwmnwF0U8F6CWgqJVv7 eckAU3udCmqLw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 65AB2622AB for ; Wed, 28 Sep 2022 14:09:44 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Tat4uFKi"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DAD0E47C for ; Wed, 28 Sep 2022 14:09:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366984; bh=VIIothsLPO+iUm37Inqf0hEuiPmwoSczS8lJlXUi7IU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tat4uFKiJhprFofN2WD+vSio1hU/cjnp6uEfwZ/Ha4iXUZPEP8MUdisnnm84SB49Z YOXXd/wA7FSVHcjwqre0nW+jp3Ao/9mKWAotiVOmvebaOVXuJeWnmbGEbjgquHxq4F x1d72zafvAVa1HGeZdq/qNrhmfCljotH9hoAuuSk= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:35 +0300 Message-Id: <20220928120937.10031-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 3/5] android: Add missing SPDX headers to Android headers X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Most headers imported from Android have an SPDX tag (added manually in commit 190bebef0840), but four headers that have been imported more recently are missing license identifiers. Fix them. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/android/system/core/include/system/graphics-base-v1.0.h | 1 + include/android/system/core/include/system/graphics-base-v1.1.h | 1 + include/android/system/core/include/system/graphics-base.h | 1 + include/android/system/core/include/system/graphics-sw.h | 1 + 4 files changed, 4 insertions(+) diff --git a/include/android/system/core/include/system/graphics-base-v1.0.h b/include/android/system/core/include/system/graphics-base-v1.0.h index 44913cc61f25..7548d879cafb 100644 --- a/include/android/system/core/include/system/graphics-base-v1.0.h +++ b/include/android/system/core/include/system/graphics-base-v1.0.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.0 // Location: hardware/interfaces/graphics/common/1.0/ diff --git a/include/android/system/core/include/system/graphics-base-v1.1.h b/include/android/system/core/include/system/graphics-base-v1.1.h index f95b9ba213f6..3513072445aa 100644 --- a/include/android/system/core/include/system/graphics-base-v1.1.h +++ b/include/android/system/core/include/system/graphics-base-v1.1.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.1 // Location: hardware/interfaces/graphics/common/1.1/ diff --git a/include/android/system/core/include/system/graphics-base.h b/include/android/system/core/include/system/graphics-base.h index ea920071c74d..d01e9874f989 100644 --- a/include/android/system/core/include/system/graphics-base.h +++ b/include/android/system/core/include/system/graphics-base.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_BASE_H_ #define SYSTEM_CORE_GRAPHICS_BASE_H_ diff --git a/include/android/system/core/include/system/graphics-sw.h b/include/android/system/core/include/system/graphics-sw.h index 9e1a88e9e395..4a1cf8294dad 100644 --- a/include/android/system/core/include/system/graphics-sw.h +++ b/include/android/system/core/include/system/graphics-sw.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_SW_H_ #define SYSTEM_CORE_GRAPHICS_SW_H_ From patchwork Wed Sep 28 12:09:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17453 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id A01ADBD16B for ; Wed, 28 Sep 2022 12:09:50 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5231F622E6; Wed, 28 Sep 2022 14:09:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366990; bh=q1Va78GlcgRWYtM+yCpIOt8yKTpBxmHRG6qKQyxK0UY=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=PfT3zwaw3cZ/1HacIOAGsoeOhzPXJuRFvH5GEz3GWheHo5Frn/cP9mb8Bzm3R236e zCnoVa55IzXTIGWvUUCk+tepSRg6T9+wSf8+fUgvxgdfI8VkoTatqiCs+EEiHVwGEc gKwBMdIKN7UmUq2S9HCKRfC39NncLYWK10zlG9wg1nA6W17oo8uMi9OxY6HSuIEQvF yQ16qVR2ywwuyA+SGWvAnrb4uxHZVxFltAVxarHNsUV9/T5m0u7DuAv/jtlpmJeULu n/XMLlP0ZAkzofjl2V24+Bt7kK23NhBESVz46ayuPJeG+o2DWRyuk094Y8bH6PsdF/ cLYqEAZJ0K0fg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2709A622AB for ; Wed, 28 Sep 2022 14:09:46 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="fEUh/ksU"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6D9AF47C; Wed, 28 Sep 2022 14:09:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366985; bh=q1Va78GlcgRWYtM+yCpIOt8yKTpBxmHRG6qKQyxK0UY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fEUh/ksUKXPDtcA0/DyRfsdDi1V+XW9I4TbM/8+VO4Gy4f5QLHAxubEszxyGp3fU/ y2FigtFdWL0okA3ky5X2il9KEJKu9iFZTAHOJDzTjnNMJ6pQI/0dY4lSgS8GZ25NBy aY2Em7XYkAN6CMnj7+wOfcy9jZvSIW+AGpOE/4gk= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:36 +0300 Message-Id: <20220928120937.10031-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 4/5] utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The delayedctrls_parse.py script is missing license information. Add an SPDX header to fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Naushir Patuck Reviewed-by: Kieran Bingham --- Naush, you're the author of this file, is this the correct license ? --- utils/raspberrypi/delayedctrls_parse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/raspberrypi/delayedctrls_parse.py b/utils/raspberrypi/delayedctrls_parse.py index e38145d8e98e..1decf73f0906 100644 --- a/utils/raspberrypi/delayedctrls_parse.py +++ b/utils/raspberrypi/delayedctrls_parse.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause + import re import sys import os From patchwork Wed Sep 28 12:09:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17454 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 325C0C327E for ; Wed, 28 Sep 2022 12:09:51 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D08E9622B7; Wed, 28 Sep 2022 14:09:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366990; bh=3cty+F71NbGscwgiKZOZF929iC9uT3Lt9pXAwqV0Ubc=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=oISn2l3IRUmiARnn9S5/Hh6Qt3PDL+DP+idV9VCsVOFmNmeym/R4OiqsPobFW8pcq jSbn93plt1GJKvbalBfEB/IQ7M5UZnCDmJAvGn8wmvwDSKgRhECO366AHpM8nz59ra G4U4YaLZUaDUdbmE7F5LgzGBT1LF61oQWdYcwBbAQQnBEgieFhNYLs3sgrqeDzahPw AkMLTOjwjUK+Ut+/SH6fkeUQP0GmD/Vxr4m+9Q75DeURLBsC43BMnoRsh2GltwOj4H 7Lkt3NPH981/jBeqowucDA7u2XBr1SW9CPhTVsGbvs0H9H5jG6qQ+82i+3PG/lSI2F EvKdJGcLweTYg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 659016224C for ; Wed, 28 Sep 2022 14:09:47 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="BkmAT1v7"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DDE5647C for ; Wed, 28 Sep 2022 14:09:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366987; bh=3cty+F71NbGscwgiKZOZF929iC9uT3Lt9pXAwqV0Ubc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BkmAT1v7Ta9h+4VVlpFtuUpIYWYvFQxpclm5RHc6c09pKoTmxghOIgoabP3RZKDnu hnnuPxk1xRfrkRq7S1LwoIuTa/JRQifyGDUpFakQ6spYbSOYJZ/gTl6ndHvJPiIXe8 u4mZCKMElii333w97xjxs9lBC9NTUVRh7dnEGbW0= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:37 +0300 Message-Id: <20220928120937.10031-6-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 5/5] libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Miscellaneous files that are not considered copyrightable are missing an SPDX-License-Identifier header. Fix this by adding a header listing the CC0-1.0 license. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- .clang-tidy | 2 ++ src/android/data/nautilus/camera_hal.yaml | 2 ++ src/android/data/soraka/camera_hal.yaml | 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 ++ 9 files changed, 18 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index b40e588a1a81..8056d7a88d2f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,2 +1,4 @@ +# SPDX-License-Identifier: CC0-1.0 + Checks: -clang-diagnostic-c99-designator FormatStyle: file diff --git a/src/android/data/nautilus/camera_hal.yaml b/src/android/data/nautilus/camera_hal.yaml index faddd29eded7..2105fcca8ffc 100644 --- a/src/android/data/nautilus/camera_hal.yaml +++ b/src/android/data/nautilus/camera_hal.yaml @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + cameras: "\\_SB_.PCI0.I2C2.CAM0": location: back diff --git a/src/android/data/soraka/camera_hal.yaml b/src/android/data/soraka/camera_hal.yaml index 2e9964035098..d886af06ce10 100644 --- a/src/android/data/soraka/camera_hal.yaml +++ b/src/android/data/soraka/camera_hal.yaml @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + cameras: "\\_SB_.PCI0.I2C4.CAM1": location: front diff --git a/src/py/meson.build b/src/py/meson.build index 4ce9668caa7b..a4586b4aee0a 100644 --- a/src/py/meson.build +++ b/src/py/meson.build @@ -1 +1,3 @@ +# SPDX-License-Identifier: CC0-1.0 + subdir('libcamera') diff --git a/subprojects/.gitignore b/subprojects/.gitignore index fd3f4a5bfe09..0a8fd3a67d33 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + /googletest-release* /libyaml /libyuv diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap index 40128b35d6dc..8892e1842aae 100644 --- a/subprojects/gtest.wrap +++ b/subprojects/gtest.wrap @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + [wrap-file] directory = googletest-release-1.11.0 source_url = https://github.com/google/googletest/archive/release-1.11.0.zip diff --git a/subprojects/libyaml.wrap b/subprojects/libyaml.wrap index 3d7d0a328be4..392416c61486 100644 --- a/subprojects/libyaml.wrap +++ b/subprojects/libyaml.wrap @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + [wrap-git] directory = libyaml url = https://github.com/yaml/libyaml diff --git a/subprojects/libyuv.wrap b/subprojects/libyuv.wrap index 8ba51fa009c5..3417e73f376c 100644 --- a/subprojects/libyuv.wrap +++ b/subprojects/libyuv.wrap @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + [wrap-git] directory = libyuv url = https://chromium.googlesource.com/libyuv/libyuv.git diff --git a/subprojects/pybind11.wrap b/subprojects/pybind11.wrap index e8037a5dfb48..dd02687b58a8 100644 --- a/subprojects/pybind11.wrap +++ b/subprojects/pybind11.wrap @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + [wrap-git] url = https://github.com/pybind/pybind11.git # This is the head of 'smart_holder' branch