diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-31 21:14:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-31 21:14:07 (GMT) |
commit | 6695dc89a45f188b04d956147dea25a85ad708cd (patch) | |
tree | 14dda604f46a8405cbb7f472a1d0f18a4ad0805d /src/format/dwarf/v4 | |
parent | cfe99bbb2c30580e9347fd103a6dece59e228494 (diff) |
Updated all copyrights.
Diffstat (limited to 'src/format/dwarf/v4')
-rw-r--r-- | src/format/dwarf/v4/dwarf.c | 2 | ||||
-rw-r--r-- | src/format/dwarf/v4/dwarf.h | 2 | ||||
-rw-r--r-- | src/format/dwarf/v4/form.c | 2 | ||||
-rw-r--r-- | src/format/dwarf/v4/form.h | 2 |
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. * |