diff options
Diffstat (limited to 'plugins/pychrysalide/arch/operands')
-rw-r--r-- | plugins/pychrysalide/arch/operands/constants.c | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/constants.h | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/immediate.c | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/immediate.h | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/module.c | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/module.h | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/register.c | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/register.h | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/targetable.c | 2 | ||||
-rw-r--r-- | plugins/pychrysalide/arch/operands/targetable.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/pychrysalide/arch/operands/constants.c b/plugins/pychrysalide/arch/operands/constants.c index daec562..464f70d 100644 --- a/plugins/pychrysalide/arch/operands/constants.c +++ b/plugins/pychrysalide/arch/operands/constants.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * constants.c - ajout des constantes de base pour les opérandes * - * Copyright (C) 2019 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/constants.h b/plugins/pychrysalide/arch/operands/constants.h index cea74f5..b7910c3 100644 --- a/plugins/pychrysalide/arch/operands/constants.h +++ b/plugins/pychrysalide/arch/operands/constants.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * constants.h - prototypes pour l'ajout des constantes de base pour les opérandes * - * Copyright (C) 2019 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/immediate.c b/plugins/pychrysalide/arch/operands/immediate.c index 6353655..7a570f0 100644 --- a/plugins/pychrysalide/arch/operands/immediate.c +++ b/plugins/pychrysalide/arch/operands/immediate.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * immediate.c - équivalent Python du fichier "arch/operands/immediate.h" * - * Copyright (C) 2012-2017 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/immediate.h b/plugins/pychrysalide/arch/operands/immediate.h index fe5d4a9..15d2c3e 100644 --- a/plugins/pychrysalide/arch/operands/immediate.h +++ b/plugins/pychrysalide/arch/operands/immediate.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * immediate.h - prototypes pour l'équivalent Python du fichier "arch/operands/immediate.h" * - * Copyright (C) 2017 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/module.c b/plugins/pychrysalide/arch/operands/module.c index 34614b3..10477ed 100644 --- a/plugins/pychrysalide/arch/operands/module.c +++ b/plugins/pychrysalide/arch/operands/module.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * module.c - intégration du répertoire arch en tant que module * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2019-2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/module.h b/plugins/pychrysalide/arch/operands/module.h index f15e314..e5f78bd 100644 --- a/plugins/pychrysalide/arch/operands/module.h +++ b/plugins/pychrysalide/arch/operands/module.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * module.h - prototypes pour l'intégration du répertoire operands en tant que module * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2019 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/register.c b/plugins/pychrysalide/arch/operands/register.c index 28d79f1..1873d9c 100644 --- a/plugins/pychrysalide/arch/operands/register.c +++ b/plugins/pychrysalide/arch/operands/register.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * register.c - équivalent Python du fichier "arch/operands/register.c" * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2019-2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/register.h b/plugins/pychrysalide/arch/operands/register.h index e960067..5fac7c9 100644 --- a/plugins/pychrysalide/arch/operands/register.h +++ b/plugins/pychrysalide/arch/operands/register.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * register.h - prototypes pour l'équivalent Python du fichier "arch/operands/register.h" * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2019 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c index 00647cc..d686bcf 100644 --- a/plugins/pychrysalide/arch/operands/targetable.c +++ b/plugins/pychrysalide/arch/operands/targetable.c @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * targetable.c - prototypes pour l'équivalent Python du fichier "arch/operands/targetable.c" * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * diff --git a/plugins/pychrysalide/arch/operands/targetable.h b/plugins/pychrysalide/arch/operands/targetable.h index 8a751fc..eaa05d2 100644 --- a/plugins/pychrysalide/arch/operands/targetable.h +++ b/plugins/pychrysalide/arch/operands/targetable.h @@ -2,7 +2,7 @@ /* Chrysalide - Outil d'analyse de fichiers binaires * targetable.h - prototypes pour l'équivalent Python du fichier "arch/operands/targetable.h" * - * Copyright (C) 2018 Cyrille Bagard + * Copyright (C) 2020 Cyrille Bagard * * This file is part of Chrysalide. * |