diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
commit | 9fb4e05f124c8f794c835251f5e31142039f9f59 (patch) | |
tree | 36cab0df0b287a0f6a0221d207565ca95faf03ea /src/arch/x86/opcodes | |
parent | 4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff) |
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86/opcodes')
42 files changed, 126 insertions, 126 deletions
diff --git a/src/arch/x86/opcodes/adc.c b/src/arch/x86/opcodes/adc.c index 7aad32a..1c5a690 100644 --- a/src/arch/x86/opcodes/adc.c +++ b/src/arch/x86/opcodes/adc.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_adc.c - décodage des additions avec retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/add.c b/src/arch/x86/opcodes/add.c index 5f323e9..a694c4d 100644 --- a/src/arch/x86/opcodes/add.c +++ b/src/arch/x86/opcodes/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) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/and.c b/src/arch/x86/opcodes/and.c index 6eb22cf..3bce038 100644 --- a/src/arch/x86/opcodes/and.c +++ b/src/arch/x86/opcodes/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) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/arpl.c b/src/arch/x86/opcodes/arpl.c index cb3e7db..bf7bbed 100644 --- a/src/arch/x86/opcodes/arpl.c +++ b/src/arch/x86/opcodes/arpl.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_arpl.c - décodage des ajustements de champs RPL * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/x86/opcodes/call.c b/src/arch/x86/opcodes/call.c index 2e5c74d..a5b7583 100644 --- a/src/arch/x86/opcodes/call.c +++ b/src/arch/x86/opcodes/call.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_call.c - décodage des appels * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/cld.c b/src/arch/x86/opcodes/cld.c index 2c998b0..b5c6e73 100644 --- a/src/arch/x86/opcodes/cld.c +++ b/src/arch/x86/opcodes/cld.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_cld.c - décodage de la suppression du drapeau de direction * - * Copyright (C) 2008-2009 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/cmp.c b/src/arch/x86/opcodes/cmp.c index 1ff951a..0cdc6af 100644 --- a/src/arch/x86/opcodes/cmp.c +++ b/src/arch/x86/opcodes/cmp.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_cmp.c - décodage des comparaisons d'opérandes * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/cmps.c b/src/arch/x86/opcodes/cmps.c index 725b464..24e76ea 100644 --- a/src/arch/x86/opcodes/cmps.c +++ b/src/arch/x86/opcodes/cmps.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_cmps.c - décodage des comparaisons de chaînes et de scalaires * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/x86/opcodes/dec.c b/src/arch/x86/opcodes/dec.c index 87e7b11..ef99c3d 100644 --- a/src/arch/x86/opcodes/dec.c +++ b/src/arch/x86/opcodes/dec.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_dec.c - décodage des décrémentations * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/hlt.c b/src/arch/x86/opcodes/hlt.c index cde96fb..2d2d8bc 100644 --- a/src/arch/x86/opcodes/hlt.c +++ b/src/arch/x86/opcodes/hlt.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_hlt.c - décodage de la mise en pause du processeur * - * Copyright (C) 2008-2009 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/inc.c b/src/arch/x86/opcodes/inc.c index ee28566..66f539c 100644 --- a/src/arch/x86/opcodes/inc.c +++ b/src/arch/x86/opcodes/inc.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_inc.c - décodage des incrémentations * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/int.c b/src/arch/x86/opcodes/int.c index 8acf17b..cc7e3d0 100644 --- a/src/arch/x86/opcodes/int.c +++ b/src/arch/x86/opcodes/int.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_int.c - décodage des instructions d'interruption * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/jump.c b/src/arch/x86/opcodes/jump.c index c4bf9a5..cca177a 100644 --- a/src/arch/x86/opcodes/jump.c +++ b/src/arch/x86/opcodes/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) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/lea.c b/src/arch/x86/opcodes/lea.c index 0291b6f..5ad6489 100644 --- a/src/arch/x86/opcodes/lea.c +++ b/src/arch/x86/opcodes/lea.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_lea.c - décodage des chargements d'adresse effective * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/leave.c b/src/arch/x86/opcodes/leave.c index 7e6128a..894da77 100644 --- a/src/arch/x86/opcodes/leave.c +++ b/src/arch/x86/opcodes/leave.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_leave.c - décodage de la préparation d'une sortie d'appel * - * Copyright (C) 2008-2009 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/mov.c b/src/arch/x86/opcodes/mov.c index a19689f..5f3235f 100644 --- a/src/arch/x86/opcodes/mov.c +++ b/src/arch/x86/opcodes/mov.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_mov.c - décodage des déplacements de données * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/movs.c b/src/arch/x86/opcodes/movs.c index 7a10006..e789724 100644 --- a/src/arch/x86/opcodes/movs.c +++ b/src/arch/x86/opcodes/movs.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_movs.c - décodage des déplacements de données * - * 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/x86/opcodes/movsx.c b/src/arch/x86/opcodes/movsx.c index e5ec52d..6b61e27 100644 --- a/src/arch/x86/opcodes/movsx.c +++ b/src/arch/x86/opcodes/movsx.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_movsx.c - décodage des copies d'opérandes sans mise à zéro * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/movzx.c b/src/arch/x86/opcodes/movzx.c index 6648443..4a8afbc 100644 --- a/src/arch/x86/opcodes/movzx.c +++ b/src/arch/x86/opcodes/movzx.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_movzx.c - décodage des copies d'opérandes avec mise à zéro * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/mul.c b/src/arch/x86/opcodes/mul.c index 848fbdc..ab3b6bb 100644 --- a/src/arch/x86/opcodes/mul.c +++ b/src/arch/x86/opcodes/mul.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_mul.c - décodage des multiplications * - * 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/x86/opcodes/nop.c b/src/arch/x86/opcodes/nop.c index 95e692c..14c0105 100644 --- a/src/arch/x86/opcodes/nop.c +++ b/src/arch/x86/opcodes/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) 2008-2009 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/not.c b/src/arch/x86/opcodes/not.c index 1a0c909..718f491 100644 --- a/src/arch/x86/opcodes/not.c +++ b/src/arch/x86/opcodes/not.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_not.c - décodage des négations par complément à un * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/opcodes.h b/src/arch/x86/opcodes/opcodes.h index 6b65673..0b51009 100644 --- a/src/arch/x86/opcodes/opcodes.h +++ b/src/arch/x86/opcodes/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 x86 * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/or.c b/src/arch/x86/opcodes/or.c index 14bf0ba..5ba0d0e 100644 --- a/src/arch/x86/opcodes/or.c +++ b/src/arch/x86/opcodes/or.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_or.c - décodage des OU logiques * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/pop.c b/src/arch/x86/opcodes/pop.c index 62c0d47..3a4c123 100644 --- a/src/arch/x86/opcodes/pop.c +++ b/src/arch/x86/opcodes/pop.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_pop.c - décodage des dépilements * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/push.c b/src/arch/x86/opcodes/push.c index 8702857..42c6862 100644 --- a/src/arch/x86/opcodes/push.c +++ b/src/arch/x86/opcodes/push.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_push.c - décodage des empilements * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/rcl.c b/src/arch/x86/opcodes/rcl.c index be98e23..7967425 100644 --- a/src/arch/x86/opcodes/rcl.c +++ b/src/arch/x86/opcodes/rcl.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_rcl.c - décodage des rotations à gauche avec retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/rcr.c b/src/arch/x86/opcodes/rcr.c index a8204f7..3cb8ad5 100644 --- a/src/arch/x86/opcodes/rcr.c +++ b/src/arch/x86/opcodes/rcr.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_rcr.c - décodage des rotations à droite avec retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/ret.c b/src/arch/x86/opcodes/ret.c index e1ffddf..d320230 100644 --- a/src/arch/x86/opcodes/ret.c +++ b/src/arch/x86/opcodes/ret.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_ret.c - décodage de la sortie d'un appel * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/rol.c b/src/arch/x86/opcodes/rol.c index 240e953..bcb76db 100644 --- a/src/arch/x86/opcodes/rol.c +++ b/src/arch/x86/opcodes/rol.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_rol.c - décodage des rotations à gauche sans retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/ror.c b/src/arch/x86/opcodes/ror.c index af66330..d2211b9 100644 --- a/src/arch/x86/opcodes/ror.c +++ b/src/arch/x86/opcodes/ror.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_ror.c - décodage des rotations à droite sans retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/sar.c b/src/arch/x86/opcodes/sar.c index 360cffb..f0cac2a 100644 --- a/src/arch/x86/opcodes/sar.c +++ b/src/arch/x86/opcodes/sar.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_sar.c - décodage des décallages arithmetiques à droite * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/sbb.c b/src/arch/x86/opcodes/sbb.c index b842436..5a8ee02 100644 --- a/src/arch/x86/opcodes/sbb.c +++ b/src/arch/x86/opcodes/sbb.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_sbb.c - décodage des soustractions avec retenue * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/scas.c b/src/arch/x86/opcodes/scas.c index f3275b5..5c1e56d 100644 --- a/src/arch/x86/opcodes/scas.c +++ b/src/arch/x86/opcodes/scas.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_scas.c - décodage des recherches dans des chaînes ASCII * - * 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/x86/opcodes/set.c b/src/arch/x86/opcodes/set.c index 7d93723..ac5c831 100644 --- a/src/arch/x86/opcodes/set.c +++ b/src/arch/x86/opcodes/set.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_set.c - décodage des définitions d'octet sur condition * - * 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/x86/opcodes/shl.c b/src/arch/x86/opcodes/shl.c index 487efd6..5fc3edd 100644 --- a/src/arch/x86/opcodes/shl.c +++ b/src/arch/x86/opcodes/shl.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_shl.c - décodage des décallages logiques à gauche * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/shr.c b/src/arch/x86/opcodes/shr.c index a493f71..33fa787 100644 --- a/src/arch/x86/opcodes/shr.c +++ b/src/arch/x86/opcodes/shr.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_shr.c - décodage des décallages logiques à droite * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/stos.c b/src/arch/x86/opcodes/stos.c index 8c285d8..e90e021 100644 --- a/src/arch/x86/opcodes/stos.c +++ b/src/arch/x86/opcodes/stos.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_stos.c - décodage des enregistrements de données * - * 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/x86/opcodes/sub.c b/src/arch/x86/opcodes/sub.c index 8179feb..a0c4bcb 100644 --- a/src/arch/x86/opcodes/sub.c +++ b/src/arch/x86/opcodes/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) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/test.c b/src/arch/x86/opcodes/test.c index 12a2ab5..407aa7c 100644 --- a/src/arch/x86/opcodes/test.c +++ b/src/arch/x86/opcodes/test.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_test.c - décodage des comparaisons logiques * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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/x86/opcodes/xchg.c b/src/arch/x86/opcodes/xchg.c index f4122db..d3761fd 100644 --- a/src/arch/x86/opcodes/xchg.c +++ b/src/arch/x86/opcodes/xchg.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_xchg.c - décodage des échanges de contenu de regitres * - * 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/x86/opcodes/xor.c b/src/arch/x86/opcodes/xor.c index 0d0bfeb..dc75091 100644 --- a/src/arch/x86/opcodes/xor.c +++ b/src/arch/x86/opcodes/xor.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_xor.c - décodage des OU exclusifs * - * Copyright (C) 2008-2010 Cyrille Bagard + * Copyright (C) 2008-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 |