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 picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 331C2E81DF9 for ; Fri, 6 Oct 2023 13:25:32 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 726E33C911B for ; Fri, 6 Oct 2023 15:25:30 +0200 (CEST) Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [217.194.8.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id A8B2F3C65F4 for ; Fri, 6 Oct 2023 15:25:18 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id 4CF98204726 for ; Fri, 6 Oct 2023 15:25:17 +0200 (CEST) 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 A441D2184D; Fri, 6 Oct 2023 13:25:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1696598716; h=from:from:reply-to: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=Fq8rY8FmxU5ooDU3lEIDviVJjgQoFv7tpYB/xAYWrGc=; b=3XYxqyYvHE6hIwhdLCkB8m1m4LKtkAwDPjfL5G3g9xB6GFM8v2cEEjvI2PjfTXw2D47suh IFQHrIhVeUOq4CPwqkxi2gDqPaxPN3Q7JYqWs1DX5ynb/40jL2KKatBX0SSOHG3WFlUjlD qOFRDRWExPtu3/uBApIi6dtltbr/jI8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1696598716; h=from:from:reply-to: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=Fq8rY8FmxU5ooDU3lEIDviVJjgQoFv7tpYB/xAYWrGc=; b=Bea3NsBEnrl2uPAKQ3bo6Y688wp7LDy/BAeQ3h0IwuYiSBDwJoCtFmPNeYXx+G/pK68FOj U/EqydCveAEt38AQ== 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 6F41A13A2E; Fri, 6 Oct 2023 13:25:16 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id v2ReGbwKIGXhOwAAMHmgww (envelope-from ); Fri, 06 Oct 2023 13:25:16 +0000 Date: Fri, 6 Oct 2023 15:25:14 +0200 From: Petr Vorel To: Andrea Cervesato Message-ID: <20231006132514.GA214612@pevik> References: <20230906134452.9792-1-andrea.cervesato@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230906134452.9792-1-andrea.cervesato@suse.de> X-Virus-Scanned: clamav-milter 1.0.1 at in-7.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH v1] Rewrite fork04 test X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Petr Vorel Cc: Richard Palethorpe , ltp@lists.linux.it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi Andrea, Richie, thanks this rewrite. There are small issues with the copyright and license. ... > +++ b/testcases/kernel/syscalls/fork/fork04.c > @@ -1,328 +1,93 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later You relicenced to v2+. > /* > - * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. Removed valid copyright (although you rewrite the test, we still need to keep the original copyright). > - * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of version 2 of the GNU General Public License as > - * published by the Free Software Foundation. => v2 only. > - * > - * This program is distributed in the hope that it would be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * > - * Further, this software is distributed without any warranty that it is > - * free of the rightful claim of any third person regarding infringement > - * or the like. Any license provided herein, whether implied or > - * otherwise, applies only to this software file. Patent licenses, if > - * any, provided herein do not apply to combinations of this program with > - * other software, or any other product whatsoever. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, write the Free Software Foundation, Inc., > - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > - * > - * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy, > - * Mountain View, CA 94043, or: > - * ... > + * Copyright (C) 2023 SUSE LLC Andrea Cervesato > + */ Because Richie has already merged this, I put back GPL v2 and original SGI copyright. While at it, I also added LTP copyright. Kind regards, Petr -- Mailing list info: https://lists.linux.it/listinfo/ltp