From patchwork Thu Feb 13 15:36:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2817 Return-Path: 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 1EA966196C for ; Thu, 13 Feb 2020 16:36:58 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A88519D3 for ; Thu, 13 Feb 2020 16:36:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608217; bh=c9NiVwVP7UHFUM1pyV5taRiG9xsgMaWkh3AcixxD9co=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ndUhXnGqEwgq+sLAiB4eNce16Rpa9GQHGeml9wEeaWnJiM5hJVDzceurybsJ32W9k Rf1BmunsxkUbh7V3ObPNhLMQ51l0xANuwFXS7LX5Imiz5we/HPPcLZiWxwOBp6t/cu xngClpkd8FudOtF9LcMV97ud7YYlEyHRBZzSw80A= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:29 +0200 Message-Id: <20200213153635.27953-6-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> References: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH/RFC 05/11] licenses: Move developer's certificate of origin to Documentation/ 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: Thu, 13 Feb 2020 15:36:59 -0000 The developer's certificate of origin isn't a license, move it from LICENSES/ to Documentation/. Signed-off-by: Laurent Pinchart --- {LICENSES => Documentation}/developer-certificate-of-origin.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {LICENSES => Documentation}/developer-certificate-of-origin.txt (100%) diff --git a/LICENSES/developer-certificate-of-origin.txt b/Documentation/developer-certificate-of-origin.txt similarity index 100% rename from LICENSES/developer-certificate-of-origin.txt rename to Documentation/developer-certificate-of-origin.txt