summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-01 19:01:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-01 19:01:07 (GMT)
commit4fd0c480b7eb4bef21aa5d458f1e47c28aeea11c (patch)
treef9064812fc254dc09089c7c3b27532634996ce8a /src/debug
parentce12c2bb85d26b0f6de5ba42ff53e2ff6788f4e4 (diff)
Updated copyright dates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/debugger-int.h2
-rw-r--r--src/debug/debugger.c2
-rw-r--r--src/debug/debugger.h2
-rw-r--r--src/debug/jdwp/debugger.c2
-rw-r--r--src/debug/jdwp/tcp.c2
-rw-r--r--src/debug/remgdb/gdb.c2
-rw-r--r--src/debug/remgdb/gdb.h2
-rw-r--r--src/debug/remgdb/packet.c2
-rw-r--r--src/debug/remgdb/packet.h2
-rw-r--r--src/debug/remgdb/stream.c2
-rw-r--r--src/debug/remgdb/tcp.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/debug/debugger-int.h b/src/debug/debugger-int.h
index f27667c..6f85a84 100644
--- a/src/debug/debugger-int.h
+++ b/src/debug/debugger-int.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* debugger-int.h - prototypes pour l'interface des débogueurs
*
- * Copyright (C) 2008 Cyrille Bagard
+ * Copyright (C) 2009-2011 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/debugger.c b/src/debug/debugger.c
index 4f5eb19..6a9c7a2 100644
--- a/src/debug/debugger.c
+++ b/src/debug/debugger.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* debugger.c - gestion des différents débogueurs
*
- * Copyright (C) 2008 Cyrille Bagard
+ * Copyright (C) 2010-2011 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/debugger.h b/src/debug/debugger.h
index e3b90f4..12660eb 100644
--- a/src/debug/debugger.h
+++ b/src/debug/debugger.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* debugger.h - prototypes pour la gestion des différents débogueurs
*
- * Copyright (C) 2008 Cyrille Bagard
+ * Copyright (C) 2010-2011 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/jdwp/debugger.c b/src/debug/jdwp/debugger.c
index 829d31c..6441f90 100644
--- a/src/debug/jdwp/debugger.c
+++ b/src/debug/jdwp/debugger.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* debugger.c - débogage d'une cible en Java.
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2011 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/jdwp/tcp.c b/src/debug/jdwp/tcp.c
index d4ec1d7..d389f51 100644
--- a/src/debug/jdwp/tcp.c
+++ b/src/debug/jdwp/tcp.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* tcp.c - gestion des connexions TCP aux serveurs JDWP.
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2011 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/gdb.c b/src/debug/remgdb/gdb.c
index ea8e48e..caff762 100644
--- a/src/debug/remgdb/gdb.c
+++ b/src/debug/remgdb/gdb.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* gdb.c - débogage à l'aide de gdb.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/gdb.h b/src/debug/remgdb/gdb.h
index dfd2f69..6cda59e 100644
--- a/src/debug/remgdb/gdb.h
+++ b/src/debug/remgdb/gdb.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* gdb.h - prototypes pour le débogage à l'aide de gdb.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/packet.c b/src/debug/remgdb/packet.c
index acdec1d..2cb0f63 100644
--- a/src/debug/remgdb/packet.c
+++ b/src/debug/remgdb/packet.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* packet.c - manipulation des paquets de données GDB.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/packet.h b/src/debug/remgdb/packet.h
index 9276e62..b1384ea 100644
--- a/src/debug/remgdb/packet.h
+++ b/src/debug/remgdb/packet.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* packet.h - prototypes pour la manipulation des paquets de données GDB.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/stream.c b/src/debug/remgdb/stream.c
index 0f17930..0ff442d 100644
--- a/src/debug/remgdb/stream.c
+++ b/src/debug/remgdb/stream.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* stream.c - gestion des connexions aux serveurs GDB.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*
diff --git a/src/debug/remgdb/tcp.c b/src/debug/remgdb/tcp.c
index 6c6b78b..62132d9 100644
--- a/src/debug/remgdb/tcp.c
+++ b/src/debug/remgdb/tcp.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* tcp.c - gestion des connexions TCP aux serveurs GDB.
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2010 Cyrille Bagard
*
* This file is part of OpenIDA.
*