From patchwork Thu Feb 13 15:36:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2813 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 6D80561965 for ; Thu, 13 Feb 2020 16:36:56 +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 05E249D3 for ; Thu, 13 Feb 2020 16:36:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608216; bh=OgXNq991Rc3xx8KSefkprUrCwpHEK34BL/BJ7QD8Q8k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wSQdcx8IfVXmFYuoFAAna6AfIdP/bAm5NPPE0aNgLoUFA4hF8HMm4Bo/fd9wDF6VE wzcfGYvt+Y3z83MbIybrHW33i5LYiQHkCL9Pd8znf94CbsvIFl/iVFKLHXM1qogATg B1gvtSwMLdefqIZAtjZ/qQhZDN+ummpCuZ+B8/a0= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:25 +0200 Message-Id: <20200213153635.27953-2-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 01/11] licenses: Rename license files according to REUSE 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:56 -0000 The REUSE specification [1] defines a standardized method for declaring copyright and licensing information. Rename the licenses directory and the files it contains to comply with the specification. No license test is modified. [1] https://reuse.software/spec/ Signed-off-by: Laurent Pinchart Acked-by: Kieran Bingham --- licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt | 0 licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt | 0 licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt | 0 licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt | 0 {licenses => LICENSES}/developer-certificate-of-origin.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt (100%) rename licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt (100%) rename licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%) rename licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%) rename {licenses => LICENSES}/developer-certificate-of-origin.txt (100%) diff --git a/licenses/apache-2.0.txt b/LICENSES/Apache-2.0.txt similarity index 100% rename from licenses/apache-2.0.txt rename to LICENSES/Apache-2.0.txt diff --git a/licenses/cc-by-sa-v4.0.txt b/LICENSES/CC-BY-SA-4.0.txt similarity index 100% rename from licenses/cc-by-sa-v4.0.txt rename to LICENSES/CC-BY-SA-4.0.txt diff --git a/licenses/gnu-gpl-2.0.txt b/LICENSES/GPL-2.0.txt similarity index 100% rename from licenses/gnu-gpl-2.0.txt rename to LICENSES/GPL-2.0.txt diff --git a/licenses/gnu-lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt similarity index 100% rename from licenses/gnu-lgpl-2.1.txt rename to LICENSES/LGPL-2.1.txt diff --git a/licenses/developer-certificate-of-origin.txt b/LICENSES/developer-certificate-of-origin.txt similarity index 100% rename from licenses/developer-certificate-of-origin.txt rename to LICENSES/developer-certificate-of-origin.txt