summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-31 20:31:21 +0000
committermidipix <writeonce@midipix.org>2019-08-31 20:31:21 +0000
commitaf9f51f2c9efbc18d0a7af23dc13345f1a46d4d5 (patch)
tree4fa519e3ca1706150a270d21bcc6735497368b87
parent89d5544644d3e517568ae1dcacb13ad6ef133c6f (diff)
downloadchainport-af9f51f2c9efbc18d0a7af23dc13345f1a46d4d5.tar.bz2
chainport-af9f51f2c9efbc18d0a7af23dc13345f1a46d4d5.tar.xz
gdb: midipix-specific bits: added copyright note.
-rw-r--r--overlay/mgdb/COPYING.MGDB20
-rw-r--r--overlay/mgdb/gdb/amd64-winnt-tdep.c6
-rw-r--r--overlay/mgdb/gdb/i386-winnt-tdep.c6
-rw-r--r--overlay/mgdb/gdb/winnt-nat.c6
4 files changed, 38 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
+/* */
+/*****************************************************************************/
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"