From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id lvO3Glmg0GEDJAAAWB0awg (envelope-from ) for ; Sat, 01 Jan 2022 13:41:29 -0500 Received: by simark.ca (Postfix, from userid 112) id 5EC701F0D9; Sat, 1 Jan 2022 13:41:29 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 simark.ca (Postfix) with ESMTPS id 7535C1F0D0 for ; Sat, 1 Jan 2022 13:41:28 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E80133858420 for ; Sat, 1 Jan 2022 18:41:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E80133858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1641062487; bh=dD/fqC+mWG9w2v5aErPpGnj9vICpwhqb27FSr6uW5fc=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=bvbXetoLYohygJOTO/EgYQfF3rSqmsAS6xBDmOqDjQ7ZODVJB5zzi5YBSofkOHUjN nxJ9GDtkhAg7fPcTec3fRBF2YppHc2qGlL4Lv/ekVA+D+Px3PCyPd4pK7qsHs+gkoe W/0OSVsUpNNy3mP0+V4ydlaNL1sNc80e5RKTNLzk= Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 6A4B03858D28 for ; Sat, 1 Jan 2022 18:41:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6A4B03858D28 Received: by smtp.gentoo.org (Postfix, from userid 559) id 8A2E03430D0; Sat, 1 Jan 2022 18:41:03 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [RFC PATCH] sim: switch Cygnus Solutions copyrights to FSF Date: Sat, 1 Jan 2022 13:41:00 -0500 Message-Id: <20220101184100.12821-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: Joel Brobecker Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" This was done for the vast majority of files in the sim tree, but looks like these few were missed. While Cygnus Solutions doesn't exist today, it merged with RedHat who has FSF assignment in place. --- gdb/copyright.py | 5 ----- sim/arm/thumbemu.c | 3 ++- sim/common/cgen-accfp.c | 18 ++++++++++++++++-- sim/common/cgen-fpu.c | 16 +++++++++++++++- sim/common/cgen-fpu.h | 17 +++++++++++++++-- sim/mips/sim-main.c | 3 ++- 6 files changed, 50 insertions(+), 12 deletions(-) diff --git a/gdb/copyright.py b/gdb/copyright.py index 918d2e473d49..2e167b984013 100755 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -272,7 +272,6 @@ NOT_FSF_LIST = ( "sim/arm/armcopro.c", "sim/arm/armemu.c", "sim/arm/kid.c", - "sim/arm/thumbemu.c", "sim/arm/armdefs.h", "sim/arm/armopts.h", "sim/arm/dbg_cp.h", @@ -288,11 +287,7 @@ NOT_FSF_LIST = ( "sim/arm/gdbhost.h", "sim/arm/armfpe.h", "sim/arm/arminit.c", - "sim/common/cgen-fpu.c", - "sim/common/cgen-fpu.h", - "sim/common/cgen-accfp.c", "sim/mips/m16run.c", - "sim/mips/sim-main.c", "sim/moxie/moxie-gdb.dts", # Not a single file in sim/ppc/ appears to be copyright FSF :-(. "sim/ppc/filter.h", diff --git a/sim/arm/thumbemu.c b/sim/arm/thumbemu.c index 6915d23ec4cc..b0886da0f396 100644 --- a/sim/arm/thumbemu.c +++ b/sim/arm/thumbemu.c @@ -1,5 +1,6 @@ /* thumbemu.c -- Thumb instruction emulation. - Copyright (C) 1996, Cygnus Software Technologies Ltd. + Copyright 1996-2022 Free Software Foundation, Inc. + Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/common/cgen-accfp.c b/sim/common/cgen-accfp.c index 345cfe81eb28..2db9c89b4b37 100644 --- a/sim/common/cgen-accfp.c +++ b/sim/common/cgen-accfp.c @@ -1,7 +1,21 @@ /* Accurate fp support for CGEN-based simulators. - Copyright (C) 1999 Cygnus Solutions. + Copyright 1999-2022 Free Software Foundation, Inc. + Contributed by Cygnus Solutions. - This implemention assumes: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see . */ + +/* This implemention assumes: typedef USI SF; typedef UDI DF; diff --git a/sim/common/cgen-fpu.c b/sim/common/cgen-fpu.c index 1b035eae3432..7b8a97a4a6b5 100644 --- a/sim/common/cgen-fpu.c +++ b/sim/common/cgen-fpu.c @@ -1,5 +1,19 @@ /* CGEN fpu support - Copyright (C) 1999 Cygnus Solutions. */ + Copyright 1999-2022 Free Software Foundation, Inc. + Contributed by Cygnus Solutions. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see . */ /* This must come before any other includes. */ #include "defs.h" diff --git a/sim/common/cgen-fpu.h b/sim/common/cgen-fpu.h index cc5d3569e180..f62cf6ace988 100644 --- a/sim/common/cgen-fpu.h +++ b/sim/common/cgen-fpu.h @@ -1,6 +1,19 @@ /* CGEN fpu support - Copyright (C) 1999 Cygnus Solutions. - Copyright (C) 2010 Doug Evans. */ + Copyright 1999-2022 Free Software Foundation, Inc. + Contributed by Cygnus Solutions. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see . */ #ifndef CGEN_FPU_H #define CGEN_FPU_H diff --git a/sim/mips/sim-main.c b/sim/mips/sim-main.c index 876593b33f83..e4883e1e2f90 100644 --- a/sim/mips/sim-main.c +++ b/sim/mips/sim-main.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1998, Cygnus Solutions +/* Copyright 1998-2022 Free Software Foundation, Inc. + Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.33.0