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 D842DC54EE9 for ; Tue, 27 Sep 2022 06:43:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230131AbiI0Gnl (ORCPT ); Tue, 27 Sep 2022 02:43:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbiI0Gnb (ORCPT ); Tue, 27 Sep 2022 02:43:31 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD9CE937AE; Mon, 26 Sep 2022 23:43:29 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 8696321E7D; Tue, 27 Sep 2022 06:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664261008; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5ZxpDsEb1+mKewCmEANaAdXtVhFN/dYIiQ5noUVg3Qw=; b=zIpWWayTfGeFuEXjh5v0hmcstGcxFH4k8OaKlCZBICZZYJd/eD8AGXOS6pw4SK2HSF9FRK Nf80KahTmA2d4Zz0fLBmaXUFF5vPIzt7nqiwzk2/l1EaEhl609ZPpbMgfujG/g0EIq3RfC hgSjyYyyYTZXvAcOWDrV1S8y4nxRROM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664261008; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5ZxpDsEb1+mKewCmEANaAdXtVhFN/dYIiQ5noUVg3Qw=; b=4Dw8zTirRND7Dp24bd4PJfLEvriglIzrB8FK8WTdcXB3ho7QUE4nRR090otMfja6INH6M7 qkHdGni1iD+oZeDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 52949139BE; Tue, 27 Sep 2022 06:43:28 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id D0hmE5CbMmPgZQAAMHmgww (envelope-from ); Tue, 27 Sep 2022 06:43:28 +0000 Date: Tue, 27 Sep 2022 08:43:27 +0200 Message-ID: <87edvxgvw0.wl-tiwai@suse.de> From: Takashi Iwai To: Christophe JAILLET Cc: Jaroslav Kysela , Takashi Iwai , Vinod Koul , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH] headers: Remove some left-over license text in include/uapi/sound/ In-Reply-To: <203c1db92c470925f31e361f6e7d180812501f2e.1664112023.git.christophe.jaillet@wanadoo.fr> References: <203c1db92c470925f31e361f6e7d180812501f2e.1664112023.git.christophe.jaillet@wanadoo.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Sun, 25 Sep 2022 15:20:46 +0200, Christophe JAILLET wrote: > > There is already a SPDX-License-Identifier tag, so the corresponding > license text can be removed. > > Signed-off-by: Christophe JAILLET > --- > Note: include/uapi/sound/compress_params.h has a slight modification in the > wording. Thanks, applied now (with the subject prefix change). Takashi