diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-31 21:14:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-31 21:14:07 (GMT) |
commit | 6695dc89a45f188b04d956147dea25a85ad708cd (patch) | |
tree | 14dda604f46a8405cbb7f472a1d0f18a4ad0805d /src/arch/x86/operands | |
parent | cfe99bbb2c30580e9347fd103a6dece59e228494 (diff) |
Updated all copyrights.
Diffstat (limited to 'src/arch/x86/operands')
-rw-r--r-- | src/arch/x86/operands/data.c | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/data.h | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/modrm.c | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/modrm.h | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/moffs.c | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/moffs.h | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/register.c | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/register.h | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/relative.c | 2 | ||||
-rw-r--r-- | src/arch/x86/operands/relative.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/arch/x86/operands/data.c b/src/arch/x86/operands/data.c index 35e646d..ef03381 100644 --- a/src/arch/x86/operands/data.c +++ b/src/arch/x86/operands/data.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * data.c - opérandes de manipulation de données * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/data.h b/src/arch/x86/operands/data.h index 11bfdbe..fda4ba0 100644 --- a/src/arch/x86/operands/data.h +++ b/src/arch/x86/operands/data.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * data.h - prototypes pour les opérandes de manipulation de données * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/modrm.c b/src/arch/x86/operands/modrm.c index 2fd8e5b..f48fe28 100644 --- a/src/arch/x86/operands/modrm.c +++ b/src/arch/x86/operands/modrm.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * modrm.c - opérandes de type mod/rm * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/modrm.h b/src/arch/x86/operands/modrm.h index ab7a7cb..e424010 100644 --- a/src/arch/x86/operands/modrm.h +++ b/src/arch/x86/operands/modrm.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * modrm.h - prototypes pour les opérandes de type mod/rm * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/moffs.c b/src/arch/x86/operands/moffs.c index 11dadba..4df00d5 100644 --- a/src/arch/x86/operands/moffs.c +++ b/src/arch/x86/operands/moffs.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * moffs.c - opérandes d'emplacements mémoire * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/moffs.h b/src/arch/x86/operands/moffs.h index 9a24cd0..39cac34 100644 --- a/src/arch/x86/operands/moffs.h +++ b/src/arch/x86/operands/moffs.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * moffs.h - prototypes pour les opérandes d'emplacements mémoire * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/register.c b/src/arch/x86/operands/register.c index d53b90d..800bad6 100644 --- a/src/arch/x86/operands/register.c +++ b/src/arch/x86/operands/register.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * register.c - opérandes visant un registre x86 * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/register.h b/src/arch/x86/operands/register.h index 57dce03..8bee621 100644 --- a/src/arch/x86/operands/register.h +++ b/src/arch/x86/operands/register.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * register.h - prototypes pour les opérandes visant un registre x86 * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/relative.c b/src/arch/x86/operands/relative.c index e0b75c9..6c5b913 100644 --- a/src/arch/x86/operands/relative.c +++ b/src/arch/x86/operands/relative.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * relative.c - opérandes d'adresses relatives * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/src/arch/x86/operands/relative.h b/src/arch/x86/operands/relative.h index 3de6853..cbd4c9b 100644 --- a/src/arch/x86/operands/relative.h +++ b/src/arch/x86/operands/relative.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * relative.h - prototypes pour les opérandes d'adresses relatives * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-2017 Cyrille Bagard * * This file is part of Chrysalide. * |