From af9f51f2c9efbc18d0a7af23dc13345f1a46d4d5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Aug 2019 20:31:21 +0000 Subject: gdb: midipix-specific bits: added copyright note. --- overlay/mgdb/COPYING.MGDB | 20 ++++++++++++++++++++ overlay/mgdb/gdb/amd64-winnt-tdep.c | 6 ++++++ overlay/mgdb/gdb/i386-winnt-tdep.c | 6 ++++++ overlay/mgdb/gdb/winnt-nat.c | 6 ++++++ 4 files changed, 38 insertions(+) create mode 100644 overlay/mgdb/COPYING.MGDB diff --git a/overlay/mgdb/COPYING.MGDB b/overlay/mgdb/COPYING.MGDB new file mode 100644 index 0000000..2492a4a --- /dev/null +++ b/overlay/mgdb/COPYING.MGDB @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* mgdb: midipix-specific bits for gdb */ +/* */ +/* Copyright (C) 2019 Z. Gilboa */ +/* */ +/* 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 2 of the License, or */ +/* (at your option) version 3 of the License. */ +/* */ +/* 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 . */ +/* */ +/*****************************************************************************/ diff --git a/overlay/mgdb/gdb/amd64-winnt-tdep.c b/overlay/mgdb/gdb/amd64-winnt-tdep.c index d47bca4..ab8fdb8 100644 --- a/overlay/mgdb/gdb/amd64-winnt-tdep.c +++ b/overlay/mgdb/gdb/amd64-winnt-tdep.c @@ -1,3 +1,9 @@ +/***************************************************************/ +/* mgdb: midipix-specific bits for gdb */ +/* Copyright (C) 2019 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.MGDB. */ +/***************************************************************/ + #include "defs.h" #include "osabi.h" #include "frame-unwind.h" diff --git a/overlay/mgdb/gdb/i386-winnt-tdep.c b/overlay/mgdb/gdb/i386-winnt-tdep.c index 070747b..2689bb0 100644 --- a/overlay/mgdb/gdb/i386-winnt-tdep.c +++ b/overlay/mgdb/gdb/i386-winnt-tdep.c @@ -1,3 +1,9 @@ +/***************************************************************/ +/* mgdb: midipix-specific bits for gdb */ +/* Copyright (C) 2019 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.MGDB. */ +/***************************************************************/ + #include "defs.h" #include "osabi.h" #include "frame-unwind.h" diff --git a/overlay/mgdb/gdb/winnt-nat.c b/overlay/mgdb/gdb/winnt-nat.c index d56805a..885745c 100644 --- a/overlay/mgdb/gdb/winnt-nat.c +++ b/overlay/mgdb/gdb/winnt-nat.c @@ -1,3 +1,9 @@ +/***************************************************************/ +/* mgdb: midipix-specific bits for gdb */ +/* Copyright (C) 2019 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.MGDB. */ +/***************************************************************/ + #include "defs.h" #include "osabi.h" #include "config.h" -- cgit v1.2.3