public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: clarify license text via COPYING file
@ 2021-11-06  5:46 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-11-06  5:46 UTC (permalink / raw)
  To: gdb-patches

The project has been using GPL v3 for a while now in the source files,
and the arm & ppc ports have carried a copy of the COPYING file.  Lets
move those up to the top sim dir like other projects to make it clear.

Also drop the ppc/COPYING.LIB as it's not really referenced by any
source as everything is GPL v3.
---
 sim/{arm => }/COPYING |   0
 sim/ppc/COPYING       | 674 ------------------------------------------
 sim/ppc/COPYING.LIB   | 481 ------------------------------
 3 files changed, 1155 deletions(-)
 rename sim/{arm => }/COPYING (100%)
 delete mode 100644 sim/ppc/COPYING
 delete mode 100644 sim/ppc/COPYING.LIB

diff --git a/sim/arm/COPYING b/sim/COPYING
similarity index 100%
rename from sim/arm/COPYING
rename to sim/COPYING
diff --git a/sim/ppc/COPYING b/sim/ppc/COPYING
deleted file mode 100644
diff --git a/sim/ppc/COPYING.LIB b/sim/ppc/COPYING.LIB
deleted file mode 100644
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-06  5:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06  5:46 [PATCH] sim: clarify license text via COPYING file Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).