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 /plugins/govm | |
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 'plugins/govm')
-rw-r--r-- | plugins/govm/build.c | 4 | ||||
-rw-r--r-- | plugins/govm/build.h | 4 | ||||
-rw-r--r-- | plugins/govm/goas.c | 4 | ||||
-rw-r--r-- | plugins/govm/instruction.c | 4 | ||||
-rw-r--r-- | plugins/govm/instruction.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/plugins/govm/build.c b/plugins/govm/build.c index 3a70905..d61e545 100644 --- a/plugins/govm/build.c +++ b/plugins/govm/build.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * build.c - collecte des informations à enregistrer * * Copyright (C) 2009 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/plugins/govm/build.h b/plugins/govm/build.h index 5753de4..5a18c3c 100644 --- a/plugins/govm/build.h +++ b/plugins/govm/build.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * build.h - prototypes pour la collecte des informations à enregistrer * * Copyright (C) 2009 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/plugins/govm/goas.c b/plugins/govm/goas.c index 443d0d5..f9cbd7d 100644 --- a/plugins/govm/goas.c +++ b/plugins/govm/goas.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * main.c - fichier d'entrée du programme * * Copyright (C) 2009 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/plugins/govm/instruction.c b/plugins/govm/instruction.c index 98ef526..05e21ea 100644 --- a/plugins/govm/instruction.c +++ b/plugins/govm/instruction.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.h - gestion des instructions de la machine virtuelle GoVM * * Copyright (C) 2009 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/plugins/govm/instruction.h b/plugins/govm/instruction.h index c1ef444..63d7e4a 100644 --- a/plugins/govm/instruction.h +++ b/plugins/govm/instruction.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.h - prototypes pour la gestion des instructions de la machine virtuelle GoVM * * Copyright (C) 2009 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 |