summaryrefslogtreecommitdiff
path: root/src/plugins/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/context.h')
-rw-r--r--src/plugins/context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/context.h b/src/plugins/context.h
index 801b0a3..74f9ab4 100644
--- a/src/plugins/context.h
+++ b/src/plugins/context.h
@@ -6,12 +6,12 @@
*
* This file is part of Chrysalide.
*
- * OpenIDA is free software; you can redistribute it and/or modify
+ * Chrysalide is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
- * OpenIDA is distributed in the hope that it will be useful,
+ * Chrysalide is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@@ -30,10 +30,10 @@
-/* Instance de greffon pour OpenIDA (instance) */
+/* Instance de greffon pour Chrysalide (instance) */
typedef struct _GPluginContext GPluginContext;
-/* Instance de greffon pour OpenIDA (classe) */
+/* Instance de greffon pour Chrysalide (classe) */
typedef struct _GPluginContextClass GPluginContextClass;