summaryrefslogtreecommitdiff
path: root/src/plugins/context-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/context-int.h')
-rw-r--r--src/plugins/context-int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/context-int.h b/src/plugins/context-int.h
index 8b9c7ef..0dbb8fe 100644
--- a/src/plugins/context-int.h
+++ b/src/plugins/context-int.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.
@@ -29,7 +29,7 @@
-/* Instance de greffon pour OpenIDA (instance) */
+/* Instance de greffon pour Chrysalide (instance) */
struct _GPluginContext
{
GObject parent; /* A laisser en premier */
@@ -37,7 +37,7 @@ struct _GPluginContext
};
-/* Instance de greffon pour OpenIDA (classe) */
+/* Instance de greffon pour Chrysalide (classe) */
struct _GPluginContextClass
{
GObjectClass parent; /* A laisser en premier */