diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
commit | 9fb4e05f124c8f794c835251f5e31142039f9f59 (patch) | |
tree | 36cab0df0b287a0f6a0221d207565ca95faf03ea /src/gtkext/graph | |
parent | 4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff) |
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph')
-rw-r--r-- | src/gtkext/graph/dot.c | 4 | ||||
-rw-r--r-- | src/gtkext/graph/dot.h | 6 | ||||
-rw-r--r-- | src/gtkext/graph/edge.c | 6 | ||||
-rw-r--r-- | src/gtkext/graph/edge.h | 6 | ||||
-rw-r--r-- | src/gtkext/graph/layout.c | 6 | ||||
-rw-r--r-- | src/gtkext/graph/layout.h | 6 | ||||
-rw-r--r-- | src/gtkext/graph/node-int.h | 4 | ||||
-rw-r--r-- | src/gtkext/graph/node.c | 4 | ||||
-rw-r--r-- | src/gtkext/graph/node.h | 4 | ||||
-rw-r--r-- | src/gtkext/graph/nodes/flow.c | 4 | ||||
-rw-r--r-- | src/gtkext/graph/nodes/flow.h | 4 | ||||
-rw-r--r-- | src/gtkext/graph/nodes/virtual.c | 4 | ||||
-rw-r--r-- | src/gtkext/graph/nodes/virtual.h | 4 | ||||
-rw-r--r-- | src/gtkext/graph/params.h | 4 | ||||
-rw-r--r-- | src/gtkext/graph/ranks.c | 4 | ||||
-rw-r--r-- | src/gtkext/graph/ranks.h | 4 |
16 files changed, 37 insertions, 37 deletions
diff --git a/src/gtkext/graph/dot.c b/src/gtkext/graph/dot.c index e7bbf84..3d4da7d 100644 --- a/src/gtkext/graph/dot.c +++ b/src/gtkext/graph/dot.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dot.c - interactions avec le système dot * * Copyright (C) 2009-2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/dot.h b/src/gtkext/graph/dot.h index d610e1b..ad91881 100644 --- a/src/gtkext/graph/dot.h +++ b/src/gtkext/graph/dot.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dot.h - prototypes pour les interactions avec le système dot * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/edge.c b/src/gtkext/graph/edge.c index 8540c19..cd312cb 100644 --- a/src/gtkext/graph/edge.c +++ b/src/gtkext/graph/edge.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * edge.c - liens entre les noeuds d'un graphique * - * Copyright (C) 2013 Cyrille Bagard + * Copyright (C) 2013-2014 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/edge.h b/src/gtkext/graph/edge.h index f6f0acf..9f7c760 100644 --- a/src/gtkext/graph/edge.h +++ b/src/gtkext/graph/edge.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * edge.h - prototypes pour les liens entre les noeuds d'un graphique * - * Copyright (C) 2013 Cyrille Bagard + * Copyright (C) 2013-2014 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/layout.c b/src/gtkext/graph/layout.c index 0d4f7b3..94f59e6 100644 --- a/src/gtkext/graph/layout.c +++ b/src/gtkext/graph/layout.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * layout.c - mise en place de graphique * - * Copyright (C) 2009-2013 Cyrille Bagard + * Copyright (C) 2009-2014 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/layout.h b/src/gtkext/graph/layout.h index 6055a04..13e0bcc 100644 --- a/src/gtkext/graph/layout.h +++ b/src/gtkext/graph/layout.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * layout.h - prototypes pour la mise en place de graphique * - * Copyright (C) 2009-2012 Cyrille Bagard + * Copyright (C) 2009-2014 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/node-int.h b/src/gtkext/graph/node-int.h index b153255..ae42196 100644 --- a/src/gtkext/graph/node-int.h +++ b/src/gtkext/graph/node-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * node-int.h - prototypes pour la gestion élémentaire des blocs sous forme de noeuds * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/node.c b/src/gtkext/graph/node.c index c79b8fc..92d3b8c 100644 --- a/src/gtkext/graph/node.c +++ b/src/gtkext/graph/node.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * node.c - éléments de graphiques chez dot * * Copyright (C) 2009-2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/node.h b/src/gtkext/graph/node.h index 3346b00..712d9a3 100644 --- a/src/gtkext/graph/node.h +++ b/src/gtkext/graph/node.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * node.h - prototypes pour les éléments de graphiques chez dot * * Copyright (C) 2009-2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/nodes/flow.c b/src/gtkext/graph/nodes/flow.c index 6bb2617..71d6e41 100644 --- a/src/gtkext/graph/nodes/flow.c +++ b/src/gtkext/graph/nodes/flow.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * flow.c - encapsulation graphique des blocs d'exécution * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/nodes/flow.h b/src/gtkext/graph/nodes/flow.h index 5a6268e..4e34481 100644 --- a/src/gtkext/graph/nodes/flow.h +++ b/src/gtkext/graph/nodes/flow.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * flow.h - prototypes pour l'encapsulation graphique des blocs d'exécution * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/nodes/virtual.c b/src/gtkext/graph/nodes/virtual.c index de0e75e..e04ff5d 100644 --- a/src/gtkext/graph/nodes/virtual.c +++ b/src/gtkext/graph/nodes/virtual.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * virtual.c - encapsulation graphique des blocs virtuels * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/nodes/virtual.h b/src/gtkext/graph/nodes/virtual.h index 77e4a63..c496df5 100644 --- a/src/gtkext/graph/nodes/virtual.h +++ b/src/gtkext/graph/nodes/virtual.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * virtual.h - prototypes pour l'encapsulation graphique des blocs virtuels * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/params.h b/src/gtkext/graph/params.h index a1e5452..9d26426 100644 --- a/src/gtkext/graph/params.h +++ b/src/gtkext/graph/params.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * params.h - prototypes pour la modulation des paramètres de rendu * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/ranks.c b/src/gtkext/graph/ranks.c index 65e40fd..a10d5a1 100644 --- a/src/gtkext/graph/ranks.c +++ b/src/gtkext/graph/ranks.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * ranks.c - calcul de l'ordonnée des différents classements * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gtkext/graph/ranks.h b/src/gtkext/graph/ranks.h index 618db79..da7e54f 100644 --- a/src/gtkext/graph/ranks.h +++ b/src/gtkext/graph/ranks.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * ranks.h - prototypes pour le calcul de l'ordonnée des différents classements * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |