From: Mike Frysinger via Gdb-patches <gdb-patches@sourceware.org>
To: gdb-patches@sourceware.org
Cc: Joel Brobecker <brobecker@adacore.com>
Subject: [RFC PATCH] sim: switch Cygnus Solutions copyrights to FSF
Date: Sat, 1 Jan 2022 13:41:00 -0500 [thread overview]
Message-ID: <20220101184100.12821-1-vapier@gentoo.org> (raw)
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 <http://www.gnu.org/licenses/>. */
+
+/* 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 <http://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
#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
next reply other threads:[~2022-01-01 18:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-01 18:41 Mike Frysinger via Gdb-patches [this message]
2022-01-08 8:36 ` Joel Brobecker via Gdb-patches
2022-01-13 20:50 ` Mike Frysinger via Gdb-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220101184100.12821-1-vapier@gentoo.org \
--to=gdb-patches@sourceware.org \
--cc=brobecker@adacore.com \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox