summaryrefslogtreecommitdiff
path: root/plugins/dalvik/operands
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dalvik/operands')
-rw-r--r--plugins/dalvik/operands/args.c2
-rw-r--r--plugins/dalvik/operands/pool.c2
-rw-r--r--plugins/dalvik/operands/pool.h2
-rw-r--r--plugins/dalvik/operands/register.c2
-rw-r--r--plugins/dalvik/operands/register.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dalvik/operands/args.c b/plugins/dalvik/operands/args.c
index b131a33..d44a36f 100644
--- a/plugins/dalvik/operands/args.c
+++ b/plugins/dalvik/operands/args.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* args.c - listes d'opérandes rassemblées en arguments
*
- * Copyright (C) 2010-2017 Cyrille Bagard
+ * Copyright (C) 2017-2018 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/plugins/dalvik/operands/pool.c b/plugins/dalvik/operands/pool.c
index dc6a694..d987428 100644
--- a/plugins/dalvik/operands/pool.c
+++ b/plugins/dalvik/operands/pool.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* pool.c - opérandes pointant vers la table des constantes
*
- * Copyright (C) 2010-2017 Cyrille Bagard
+ * Copyright (C) 2017-2020 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/plugins/dalvik/operands/pool.h b/plugins/dalvik/operands/pool.h
index 121619f..e8e4089 100644
--- a/plugins/dalvik/operands/pool.h
+++ b/plugins/dalvik/operands/pool.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* pool.h - prototypes pour les opérandes pointant vers la table des constantes
*
- * Copyright (C) 2010-2017 Cyrille Bagard
+ * Copyright (C) 2017-2018 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/plugins/dalvik/operands/register.c b/plugins/dalvik/operands/register.c
index ede3eb6..6a168bb 100644
--- a/plugins/dalvik/operands/register.c
+++ b/plugins/dalvik/operands/register.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* register.c - opérandes visant un registre Dalvik
*
- * Copyright (C) 2010-2017 Cyrille Bagard
+ * Copyright (C) 2017-2018 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/plugins/dalvik/operands/register.h b/plugins/dalvik/operands/register.h
index cca1ff4..617078d 100644
--- a/plugins/dalvik/operands/register.h
+++ b/plugins/dalvik/operands/register.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* register.h - prototypes pour les opérandes visant un registre Dalvik
*
- * Copyright (C) 2010-2017 Cyrille Bagard
+ * Copyright (C) 2017-2018 Cyrille Bagard
*
* This file is part of Chrysalide.
*