diff options
Diffstat (limited to 'plugins/stackvars')
-rw-r--r-- | plugins/stackvars/operand.c | 6 | ||||
-rw-r--r-- | plugins/stackvars/operand.h | 4 | ||||
-rw-r--r-- | plugins/stackvars/stackvars.c | 6 | ||||
-rw-r--r-- | plugins/stackvars/stackvars.h | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c index c8028d1..d895b26 100644 --- a/plugins/stackvars/operand.c +++ b/plugins/stackvars/operand.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.c - opérandes de substitution pour variables * - * 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/plugins/stackvars/operand.h b/plugins/stackvars/operand.h index 1b58395..9483439 100644 --- a/plugins/stackvars/operand.h +++ b/plugins/stackvars/operand.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.h - prototypes pour les opérandes de substitution pour variables * * 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/plugins/stackvars/stackvars.c b/plugins/stackvars/stackvars.c index 26d9e11..3fff0e3 100644 --- a/plugins/stackvars/stackvars.c +++ b/plugins/stackvars/stackvars.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * stackvars.c - substitution des emplacements de pile par des variables * - * Copyright (C) 2009 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/plugins/stackvars/stackvars.h b/plugins/stackvars/stackvars.h index accd5a4..61ab32c 100644 --- a/plugins/stackvars/stackvars.h +++ b/plugins/stackvars/stackvars.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * stackvars.h - prototypes pour la substitution des emplacements de pile par des variables * - * Copyright (C) 2009 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 |