From patchwork Mon Jun 8 13:46:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 3991 Return-Path: Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7D1F361027 for ; Mon, 8 Jun 2020 15:46:53 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="BWdiC58S"; dkim-atps=neutral Received: by mail-wr1-x441.google.com with SMTP id y17so17450357wrn.11 for ; Mon, 08 Jun 2020 06:46:53 -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=oju6GyiNrioaCQ8RH9phxLCQCcFE9eRafr75LvOztyI=; b=BWdiC58SiQPQMkqpkWdoNPHztXlwwRgNuPdsdnEYfdzAe9XA7FsUl+NF1/T1NgUx7x RiTDYHz95DkfCk85E+cqi0PzKG1cTDMUCZa1xheLUmx9jwl3KaTzP6n2Qy4Ng8f85y3k YJiM2UiRtccM0yjbvQPoEu/CYviIXyLnQFhyYJVMnkxfPPfBk4XfuqfqQaaHd1ZHlWKH lwAiGz+xVZAkHL3fxzinq7bB5ThK6hJ8+5y2uD35d+VRhqQwWt1jkX4CzP3HSqhgkTfg vx/kJeXuTl6eBg/fbU7urS7Q+dgrS9lQIwfVAO8HGbkIoUfUR6fvksfJzyoZW+JmWMpy r7Jw== 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=oju6GyiNrioaCQ8RH9phxLCQCcFE9eRafr75LvOztyI=; b=iOXJO3iPnoGP4uuj6KyKvTYBCmwjqpvz5VwdcaFzYq+isDGAU1pwB/dXGDJDScpshC I2r1IF292tfERm7qeJyQHysyIeKmpHhMkKSfLPzzt6SnSdNG+4tcCspdwwfzZMb62Jlq 2qd0uTQVE/vIamLqFa1JhHmQEPPTMvvodfj5aJrgFLE/iWEbbDNzV8MgYF6xQtariGMR bJH5aESga0QL85bgLFYGZgIo1gSxoZydokYsb2i5uEJ19Dat6eVRQ082BISjt7ISAisd OB8SDnO2WThPn5Hfd8RoKlI4c7he9g/iUOkrhAd1rnL7wXu9RMkejkagvGdsU0CsnNQl Z0UQ== X-Gm-Message-State: AOAM5333I4/KiHq8WvEe+nXnJ+01ZDDgUJOnDKm+Bks5EwSgjyuC+pXA 8DS0L2gkdUUfFduuVm5WOZSr1lM3J28= X-Google-Smtp-Source: ABdhPJySAuqmWj6cFLjdnp5KHOAXaFo1aS2kUhf4aHCVyiCFgrkQO8vlxQbh0V5jIkndo/1tRs/7NQ== X-Received: by 2002:a5d:554b:: with SMTP id g11mr23813053wrw.260.1591624012869; Mon, 08 Jun 2020 06:46:52 -0700 (PDT) Received: from naushir-VirtualBox.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id b18sm22710447wrn.88.2020.06.08.06.46.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jun 2020 06:46:52 -0700 (PDT) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Mon, 8 Jun 2020 14:46:47 +0100 Message-Id: <20200608134647.534142-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] 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 13:46:53 -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 --- src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *