diff options
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debugger-int.h | 2 | ||||
-rw-r--r-- | src/debug/debugger.c | 2 | ||||
-rw-r--r-- | src/debug/debugger.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/debugger.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/tcp.c | 2 | ||||
-rw-r--r-- | src/debug/remgdb/gdb.c | 2 | ||||
-rw-r--r-- | src/debug/remgdb/gdb.h | 2 | ||||
-rw-r--r-- | src/debug/remgdb/packet.c | 2 | ||||
-rw-r--r-- | src/debug/remgdb/packet.h | 2 | ||||
-rw-r--r-- | src/debug/remgdb/stream.c | 2 | ||||
-rw-r--r-- | src/debug/remgdb/tcp.c | 2 |
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. * |