summaryrefslogtreecommitdiff
path: root/src/analysis/db
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/analysis/db
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/analysis/db')
-rw-r--r--src/analysis/db/bookmark.c4
-rw-r--r--src/analysis/db/bookmark.h4
-rw-r--r--src/analysis/db/cdb.c4
-rw-r--r--src/analysis/db/cdb.h4
-rw-r--r--src/analysis/db/client.c4
-rw-r--r--src/analysis/db/client.h4
-rw-r--r--src/analysis/db/collection.c4
-rw-r--r--src/analysis/db/collection.h4
-rw-r--r--src/analysis/db/core.c4
-rw-r--r--src/analysis/db/core.h4
-rw-r--r--src/analysis/db/protocol.h4
-rw-r--r--src/analysis/db/server.c4
-rw-r--r--src/analysis/db/server.h4
13 files changed, 26 insertions, 26 deletions
diff --git a/src/analysis/db/bookmark.c b/src/analysis/db/bookmark.c
index 6327338..9a46a0d 100644
--- a/src/analysis/db/bookmark.c
+++ b/src/analysis/db/bookmark.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* bookmark.h - prototypes pour la gestion des signets au sein d'un binaire
*
* Copyright (C) 2014 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/analysis/db/bookmark.h b/src/analysis/db/bookmark.h
index f5a8b37..5308e92 100644
--- a/src/analysis/db/bookmark.h
+++ b/src/analysis/db/bookmark.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* bookmark.h - prototypes pour la gestion des signets au sein d'un binaire
*
* Copyright (C) 2014 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/analysis/db/cdb.c b/src/analysis/db/cdb.c
index 67d4916..7e530ac 100644
--- a/src/analysis/db/cdb.c
+++ b/src/analysis/db/cdb.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* cdb.h - prototypes pour la manipulation des archives au format CDB
*
* Copyright (C) 2014 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/analysis/db/cdb.h b/src/analysis/db/cdb.h
index 46d0f11..a093039 100644
--- a/src/analysis/db/cdb.h
+++ b/src/analysis/db/cdb.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* cdb.h - prototypes pour la manipulation des archives au format CDB
*
* Copyright (C) 2014 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/analysis/db/client.c b/src/analysis/db/client.c
index 64a4c31..946f202 100644
--- a/src/analysis/db/client.c
+++ b/src/analysis/db/client.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* client.c - connexion à un serveur Chrysalide
*
* Copyright (C) 2014 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/analysis/db/client.h b/src/analysis/db/client.h
index 58faa23..e57a5b6 100644
--- a/src/analysis/db/client.h
+++ b/src/analysis/db/client.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* client.h - prototypes pour la connexion à un serveur Chrysalide
*
* Copyright (C) 2014 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/analysis/db/collection.c b/src/analysis/db/collection.c
index a310365..9ddba48 100644
--- a/src/analysis/db/collection.c
+++ b/src/analysis/db/collection.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* collection.c - gestion d'éléments ajoutés par collection
*
* Copyright (C) 2014 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/analysis/db/collection.h b/src/analysis/db/collection.h
index 32d1609..715cdc9 100644
--- a/src/analysis/db/collection.h
+++ b/src/analysis/db/collection.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* collection.h - prototypes pour la gestion d'éléments ajoutés par collection
*
* Copyright (C) 2014 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/analysis/db/core.c b/src/analysis/db/core.c
index 8b06ac0..0bc5f50 100644
--- a/src/analysis/db/core.c
+++ b/src/analysis/db/core.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* core.c - prototypes pour les informations de base pour tout élément ajouté
*
* Copyright (C) 2014 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/analysis/db/core.h b/src/analysis/db/core.h
index d3f4e3d..b53b250 100644
--- a/src/analysis/db/core.h
+++ b/src/analysis/db/core.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* core.h - prototypes pour les informations de base pour tout élément ajouté
*
* Copyright (C) 2014 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/analysis/db/protocol.h b/src/analysis/db/protocol.h
index 9614abc..b1cdfaf 100644
--- a/src/analysis/db/protocol.h
+++ b/src/analysis/db/protocol.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* protocol.h - prototypes pour la description du protocole impactant les BD Chrysalide
*
* Copyright (C) 2014 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/analysis/db/server.c b/src/analysis/db/server.c
index acdf200..3d75b71 100644
--- a/src/analysis/db/server.c
+++ b/src/analysis/db/server.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* server.c - mise en place d'un fournisseur d'éléments ajoutés
*
* Copyright (C) 2014 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/analysis/db/server.h b/src/analysis/db/server.h
index e470a8f..799ed06 100644
--- a/src/analysis/db/server.h
+++ b/src/analysis/db/server.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* server.h - prototypes pour la mise en place d'un fournisseur d'éléments ajoutés
*
* Copyright (C) 2014 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