From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 31 Jul 2023 11:11:45 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qQOwM-000Znp-3C for lore@lore.pengutronix.de; Mon, 31 Jul 2023 11:11:45 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qQOwI-0007ke-Lp; Mon, 31 Jul 2023 11:11:42 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qQOwF-0007a7-1Y; Mon, 31 Jul 2023 11:11:39 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qQOwE-0005jI-CS; Mon, 31 Jul 2023 11:11:38 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qQOwC-00FVbV-37; Mon, 31 Jul 2023 11:11:36 +0200 From: Roland Hieber To: oss-tools@pengutronix.de Date: Mon, 31 Jul 2023 11:11:30 +0200 Message-Id: <20230731091131.3696307-9-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230731091131.3696307-1-rhi@pengutronix.de> References: <20230731091131.3696307-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [OSS-Tools] [PATCH dt-utils v2 8/9] DCO: add SPDX license information X-BeenThere: oss-tools@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: Pengutronix Public Open-Source-Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "OSS-Tools" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: oss-tools-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false There is nothing prefabricated yet, so use a custom LicenseRef instead. Signed-off-by: Roland Hieber --- PATCH v2: new in series v2 --- DCO | 2 ++ LICENSES/LicenseRef-DCO.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 LICENSES/LicenseRef-DCO.txt diff --git a/DCO b/DCO index 8201f992154a..75e56dd2683f 100644 --- a/DCO +++ b/DCO @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LicenseRef-DCO + Developer Certificate of Origin Version 1.1 diff --git a/LICENSES/LicenseRef-DCO.txt b/LICENSES/LicenseRef-DCO.txt new file mode 100644 index 000000000000..b5b12d7c360b --- /dev/null +++ b/LICENSES/LicenseRef-DCO.txt @@ -0,0 +1,2 @@ +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. -- 2.39.2