summaryrefslogtreecommitdiff
path: root/src/format/dwarf/v4
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/v4')
-rw-r--r--src/format/dwarf/v4/dwarf.c2
-rw-r--r--src/format/dwarf/v4/dwarf.h2
-rw-r--r--src/format/dwarf/v4/form.c2
-rw-r--r--src/format/dwarf/v4/form.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/format/dwarf/v4/dwarf.c b/src/format/dwarf/v4/dwarf.c
index bb3ca90..6e43695 100644
--- a/src/format/dwarf/v4/dwarf.c
+++ b/src/format/dwarf/v4/dwarf.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* dwarf.c - support du format DWARF v4
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2015-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/format/dwarf/v4/dwarf.h b/src/format/dwarf/v4/dwarf.h
index 6eda64e..531ec0d 100644
--- a/src/format/dwarf/v4/dwarf.h
+++ b/src/format/dwarf/v4/dwarf.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* dwarf.h - prototypes pour le support du format DWARF v4
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2015-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/format/dwarf/v4/form.c b/src/format/dwarf/v4/form.c
index 286977e..9629174 100644
--- a/src/format/dwarf/v4/form.c
+++ b/src/format/dwarf/v4/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/v4/form.h b/src/format/dwarf/v4/form.h
index c433794..4617d91 100644
--- a/src/format/dwarf/v4/form.h
+++ b/src/format/dwarf/v4/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.
*