From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id D163E385841B for ; Thu, 22 Feb 2024 21:38:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D163E385841B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D163E385841B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708637892; cv=none; b=kbUqFKHz0uFGnc0KkBBEHMzZCfR/rNz7jG8R+CSau00onVWoLbfkWkJIBU3WQBn6O61nsSopiHcrN5ej7Z0Lg1XVhcsBvtAHEra1oG7MghrNdfM1kYMDHKUIP/OyNC+WG1lZoLrM5GeadQRfjsO3nqT+8vDLJX9FP7+vc/7/o6E= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708637892; c=relaxed/simple; bh=RtLE8gGGtqVCdPpqSNKVNWH0tUHlSJqnLeIvTg1u07I=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=e+EUdJUEqAZGfl5WjAgmY4srpQAeJWxeT4eyZOViGyo/MYmF69aTaZXnTBR8qJgHcAe5+NdONqEKPvgQ1G8gChNTT3Mw6Muno0xPEc33gq8Rfo4m9rsPGBDtfzsguSCjSGIMQ4Y3CRnH0lCN4nlV7wguYPtw83wnVFTeztpWz44= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id F13F83000400; Thu, 22 Feb 2024 22:38:09 +0100 (CET) Date: Thu, 22 Feb 2024 22:38:09 +0100 From: Mark Wielaard To: Robert Dubner Cc: gdb@sourceware.org Subject: Re: Legal assigment forms for GDB Message-ID: <20240222213809.GE12488@gnu.wildebeest.org> References: <015101da65cf$48f6a410$dae3ec30$@symas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015101da65cf$48f6a410$dae3ec30$@symas.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Bob, On Thu, Feb 22, 2024 at 02:39:51PM -0600, Robert Dubner wrote: > I anticipate making contributions to GDB on an ongoing basis. Apparently > there are forms the FSF wants filled out, and according to > https://sourceware.org/gdb/wiki/ContributionChecklist, I am supposed to > ask for them here. > > I hereby request any forms I need. I saw you made the same request for GCC. You can use the same request-assign.future for both GCC and GDB: https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright/request-assign.future Just say GCC and GDB under [What is the name of the program or package you're contributing to?] Then just sent a copy to assign@gnu.org Cheers, Mark