diff options
Diffstat (limited to 'src/debug/remgdb')
-rw-r--r-- | src/debug/remgdb/gdb.c | 6 | ||||
-rw-r--r-- | src/debug/remgdb/gdb.h | 6 | ||||
-rw-r--r-- | src/debug/remgdb/helpers.c | 4 | ||||
-rw-r--r-- | src/debug/remgdb/helpers.h | 4 | ||||
-rw-r--r-- | src/debug/remgdb/packet.c | 6 | ||||
-rw-r--r-- | src/debug/remgdb/packet.h | 6 | ||||
-rw-r--r-- | src/debug/remgdb/stream-int.h | 6 | ||||
-rw-r--r-- | src/debug/remgdb/stream.c | 6 | ||||
-rw-r--r-- | src/debug/remgdb/stream.h | 4 | ||||
-rw-r--r-- | src/debug/remgdb/tcp.c | 6 | ||||
-rw-r--r-- | src/debug/remgdb/tcp.h | 4 |
11 files changed, 29 insertions, 29 deletions
diff --git a/src/debug/remgdb/gdb.c b/src/debug/remgdb/gdb.c index 681ff00..1e890ac 100644 --- a/src/debug/remgdb/gdb.c +++ b/src/debug/remgdb/gdb.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gdb.c - débogage à l'aide de gdb. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/gdb.h b/src/debug/remgdb/gdb.h index 30ee2f0..11bd643 100644 --- a/src/debug/remgdb/gdb.h +++ b/src/debug/remgdb/gdb.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gdb.h - prototypes pour le débogage à l'aide de gdb. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/helpers.c b/src/debug/remgdb/helpers.c index 9451b08..2ab0b28 100644 --- a/src/debug/remgdb/helpers.c +++ b/src/debug/remgdb/helpers.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * helpers.c - assistanat dans la manipulation des paquets GDB * * Copyright (C) 2010 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/helpers.h b/src/debug/remgdb/helpers.h index d6888d0..6d86104 100644 --- a/src/debug/remgdb/helpers.h +++ b/src/debug/remgdb/helpers.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * helpers.h - prototypes pour un assistanat dans la manipulation des paquets GDB * * Copyright (C) 2010 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/packet.c b/src/debug/remgdb/packet.c index 2cb0f63..c6c64ce 100644 --- a/src/debug/remgdb/packet.c +++ b/src/debug/remgdb/packet.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * packet.c - manipulation des paquets de données GDB. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/packet.h b/src/debug/remgdb/packet.h index b1384ea..2c6673d 100644 --- a/src/debug/remgdb/packet.h +++ b/src/debug/remgdb/packet.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * packet.h - prototypes pour la manipulation des paquets de données GDB. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/stream-int.h b/src/debug/remgdb/stream-int.h index b93ac48..862b0ae 100644 --- a/src/debug/remgdb/stream-int.h +++ b/src/debug/remgdb/stream-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * stream-int.h - prototypes internes pour la gestion des connexions aux serveurs GDB. * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/stream.c b/src/debug/remgdb/stream.c index 360c1cf..99c5e01 100644 --- a/src/debug/remgdb/stream.c +++ b/src/debug/remgdb/stream.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * stream.c - gestion des connexions aux serveurs GDB. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/stream.h b/src/debug/remgdb/stream.h index 7373f39..79201f0 100644 --- a/src/debug/remgdb/stream.h +++ b/src/debug/remgdb/stream.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * stream.h - prototypes pour la gestion des connexions aux serveurs GDB. * * Copyright (C) 2009 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/tcp.c b/src/debug/remgdb/tcp.c index 62132d9..5179b7b 100644 --- a/src/debug/remgdb/tcp.c +++ b/src/debug/remgdb/tcp.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * tcp.c - gestion des connexions TCP aux serveurs GDB. * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/remgdb/tcp.h b/src/debug/remgdb/tcp.h index 2536b64..8383b26 100644 --- a/src/debug/remgdb/tcp.h +++ b/src/debug/remgdb/tcp.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * tcp.h - prototypes pour la gestion des connexions TCP aux serveurs GDB. * * Copyright (C) 2009 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |