diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/context-int.h | 8 | ||||
-rw-r--r-- | src/plugins/context.c | 4 | ||||
-rw-r--r-- | src/plugins/context.h | 8 | ||||
-rw-r--r-- | src/plugins/overjump/overjump.c | 4 | ||||
-rw-r--r-- | src/plugins/overjump/overjump.h | 4 | ||||
-rw-r--r-- | src/plugins/pglist.c | 4 | ||||
-rw-r--r-- | src/plugins/pglist.h | 4 | ||||
-rw-r--r-- | src/plugins/plugin-def.h | 4 | ||||
-rw-r--r-- | src/plugins/plugin-int.h | 4 | ||||
-rw-r--r-- | src/plugins/plugin.c | 4 | ||||
-rw-r--r-- | src/plugins/plugin.h | 4 |
11 files changed, 26 insertions, 26 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 */ diff --git a/src/plugins/context.c b/src/plugins/context.c index 0b2a926..e9d9491 100644 --- a/src/plugins/context.c +++ b/src/plugins/context.c @@ -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. 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; diff --git a/src/plugins/overjump/overjump.c b/src/plugins/overjump/overjump.c index 8e0fb69..e9c2c10 100644 --- a/src/plugins/overjump/overjump.c +++ b/src/plugins/overjump/overjump.c @@ -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. diff --git a/src/plugins/overjump/overjump.h b/src/plugins/overjump/overjump.h index 7110235..a527228 100644 --- a/src/plugins/overjump/overjump.h +++ b/src/plugins/overjump/overjump.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. diff --git a/src/plugins/pglist.c b/src/plugins/pglist.c index f85eee7..0b478eb 100644 --- a/src/plugins/pglist.c +++ b/src/plugins/pglist.c @@ -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. diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h index 33e7001..053d129 100644 --- a/src/plugins/pglist.h +++ b/src/plugins/pglist.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. diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h index b73ee97..35f54bb 100644 --- a/src/plugins/plugin-def.h +++ b/src/plugins/plugin-def.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. diff --git a/src/plugins/plugin-int.h b/src/plugins/plugin-int.h index f644f05..d0309ea 100644 --- a/src/plugins/plugin-int.h +++ b/src/plugins/plugin-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. diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index d6dc891..ef166b1 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -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. diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index 33c4a2e..62cade0 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.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. |