summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
commit9fb4e05f124c8f794c835251f5e31142039f9f59 (patch)
tree36cab0df0b287a0f6a0221d207565ca95faf03ea /src/debug
parent4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff)
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/break.c4
-rw-r--r--src/debug/break.h4
-rw-r--r--src/debug/debugger-int.h4
-rw-r--r--src/debug/debugger.c4
-rw-r--r--src/debug/debugger.h4
-rw-r--r--src/debug/jdwp/debugger.c4
-rw-r--r--src/debug/jdwp/debugger.h6
-rw-r--r--src/debug/jdwp/jdwp_def.h4
-rw-r--r--src/debug/jdwp/misc/header.c4
-rw-r--r--src/debug/jdwp/misc/header.h4
-rw-r--r--src/debug/jdwp/misc/id.c4
-rw-r--r--src/debug/jdwp/misc/id.h4
-rw-r--r--src/debug/jdwp/misc/location.c4
-rw-r--r--src/debug/jdwp/misc/location.h4
-rw-r--r--src/debug/jdwp/misc/types.c4
-rw-r--r--src/debug/jdwp/misc/types.h4
-rw-r--r--src/debug/jdwp/packet.c4
-rw-r--r--src/debug/jdwp/packet.h4
-rw-r--r--src/debug/jdwp/sets/list.c4
-rw-r--r--src/debug/jdwp/sets/list.h4
-rw-r--r--src/debug/jdwp/sets/thread.c4
-rw-r--r--src/debug/jdwp/sets/thread.h4
-rw-r--r--src/debug/jdwp/sets/vm.c4
-rw-r--r--src/debug/jdwp/sets/vm.h4
-rw-r--r--src/debug/jdwp/tcp.c4
-rw-r--r--src/debug/jdwp/tcp.h4
-rw-r--r--src/debug/packet-int.h4
-rw-r--r--src/debug/packet.c4
-rw-r--r--src/debug/packet.h4
-rw-r--r--src/debug/remgdb/gdb.c6
-rw-r--r--src/debug/remgdb/gdb.h6
-rw-r--r--src/debug/remgdb/helpers.c4
-rw-r--r--src/debug/remgdb/helpers.h4
-rw-r--r--src/debug/remgdb/packet.c6
-rw-r--r--src/debug/remgdb/packet.h6
-rw-r--r--src/debug/remgdb/stream-int.h6
-rw-r--r--src/debug/remgdb/stream.c6
-rw-r--r--src/debug/remgdb/stream.h4
-rw-r--r--src/debug/remgdb/tcp.c6
-rw-r--r--src/debug/remgdb/tcp.h4
-rw-r--r--src/debug/stream-int.h6
-rw-r--r--src/debug/stream.c6
-rw-r--r--src/debug/stream.h4
43 files changed, 96 insertions, 96 deletions
diff --git a/src/debug/break.c b/src/debug/break.c
index 4a19f25..1b1a769 100644
--- a/src/debug/break.c
+++ b/src/debug/break.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* break.c - manipulation des points d'arrêt
*
* 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/break.h b/src/debug/break.h
index 76b537a..bdbb7eb 100644
--- a/src/debug/break.h
+++ b/src/debug/break.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* break.h - prototypes pour la manipulation des points d'arrêt
*
* 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/debugger-int.h b/src/debug/debugger-int.h
index c978731..f42ac14 100644
--- a/src/debug/debugger-int.h
+++ b/src/debug/debugger-int.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger-int.h - prototypes pour l'interface des débogueurs
*
* 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/debugger.c b/src/debug/debugger.c
index 7e7fbbe..a423f76 100644
--- a/src/debug/debugger.c
+++ b/src/debug/debugger.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.c - gestion des différents débogueurs
*
* Copyright (C) 2010-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/debugger.h b/src/debug/debugger.h
index e4c9458..7bf5ca0 100644
--- a/src/debug/debugger.h
+++ b/src/debug/debugger.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.h - prototypes pour la gestion des différents débogueurs
*
* Copyright (C) 2010-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/jdwp/debugger.c b/src/debug/jdwp/debugger.c
index d63c068..ca2570b 100644
--- a/src/debug/jdwp/debugger.c
+++ b/src/debug/jdwp/debugger.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.c - débogage d'une cible en Java.
*
* Copyright (C) 2010-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/jdwp/debugger.h b/src/debug/jdwp/debugger.h
index 69a1545..143b3cf 100644
--- a/src/debug/jdwp/debugger.h
+++ b/src/debug/jdwp/debugger.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.h - prototypes pour le débogage d'une cible en Java.
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-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/jdwp/jdwp_def.h b/src/debug/jdwp/jdwp_def.h
index 17df081..603c141 100644
--- a/src/debug/jdwp/jdwp_def.h
+++ b/src/debug/jdwp/jdwp_def.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* jdwp_def.h - transcription du protocole Java Debug Wire Protocol
*
* Copyright (C) 2010-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/jdwp/misc/header.c b/src/debug/jdwp/misc/header.c
index 8e381a1..6a6ed69 100644
--- a/src/debug/jdwp/misc/header.c
+++ b/src/debug/jdwp/misc/header.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* header.c - constitution des deux types d'en-têtes JDWP
*
* Copyright (C) 2010-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/jdwp/misc/header.h b/src/debug/jdwp/misc/header.h
index f76a852..0643bb3 100644
--- a/src/debug/jdwp/misc/header.h
+++ b/src/debug/jdwp/misc/header.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* header.h - prototypes pour la constitution des deux types d'en-têtes JDWP
*
* Copyright (C) 2010-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/jdwp/misc/id.c b/src/debug/jdwp/misc/id.c
index bf49ede..84d1c93 100644
--- a/src/debug/jdwp/misc/id.c
+++ b/src/debug/jdwp/misc/id.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* id.c - constitution des identifiants de taille dynamique
*
* Copyright (C) 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/jdwp/misc/id.h b/src/debug/jdwp/misc/id.h
index 49a103b..a56f9d2 100644
--- a/src/debug/jdwp/misc/id.h
+++ b/src/debug/jdwp/misc/id.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* id.h - prototypes pour la constitution des identifiants de taille dynamique
*
* Copyright (C) 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/jdwp/misc/location.c b/src/debug/jdwp/misc/location.c
index 3fd95cb..d4357dd 100644
--- a/src/debug/jdwp/misc/location.c
+++ b/src/debug/jdwp/misc/location.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* location.c - constitution des localisations d'instructions courantes
*
* Copyright (C) 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/jdwp/misc/location.h b/src/debug/jdwp/misc/location.h
index a594bac..779919c 100644
--- a/src/debug/jdwp/misc/location.h
+++ b/src/debug/jdwp/misc/location.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* location.h - prototypes pour la constitution des localisations d'instructions courantes
*
* Copyright (C) 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/jdwp/misc/types.c b/src/debug/jdwp/misc/types.c
index 4eca44c..249a276 100644
--- a/src/debug/jdwp/misc/types.c
+++ b/src/debug/jdwp/misc/types.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* types.c - constitution des types communs de JDWP
*
* 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/jdwp/misc/types.h b/src/debug/jdwp/misc/types.h
index 1c285ff..18e833e 100644
--- a/src/debug/jdwp/misc/types.h
+++ b/src/debug/jdwp/misc/types.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* types.h - prototypes pour la constitution des types communs de JDWP
*
* 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/jdwp/packet.c b/src/debug/jdwp/packet.c
index 5b496f7..60eec67 100644
--- a/src/debug/jdwp/packet.c
+++ b/src/debug/jdwp/packet.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* packet.c - définition des paquets destiné au protocole JDWP
*
* Copyright (C) 2010-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/jdwp/packet.h b/src/debug/jdwp/packet.h
index f27130d..9cf63b9 100644
--- a/src/debug/jdwp/packet.h
+++ b/src/debug/jdwp/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 définition des paquets destiné au protocole JDWP
*
* Copyright (C) 2010-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/jdwp/sets/list.c b/src/debug/jdwp/sets/list.c
index ba96917..b3197b3 100644
--- a/src/debug/jdwp/sets/list.c
+++ b/src/debug/jdwp/sets/list.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* list.c - ensemble des jeux de commandes de JDWP
*
* Copyright (C) 2010-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/jdwp/sets/list.h b/src/debug/jdwp/sets/list.h
index ba66842..092744a 100644
--- a/src/debug/jdwp/sets/list.h
+++ b/src/debug/jdwp/sets/list.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* list.h - prototypes pour l'ensemble des jeux de commandes de JDWP
*
* Copyright (C) 2010-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/jdwp/sets/thread.c b/src/debug/jdwp/sets/thread.c
index ea60bc6..e107f8b 100644
--- a/src/debug/jdwp/sets/thread.c
+++ b/src/debug/jdwp/sets/thread.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* thread.c - interactions avec les différents threads
*
* Copyright (C) 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/jdwp/sets/thread.h b/src/debug/jdwp/sets/thread.h
index a304cc0..4835ee0 100644
--- a/src/debug/jdwp/sets/thread.h
+++ b/src/debug/jdwp/sets/thread.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* thread.h - prototypes pour les interactions avec les différents threads
*
* Copyright (C) 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/jdwp/sets/vm.c b/src/debug/jdwp/sets/vm.c
index d8e3255..0f25f26 100644
--- a/src/debug/jdwp/sets/vm.c
+++ b/src/debug/jdwp/sets/vm.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* vm.c - constitution des charges utiles liées à la VM
*
* Copyright (C) 2010-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/jdwp/sets/vm.h b/src/debug/jdwp/sets/vm.h
index 996001f..d2bfb2b 100644
--- a/src/debug/jdwp/sets/vm.h
+++ b/src/debug/jdwp/sets/vm.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* vm.h - prototypes pour la constitution des charges utiles liées à la VM
*
* Copyright (C) 2010-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/jdwp/tcp.c b/src/debug/jdwp/tcp.c
index 4f56351..b5da5ce 100644
--- a/src/debug/jdwp/tcp.c
+++ b/src/debug/jdwp/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 JDWP.
*
* Copyright (C) 2010-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/jdwp/tcp.h b/src/debug/jdwp/tcp.h
index 74487d6..369269d 100644
--- a/src/debug/jdwp/tcp.h
+++ b/src/debug/jdwp/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 JDWP.
*
* 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/packet-int.h b/src/debug/packet-int.h
index 016b5d3..d88a506 100644
--- a/src/debug/packet-int.h
+++ b/src/debug/packet-int.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* packet.h - prototypes pour la définition interne des paquets utiles au débogage
*
* 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/packet.c b/src/debug/packet.c
index 344e625..e3e578d 100644
--- a/src/debug/packet.c
+++ b/src/debug/packet.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* packet.c - définition des paquets issus des protocoles de débogage
*
* Copyright (C) 2010-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/packet.h b/src/debug/packet.h
index db6a313..e313caa 100644
--- a/src/debug/packet.h
+++ b/src/debug/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 définition des paquets issus des protocoles de débogage
*
* Copyright (C) 2010-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.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
diff --git a/src/debug/stream-int.h b/src/debug/stream-int.h
index ea229ba..e18b3e1 100644
--- a/src/debug/stream-int.h
+++ b/src/debug/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 liées aux débogages.
*
- * Copyright (C) 2010-2012 Cyrille Bagard
+ * Copyright (C) 2010-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/stream.c b/src/debug/stream.c
index 13bdb65..e7ba8a9 100644
--- a/src/debug/stream.c
+++ b/src/debug/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 de débogage.
*
- * Copyright (C) 2010-2012 Cyrille Bagard
+ * Copyright (C) 2010-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/stream.h b/src/debug/stream.h
index c0d342d..9107813 100644
--- a/src/debug/stream.h
+++ b/src/debug/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 de débogage.
*
* 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