summaryrefslogtreecommitdiff
path: root/plugins/dalvik/operands
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-04 16:58:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-04 16:58:54 (GMT)
commit114c7f0f977ca7253cc179393b0cbd404d3f1bf5 (patch)
treed541e63538a9b13e6841db55190cbeea0e9ca4e7 /plugins/dalvik/operands
parente30bf54b0480823a90ba2f856776d4056d46759a (diff)
Updated copyright headers.
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.
*