From patchwork Mon Jun 8 15:10:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 3993 Return-Path: Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 826B061027 for ; Mon, 8 Jun 2020 17:10:38 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="scBEp4kw"; dkim-atps=neutral Received: by mail-wm1-x341.google.com with SMTP id u13so15705712wml.1 for ; Mon, 08 Jun 2020 08:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Vb7Ew9t+BvAYd1GsN+LEM4gScnueKthAjHdziVtTbzQ=; b=scBEp4kw3llwDXgecUIKYMKXTwoCIv0A9OY62uPrb4V61b85C4TZsdz3ZCx1cFIRIB +RvnxzSEdiwhWz/14ER2a8g9Wpuv6bA9k9A7KFuIOQiZr6ssE6DTHZeWPrfs/fWgT/Fp Aez7yHzl0FGe2s4T18Yt9NAtydu3e9Em9uQFqFIXwY6r7372XRH/R6nm8MgZVLscZfDY SgNZP9udUBQe06kjkkTqYm6lEZUVRTbDBSyKCVwPQgoz9O/F/2XJwg2CUaF0GlG/V27L HLRZ2Nno6vbjZkz0md5wIKwSq0Ob2WERfSXZWx2Swrw6YTCGvGI9dGQaIrgC0LZYpX2E eEtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Vb7Ew9t+BvAYd1GsN+LEM4gScnueKthAjHdziVtTbzQ=; b=rVvKG8o5Bf7MhS421TH/o3cMYYa2GTdMfrpIoNv+lhfHRIlhA5zWO31chwN7CtYXNI 1Lx/S2X8BJDWLQL/xjwKMdr5fEvnXEQeQId0ipOTEW0g5W/utvoSHMrBcL5kdREhvWzq G4tsvkurouV9uCyZsBNllx5Gz6pg9mns2dRBIY+Z9U8YOHdIfvqysQM9gQdcWDQk3WiD IIPM+/y3M3174W0hO5NszjBiQ1p14mSXjhNkf7jLU9hl+njNGequt0untH2iWjr6AXxX BEbljOH6UUH1ssyYcZR6qzhZpZ2RetXhk9tnKtf3Sa62lR827yBA46XXhXaZphb29inw 1e5A== X-Gm-Message-State: AOAM530qPWzF6qEae7WCwzB8UVeO5EaXOVk48ziQ+CQUnYVR859QnDJ7 8x2BLExzzJbOcGsNcHpP6Nm7zLvcBOs= X-Google-Smtp-Source: ABdhPJyDtQOdIBii2zTNgtb7AmjoK5wBri6DsTJiVgZEnxvbN+k5oodVDmAkEXopdwJn8cWCrwUPPw== X-Received: by 2002:a7b:c113:: with SMTP id w19mr17979069wmi.161.1591629037658; Mon, 08 Jun 2020 08:10:37 -0700 (PDT) Received: from naushir-VirtualBox.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id i8sm33621wru.30.2020.06.08.08.10.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jun 2020 08:10:36 -0700 (PDT) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Mon, 8 Jun 2020 16:10:00 +0100 Message-Id: <20200608151000.535438-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2] libcamera: pipeline: raspberrypi: Use LGPL-2.1 license 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-List-Received-Date: Mon, 08 Jun 2020 15:10:39 -0000 Swap the pipeline handler to use "LGPL-2.1-or-later" license. This is to unify with the libcamera core source code license. Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Acked-by: Jacopo Mondi Acked-by: Kieran Bingham Acked-by: Niklas Söderlund --- src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +- src/libcamera/pipeline/raspberrypi/staggered_ctrl.cpp | 2 +- src/libcamera/pipeline/raspberrypi/staggered_ctrl.h | 2 +- src/libcamera/pipeline/raspberrypi/vcsm.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index e16a9c7f..74d313b8 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-2-Clause */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019-2020, Raspberry Pi (Trading) Ltd. * diff --git a/src/libcamera/pipeline/raspberrypi/staggered_ctrl.cpp b/src/libcamera/pipeline/raspberrypi/staggered_ctrl.cpp index 5ed63a8e..416cb946 100644 --- a/src/libcamera/pipeline/raspberrypi/staggered_ctrl.cpp +++ b/src/libcamera/pipeline/raspberrypi/staggered_ctrl.cpp @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-2-Clause */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * diff --git a/src/libcamera/pipeline/raspberrypi/staggered_ctrl.h b/src/libcamera/pipeline/raspberrypi/staggered_ctrl.h index 1076fde3..98994a61 100644 --- a/src/libcamera/pipeline/raspberrypi/staggered_ctrl.h +++ b/src/libcamera/pipeline/raspberrypi/staggered_ctrl.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-2-Clause */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * diff --git a/src/libcamera/pipeline/raspberrypi/vcsm.h b/src/libcamera/pipeline/raspberrypi/vcsm.h index e32c2588..bebe86a7 100644 --- a/src/libcamera/pipeline/raspberrypi/vcsm.h +++ b/src/libcamera/pipeline/raspberrypi/vcsm.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-2-Clause */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019, Raspberry Pi (Trading) Limited *