From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87226C4332F for ; Wed, 30 Nov 2022 14:05:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229695AbiK3OFj (ORCPT ); Wed, 30 Nov 2022 09:05:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbiK3OFg (ORCPT ); Wed, 30 Nov 2022 09:05:36 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E27794B74F for ; Wed, 30 Nov 2022 06:05:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669817132; x=1701353132; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6Jsv03cH4HEYQqbz4YCpBDtpOgrIGQCtUzR68qaPjzk=; b=W6LO6x+heSJlZwLSckt2e1xQgjseCLxSSniVTdXX6lB8M9Kl7TLGNW7D f9wm1AcXcUae2We4v85kygb29Gq16e5iQb4SWKdstBBkQE2P05a9h/GEp WhLoCghRfX0ehVFuz5lT7szjEBYm6EB4a2cydNhCT81+lHfkZy4djG2Qx K4aecLpHfaLDbrWC73jsp5zCyml+ItUcDwso6Z7P2dz8F+d3XXRYfMGOm sCF3iL9O5iACWMRgX0asp3EEA2WO7P0KgqAQiZD8NdItBVm+cqBGK4G2f ZeljRcRwRRlqfhsywMY5GHptoATsX91zGIET9ffpBA686NqFUDTUPl07K A==; X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="342322931" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="342322931" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 06:05:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="768840705" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="768840705" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 30 Nov 2022 06:05:30 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1p0NiL-002IIN-0A; Wed, 30 Nov 2022 16:05:29 +0200 Date: Wed, 30 Nov 2022 16:05:28 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Kent Gibson , Linus Walleij , Viresh Kumar , linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [libgpiod][PATCH 07/11] bindings: rust: make reuse happy Message-ID: References: <20221130124231.1054001-1-brgl@bgdev.pl> <20221130124231.1054001-8-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130124231.1054001-8-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Nov 30, 2022 at 01:42:27PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add missing license text files and use the CC0-1.0 license for the > rust-specific .gitignore file. ... > diff --git a/bindings/rust/.gitignore b/bindings/rust/.gitignore > index 95054d9..6fe7bde 100644 > --- a/bindings/rust/.gitignore > +++ b/bindings/rust/.gitignore > @@ -1,4 +1,6 @@ > -# Added by cargo Seems like automatically generated, which means that next time something comes here may well screw up the below. > +# SPDX-License-Identifier: CC0-1.0 > +# SPDX-FileCopyrightText: 2022 Linaro Ltd. > +# SPDX-FileCopyrightTest: 2022 Viresh Kumar -- With Best Regards, Andy Shevchenko