summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/configuration.c2
-rw-r--r--src/glibext/configuration.h2
-rw-r--r--src/glibext/delayed-int.h2
-rw-r--r--src/glibext/delayed.c2
-rw-r--r--src/glibext/delayed.h2
-rw-r--r--src/glibext/gbinportion.c2
-rw-r--r--src/glibext/gbinportion.h2
-rw-r--r--src/glibext/gbuffercache.c2
-rw-r--r--src/glibext/gbuffercache.h2
-rw-r--r--src/glibext/gbufferline.c2
-rw-r--r--src/glibext/gbufferline.h2
-rw-r--r--src/glibext/gbufferview.c2
-rw-r--r--src/glibext/gbufferview.h2
-rw-r--r--src/glibext/generator-int.h2
-rw-r--r--src/glibext/generators/prologue.c2
-rw-r--r--src/glibext/generators/prologue.h2
-rw-r--r--src/glibext/generators/rborder.c2
-rw-r--r--src/glibext/generators/rborder.h2
-rw-r--r--src/glibext/gnhash.c2
-rw-r--r--src/glibext/gnhash.h2
-rw-r--r--src/glibext/gwidthtracker.c2
-rw-r--r--src/glibext/gwidthtracker.h2
-rw-r--r--src/glibext/linecolumn.c2
-rw-r--r--src/glibext/linecolumn.h2
-rw-r--r--src/glibext/linegen-int.h2
-rw-r--r--src/glibext/linegen.c2
-rw-r--r--src/glibext/linegen.h2
-rw-r--r--src/glibext/linesegment.c2
-rw-r--r--src/glibext/linesegment.h2
-rw-r--r--src/glibext/proto.h2
-rw-r--r--src/glibext/signal.c2
-rw-r--r--src/glibext/signal.h2
32 files changed, 32 insertions, 32 deletions
diff --git a/src/glibext/configuration.c b/src/glibext/configuration.c
index 870bc72..b1a16f0 100644
--- a/src/glibext/configuration.c
+++ b/src/glibext/configuration.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* configuration.c - éléments de configuration du programme
*
- * Copyright (C) 2009-2014 Cyrille Bagard
+ * Copyright (C) 2014-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/configuration.h b/src/glibext/configuration.h
index 4b470ff..bed0462 100644
--- a/src/glibext/configuration.h
+++ b/src/glibext/configuration.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* configuration.h - prototypes pour les éléments de configuration du programme
*
- * Copyright (C) 2009-2012 Cyrille Bagard
+ * Copyright (C) 2014-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/delayed-int.h b/src/glibext/delayed-int.h
index 2d2d94a..0c4bf60 100644
--- a/src/glibext/delayed-int.h
+++ b/src/glibext/delayed-int.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* delayed-int.h - définitions internes pour la gestion des travaux différés
*
- * Copyright (C) 2009-2013 Cyrille Bagard
+ * Copyright (C) 2009-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/delayed.c b/src/glibext/delayed.c
index 7df9823..20f9d0f 100644
--- a/src/glibext/delayed.c
+++ b/src/glibext/delayed.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* delayed.c - gestion des travaux différés
*
- * Copyright (C) 2009-2013 Cyrille Bagard
+ * Copyright (C) 2009-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/delayed.h b/src/glibext/delayed.h
index 188c835..277d958 100644
--- a/src/glibext/delayed.h
+++ b/src/glibext/delayed.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* delayed.h - prototypes pour la gestion des travaux différés
*
- * Copyright (C) 2009-2012 Cyrille Bagard
+ * Copyright (C) 2009-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbinportion.c b/src/glibext/gbinportion.c
index eec9651..4849caa 100644
--- a/src/glibext/gbinportion.c
+++ b/src/glibext/gbinportion.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* binportion.c - représentation graphique de portions de binaire
*
- * Copyright (C) 2013 Cyrille Bagard
+ * Copyright (C) 2013-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbinportion.h b/src/glibext/gbinportion.h
index 4f4b3be..f05713e 100644
--- a/src/glibext/gbinportion.h
+++ b/src/glibext/gbinportion.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* binportion.h - prototypes pour la représentation graphique de portions de binaire
*
- * Copyright (C) 2013 Cyrille Bagard
+ * Copyright (C) 2013-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbuffercache.c b/src/glibext/gbuffercache.c
index 57a9487..37a9492 100644
--- a/src/glibext/gbuffercache.c
+++ b/src/glibext/gbuffercache.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbuffercache.c - affichage à la demande d'un ensemble de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbuffercache.h b/src/glibext/gbuffercache.h
index 6e9c314..85477e1 100644
--- a/src/glibext/gbuffercache.h
+++ b/src/glibext/gbuffercache.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbuffercache.h - prototypes pour l'affichage à la demande d'un ensemble de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbufferline.c b/src/glibext/gbufferline.c
index 768cbca..3b89a0d 100644
--- a/src/glibext/gbufferline.c
+++ b/src/glibext/gbufferline.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbufferline.c - représentation de fragments de texte en ligne
*
- * Copyright (C) 2010-2014 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbufferline.h b/src/glibext/gbufferline.h
index a8d2f3f..3095086 100644
--- a/src/glibext/gbufferline.h
+++ b/src/glibext/gbufferline.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbufferline.h - prototypes pour la représentation de fragments de texte en ligne
*
- * Copyright (C) 2010-2014 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbufferview.c b/src/glibext/gbufferview.c
index cd17191..6a5b6d4 100644
--- a/src/glibext/gbufferview.c
+++ b/src/glibext/gbufferview.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbufferview.c - affichage d'une vue particulière d'un tampon de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gbufferview.h b/src/glibext/gbufferview.h
index dc1d704..82995d1 100644
--- a/src/glibext/gbufferview.h
+++ b/src/glibext/gbufferview.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gbufferview.h - prototypes pour l'affichage d'une vue particulière d'un tampon de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/generator-int.h b/src/glibext/generator-int.h
index d284d87..dbf08a2 100644
--- a/src/glibext/generator-int.h
+++ b/src/glibext/generator-int.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* generator-int.h - prototypes internes pour la génération de lignes à la volée
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/generators/prologue.c b/src/glibext/generators/prologue.c
index 7a4fea5..33a0c4c 100644
--- a/src/glibext/generators/prologue.c
+++ b/src/glibext/generators/prologue.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* prologue.c - génération à la volée de lignes d'introduction
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/generators/prologue.h b/src/glibext/generators/prologue.h
index 40cdce3..b4c2711 100644
--- a/src/glibext/generators/prologue.h
+++ b/src/glibext/generators/prologue.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* prologue.h - prototypes pour la génération à la volée de lignes d'introduction
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/generators/rborder.c b/src/glibext/generators/rborder.c
index ff34dfb..9a257bb 100644
--- a/src/glibext/generators/rborder.c
+++ b/src/glibext/generators/rborder.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* prologue.c - génération à la volée de délimitations de routines
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/generators/rborder.h b/src/glibext/generators/rborder.h
index fa12734..e23dd8d 100644
--- a/src/glibext/generators/rborder.h
+++ b/src/glibext/generators/rborder.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* rborder.h - prototypes pour la génération à la volée de délimitations de routines
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gnhash.c b/src/glibext/gnhash.c
index 4b9c0d7..2ebb14e 100644
--- a/src/glibext/gnhash.c
+++ b/src/glibext/gnhash.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gnhash.c - nouvelle fonction offrant une empreinte constante
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gnhash.h b/src/glibext/gnhash.h
index 9b9d6d9..347fe34 100644
--- a/src/glibext/gnhash.h
+++ b/src/glibext/gnhash.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gnhash.h - prototype pour une nouvelle fonction offrant une empreinte constante
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gwidthtracker.c b/src/glibext/gwidthtracker.c
index cd452bc..c02a0e3 100644
--- a/src/glibext/gwidthtracker.c
+++ b/src/glibext/gwidthtracker.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gwidthtracker.c - suivi des largeurs associées à un ensemble de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/gwidthtracker.h b/src/glibext/gwidthtracker.h
index b9d22ed..e5c1f61 100644
--- a/src/glibext/gwidthtracker.h
+++ b/src/glibext/gwidthtracker.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* gwidthtracker.h - prototypes pour le suivi des largeurs associées à un ensemble de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linecolumn.c b/src/glibext/linecolumn.c
index 5cce969..0c4a77d 100644
--- a/src/glibext/linecolumn.c
+++ b/src/glibext/linecolumn.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linecolumn.h - prototypes pour le regroupement des segments de texte par colonnes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linecolumn.h b/src/glibext/linecolumn.h
index 5cf5cd8..c88baec 100644
--- a/src/glibext/linecolumn.h
+++ b/src/glibext/linecolumn.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linecolumn.h - prototypes pour le regroupement des segments de texte par colonnes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linegen-int.h b/src/glibext/linegen-int.h
index f43b2f3..e84b6fd 100644
--- a/src/glibext/linegen-int.h
+++ b/src/glibext/linegen-int.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linegen-int.h - définitions internes propres aux intermédiaires de génération de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linegen.c b/src/glibext/linegen.c
index fc0e01e..1bc5583 100644
--- a/src/glibext/linegen.c
+++ b/src/glibext/linegen.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linegen.c - intermédiaires de génération de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linegen.h b/src/glibext/linegen.h
index c64baaa..56ca945 100644
--- a/src/glibext/linegen.h
+++ b/src/glibext/linegen.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linegen.h - prototypes pour les intermédiaires de génération de lignes
*
- * Copyright (C) 2016 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linesegment.c b/src/glibext/linesegment.c
index 5208db6..47ad9cc 100644
--- a/src/glibext/linesegment.c
+++ b/src/glibext/linesegment.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linesegment.c - concentration d'un fragment de caractères aux propriétés communes
*
- * Copyright (C) 2010-2014 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/linesegment.h b/src/glibext/linesegment.h
index 892dce2..88739d3 100644
--- a/src/glibext/linesegment.h
+++ b/src/glibext/linesegment.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* linesegment.h - prototypes pour la concentration d'un fragment de caractères aux propriétés communes
*
- * Copyright (C) 2010-2014 Cyrille Bagard
+ * Copyright (C) 2016-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/proto.h b/src/glibext/proto.h
index 117cad8..d1c0dce 100644
--- a/src/glibext/proto.h
+++ b/src/glibext/proto.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* proto.h - prototypes supplémentaires pour les fonctions GLib
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/signal.c b/src/glibext/signal.c
index 14c9139..654e696 100644
--- a/src/glibext/signal.c
+++ b/src/glibext/signal.c
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* signal.h - prototypes pour un encadrement des signaux supplémentaire par rapport à celui de la GLib
*
- * Copyright (C) 2009-2013 Cyrille Bagard
+ * Copyright (C) 2014-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
diff --git a/src/glibext/signal.h b/src/glibext/signal.h
index 7a1fcd9..0c8e8a0 100644
--- a/src/glibext/signal.h
+++ b/src/glibext/signal.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* signal.h - prototypes pour un encadrement des signaux supplémentaire par rapport à celui de la GLib
*
- * Copyright (C) 2009-2012 Cyrille Bagard
+ * Copyright (C) 2014-2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*