summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/operands
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/dalvik/operands')
-rw-r--r--src/arch/dalvik/operands/args.c2
-rw-r--r--src/arch/dalvik/operands/pool.c2
-rw-r--r--src/arch/dalvik/operands/pool.h2
-rw-r--r--src/arch/dalvik/operands/register.c2
-rw-r--r--src/arch/dalvik/operands/register.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/arch/dalvik/operands/args.c b/src/arch/dalvik/operands/args.c
index 5fa8a65..1eccf3a 100644
--- a/src/arch/dalvik/operands/args.c
+++ b/src/arch/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-2013 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/arch/dalvik/operands/pool.c b/src/arch/dalvik/operands/pool.c
index be38ca3..f40c839 100644
--- a/src/arch/dalvik/operands/pool.c
+++ b/src/arch/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-2012 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/arch/dalvik/operands/pool.h b/src/arch/dalvik/operands/pool.h
index 98d2d41..f382128 100644
--- a/src/arch/dalvik/operands/pool.h
+++ b/src/arch/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-2012 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/arch/dalvik/operands/register.c b/src/arch/dalvik/operands/register.c
index 613e0d4..b90f02b 100644
--- a/src/arch/dalvik/operands/register.c
+++ b/src/arch/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-2012 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/arch/dalvik/operands/register.h b/src/arch/dalvik/operands/register.h
index 9c6c61b..eeb7697 100644
--- a/src/arch/dalvik/operands/register.h
+++ b/src/arch/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-2012 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*