diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/instruction.c | 6 | ||||
-rw-r--r-- | src/arch/mips/instruction.h | 6 | ||||
-rw-r--r-- | src/arch/mips/op_add.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_and.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_branch.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_jump.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_load.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_nop.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_sr.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_store.c | 4 | ||||
-rw-r--r-- | src/arch/mips/op_sub.c | 4 | ||||
-rw-r--r-- | src/arch/mips/opcodes.h | 4 | ||||
-rw-r--r-- | src/arch/mips/operand.c | 6 | ||||
-rw-r--r-- | src/arch/mips/operand.h | 6 | ||||
-rw-r--r-- | src/arch/mips/processor.c | 4 | ||||
-rw-r--r-- | src/arch/mips/processor.h | 4 | ||||
-rw-r--r-- | src/arch/mips/registers.c | 4 | ||||
-rw-r--r-- | src/arch/mips/registers.h | 4 |
18 files changed, 40 insertions, 40 deletions
diff --git a/src/arch/mips/instruction.c b/src/arch/mips/instruction.c index 87d184b..b3ef65d 100644 --- a/src/arch/mips/instruction.c +++ b/src/arch/mips/instruction.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.c - gestion des instructions de l'architecture MIPS * - * 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/src/arch/mips/instruction.h b/src/arch/mips/instruction.h index 12ea84a..ee21d89 100644 --- a/src/arch/mips/instruction.h +++ b/src/arch/mips/instruction.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.h - prototypes pour la gestion des instructions de l'architecture MIPS * - * 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/src/arch/mips/op_add.c b/src/arch/mips/op_add.c index a82cbf4..1eaa1d1 100644 --- a/src/arch/mips/op_add.c +++ b/src/arch/mips/op_add.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_add.c - décodage des additions * * 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/src/arch/mips/op_and.c b/src/arch/mips/op_and.c index 1d3aae2..0ba0745 100644 --- a/src/arch/mips/op_and.c +++ b/src/arch/mips/op_and.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_and.c - décodage des ET logiques * * 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/src/arch/mips/op_branch.c b/src/arch/mips/op_branch.c index 04de039..37b620d 100644 --- a/src/arch/mips/op_branch.c +++ b/src/arch/mips/op_branch.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_branch.c - décodage des sauts conditionnels * * 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/src/arch/mips/op_jump.c b/src/arch/mips/op_jump.c index 4faa6c6..227e42a 100644 --- a/src/arch/mips/op_jump.c +++ b/src/arch/mips/op_jump.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_jump.c - décodage des sauts inconditionnels * * 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/src/arch/mips/op_load.c b/src/arch/mips/op_load.c index c8a308a..9a25f0f 100644 --- a/src/arch/mips/op_load.c +++ b/src/arch/mips/op_load.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_load.c - décodage des chargements de données * * 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/src/arch/mips/op_nop.c b/src/arch/mips/op_nop.c index 972f4c0..b97ff43 100644 --- a/src/arch/mips/op_nop.c +++ b/src/arch/mips/op_nop.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_nop.c - décodage de l'instruction nulle * * 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/src/arch/mips/op_sr.c b/src/arch/mips/op_sr.c index f0ccf31..59e9905 100644 --- a/src/arch/mips/op_sr.c +++ b/src/arch/mips/op_sr.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_sr.c - décodage des décallages à droite * * 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/src/arch/mips/op_store.c b/src/arch/mips/op_store.c index 91307dd..98ac786 100644 --- a/src/arch/mips/op_store.c +++ b/src/arch/mips/op_store.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_store.c - décodage des déchargements de données * * 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/src/arch/mips/op_sub.c b/src/arch/mips/op_sub.c index c6815a2..03ad04c 100644 --- a/src/arch/mips/op_sub.c +++ b/src/arch/mips/op_sub.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_sub.c - décodage des soustractions * * 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/src/arch/mips/opcodes.h b/src/arch/mips/opcodes.h index 276e752..296c213 100644 --- a/src/arch/mips/opcodes.h +++ b/src/arch/mips/opcodes.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * opcodes.h - prototypes pour la liste de tous les opcodes de l'architecture MIPS * * 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/src/arch/mips/operand.c b/src/arch/mips/operand.c index a976543..5eeed16 100644 --- a/src/arch/mips/operand.c +++ b/src/arch/mips/operand.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture MIPS * - * 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/src/arch/mips/operand.h b/src/arch/mips/operand.h index 8cfb229..e342a93 100644 --- a/src/arch/mips/operand.h +++ b/src/arch/mips/operand.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture MIPS * - * 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/src/arch/mips/processor.c b/src/arch/mips/processor.c index 7e921c1..aa288b1 100644 --- a/src/arch/mips/processor.c +++ b/src/arch/mips/processor.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * processor.c - gestion de l'architecture mips * * 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/src/arch/mips/processor.h b/src/arch/mips/processor.h index 87a9ab1..961a0ee 100644 --- a/src/arch/mips/processor.h +++ b/src/arch/mips/processor.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * processor.h - prototypes pour la gestion de l'architecture mips * * 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/src/arch/mips/registers.c b/src/arch/mips/registers.c index 89e13ca..4852938 100644 --- a/src/arch/mips/registers.c +++ b/src/arch/mips/registers.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * registers.c - aides auxiliaires relatives aux registres MIPS * * 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/src/arch/mips/registers.h b/src/arch/mips/registers.h index a9aaaae..83f1b6f 100644 --- a/src/arch/mips/registers.h +++ b/src/arch/mips/registers.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * registers.h - prototypes pour les aides auxiliaires relatives aux registres MIPS * * 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 |