summaryrefslogtreecommitdiff
path: root/src/format/dwarf/v2
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/v2')
-rw-r--r--src/format/dwarf/v2/dwarf.c2
-rw-r--r--src/format/dwarf/v2/dwarf.h2
-rw-r--r--src/format/dwarf/v2/form.c2
-rw-r--r--src/format/dwarf/v2/form.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/format/dwarf/v2/dwarf.c b/src/format/dwarf/v2/dwarf.c
index 964500a..894db5a 100644
--- a/src/format/dwarf/v2/dwarf.c
+++ b/src/format/dwarf/v2/dwarf.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* dwarf.c - support du format DWARF v2
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2015-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/format/dwarf/v2/dwarf.h b/src/format/dwarf/v2/dwarf.h
index 867ae39..604149c 100644
--- a/src/format/dwarf/v2/dwarf.h
+++ b/src/format/dwarf/v2/dwarf.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* dwarf.h - prototypes pour le support du format DWARF v2
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2015-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/format/dwarf/v2/form.c b/src/format/dwarf/v2/form.c
index 2876dd5..fdb446d 100644
--- a/src/format/dwarf/v2/form.c
+++ b/src/format/dwarf/v2/form.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* form.c - chargement en mémoire des valeurs d'attributs
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/format/dwarf/v2/form.h b/src/format/dwarf/v2/form.h
index e1a4d41..ed6c219 100644
--- a/src/format/dwarf/v2/form.h
+++ b/src/format/dwarf/v2/form.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* form.h - prototypes pour le chargement en mémoire des valeurs d'attributs
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*