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/operands | |
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/operands')
-rw-r--r-- | src/arch/x86/operands/data.c | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/data.h | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/modrm.c | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/modrm.h | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/moffs.c | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/moffs.h | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/register.c | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/register.h | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/relative.c | 4 | ||||
-rw-r--r-- | src/arch/x86/operands/relative.h | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/src/arch/x86/operands/data.c b/src/arch/x86/operands/data.c index 32b9bcd..f1e788d 100644 --- a/src/arch/x86/operands/data.c +++ b/src/arch/x86/operands/data.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * data.c - opérandes de manipulation de données * * Copyright (C) 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/operands/data.h b/src/arch/x86/operands/data.h index 406698e..d150681 100644 --- a/src/arch/x86/operands/data.h +++ b/src/arch/x86/operands/data.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * data.h - prototypes pour les opérandes de manipulation de données * * Copyright (C) 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/operands/modrm.c b/src/arch/x86/operands/modrm.c index e23f499..6c70762 100644 --- a/src/arch/x86/operands/modrm.c +++ b/src/arch/x86/operands/modrm.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * modrm.c - opérandes de type mod/rm * * Copyright (C) 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/operands/modrm.h b/src/arch/x86/operands/modrm.h index 428d481..08d4eda 100644 --- a/src/arch/x86/operands/modrm.h +++ b/src/arch/x86/operands/modrm.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * modrm.h - prototypes pour les opérandes de type mod/rm * * Copyright (C) 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/operands/moffs.c b/src/arch/x86/operands/moffs.c index 4d3c57b..55e758d 100644 --- a/src/arch/x86/operands/moffs.c +++ b/src/arch/x86/operands/moffs.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * moffs.c - opérandes d'emplacements mémoire * * Copyright (C) 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/operands/moffs.h b/src/arch/x86/operands/moffs.h index b4f8889..4902390 100644 --- a/src/arch/x86/operands/moffs.h +++ b/src/arch/x86/operands/moffs.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * moffs.h - prototypes pour les opérandes d'emplacements mémoire * * Copyright (C) 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/operands/register.c b/src/arch/x86/operands/register.c index 4ca695f..5f5a04a 100644 --- a/src/arch/x86/operands/register.c +++ b/src/arch/x86/operands/register.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * register.c - opérandes visant un registre x86 * * Copyright (C) 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/operands/register.h b/src/arch/x86/operands/register.h index e679410..c28c8de 100644 --- a/src/arch/x86/operands/register.h +++ b/src/arch/x86/operands/register.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * register.h - prototypes pour les opérandes visant un registre x86 * * Copyright (C) 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/operands/relative.c b/src/arch/x86/operands/relative.c index cd69748..4aad126 100644 --- a/src/arch/x86/operands/relative.c +++ b/src/arch/x86/operands/relative.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * relative.c - opérandes d'adresses relatives * * Copyright (C) 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/operands/relative.h b/src/arch/x86/operands/relative.h index 083444a..33d4ca5 100644 --- a/src/arch/x86/operands/relative.h +++ b/src/arch/x86/operands/relative.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * relative.h - prototypes pour les opérandes d'adresses relatives * * Copyright (C) 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 |