summaryrefslogtreecommitdiff
path: root/src/arch/x86/operands
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/operands')
-rw-r--r--src/arch/x86/operands/data.c2
-rw-r--r--src/arch/x86/operands/data.h2
-rw-r--r--src/arch/x86/operands/modrm.c2
-rw-r--r--src/arch/x86/operands/modrm.h2
-rw-r--r--src/arch/x86/operands/moffs.c2
-rw-r--r--src/arch/x86/operands/moffs.h2
-rw-r--r--src/arch/x86/operands/register.c2
-rw-r--r--src/arch/x86/operands/register.h2
-rw-r--r--src/arch/x86/operands/relative.c2
-rw-r--r--src/arch/x86/operands/relative.h2
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.
*