From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A962D2BCFB; Wed, 30 Jul 2025 18:41:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753900892; cv=none; b=qhl4pzHfSqJSay9r/vzGv2KJvV+EqJ9ositiU/x47CApdc1VFpnCoaVNOZijIODfpw+hRV/9z8XTPdgRuZAwULFD/6GFeeY56NW+CkFRCZfMrAAVXliJ1NYZLO7HWO0LhuLGZ5YfzaOvHdn+L13resarqFFLv0SNbvWTNa1wyUw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753900892; c=relaxed/simple; bh=uFy1aNmE6hCD+b1Vg3KkRIA2KtSqAGBq+0SnJfrgODE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uXs7sBrNz6c7IFD4gulPduZoyB3D90FiJkCUzL5iGXfJDBShQ/yrt4RmLyVjUadxdsuHJO6U+AzIT1OHpJ7mf+4YueXqAp6gFwUvLBsZqZVHh86PhBEVugkdorh7Pm3Vu4H50QaPUnA2tmx/Y2G4EYiKlV6YcVyhitcRalhr+08= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PkrN0CRX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PkrN0CRX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED185C4CEE3; Wed, 30 Jul 2025 18:41:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753900892; bh=uFy1aNmE6hCD+b1Vg3KkRIA2KtSqAGBq+0SnJfrgODE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PkrN0CRXyEP5T5yBAhZY3fuT8P/1T8jFa3csXoNXw6l/LL6ToBUTJwHwl1jDi7ruZ k8Q88hEoDN6LkvJ7gF0BCgB3z8LUjTTcoz/QIBfmfYacj4RaPrFr5wq4haLxhHpV7c BWIMOzOwpsGByPrKPkW7xQkM5WI0GLvWGOTuKGXNQo1uDg7CSfGM3iObcebF36va78 5eoqzpLRMme3yi+rGk8p1+PtByxw2x7Ea09gf2abNjqzwOEGzP2RM1IPTzYVvkTk4D Usc+FSTnxEPLBfOw0NzIbwyWKD0KvE8nhQzO+GOssGJNjmaA07LqAS7moNb5qvUTCk 6PcOjKHnOutZg== Date: Wed, 30 Jul 2025 14:41:30 -0400 From: Sasha Levin To: Matthew Wilcox Cc: Kees Cook , corbet@lwn.net, linux-doc@vger.kernel.org, workflows@vger.kernel.org, josh@joshtriplett.org, konstantin@linuxfoundation.org, linux-kernel@vger.kernel.org, rostedt@goodmis.org Subject: Re: [PATCH 2/4] agents: add core development references Message-ID: References: <20250727195802.2222764-1-sashal@kernel.org> <20250727195802.2222764-3-sashal@kernel.org> <202507271937.EC44B39@keescook> <202507272203.BECE244@keescook> <202507272310.FCB96F5E93@keescook> Precedence: bulk X-Mailing-List: workflows@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Wed, Jul 30, 2025 at 07:18:44PM +0100, Matthew Wilcox wrote: >On Wed, Jul 30, 2025 at 12:25:41PM -0400, Sasha Levin wrote: >> Critical Requirements: >> >> * License: ALL code MUST be GPL-2.0 only (see COPYING) > >As I understand it, code generated by an LLM is free from copyright. >https://en.wikipedia.org/wiki/Monkey_selfie_copyright_dispute My understanding (IANAL) of https://www.copyright.gov/ai/ is that if a human provides instructions, edited the result, or had any other creative input into the process then the output is protected by copyrights. But really I'd rather just leave it to our friendly lawyers at the LF to figure the legal aspects out. -- Thanks, Sasha