diff options
Diffstat (limited to 'src/debug/jdwp/misc')
-rw-r--r-- | src/debug/jdwp/misc/header.c | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/header.h | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/id.c | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/id.h | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/location.c | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/location.h | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/types.c | 4 | ||||
-rw-r--r-- | src/debug/jdwp/misc/types.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/debug/jdwp/misc/header.c b/src/debug/jdwp/misc/header.c index 8e381a1..6a6ed69 100644 --- a/src/debug/jdwp/misc/header.c +++ b/src/debug/jdwp/misc/header.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * header.c - constitution des deux types d'en-tĂȘtes JDWP * * Copyright (C) 2010-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/debug/jdwp/misc/header.h b/src/debug/jdwp/misc/header.h index f76a852..0643bb3 100644 --- a/src/debug/jdwp/misc/header.h +++ b/src/debug/jdwp/misc/header.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * header.h - prototypes pour la constitution des deux types d'en-tĂȘtes JDWP * * Copyright (C) 2010-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/debug/jdwp/misc/id.c b/src/debug/jdwp/misc/id.c index bf49ede..84d1c93 100644 --- a/src/debug/jdwp/misc/id.c +++ b/src/debug/jdwp/misc/id.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * id.c - constitution des identifiants de taille dynamique * * Copyright (C) 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/debug/jdwp/misc/id.h b/src/debug/jdwp/misc/id.h index 49a103b..a56f9d2 100644 --- a/src/debug/jdwp/misc/id.h +++ b/src/debug/jdwp/misc/id.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * id.h - prototypes pour la constitution des identifiants de taille dynamique * * Copyright (C) 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/debug/jdwp/misc/location.c b/src/debug/jdwp/misc/location.c index 3fd95cb..d4357dd 100644 --- a/src/debug/jdwp/misc/location.c +++ b/src/debug/jdwp/misc/location.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * location.c - constitution des localisations d'instructions courantes * * Copyright (C) 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/debug/jdwp/misc/location.h b/src/debug/jdwp/misc/location.h index a594bac..779919c 100644 --- a/src/debug/jdwp/misc/location.h +++ b/src/debug/jdwp/misc/location.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * location.h - prototypes pour la constitution des localisations d'instructions courantes * * Copyright (C) 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/debug/jdwp/misc/types.c b/src/debug/jdwp/misc/types.c index 4eca44c..249a276 100644 --- a/src/debug/jdwp/misc/types.c +++ b/src/debug/jdwp/misc/types.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * types.c - constitution des types communs de JDWP * * Copyright (C) 2010 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/debug/jdwp/misc/types.h b/src/debug/jdwp/misc/types.h index 1c285ff..18e833e 100644 --- a/src/debug/jdwp/misc/types.h +++ b/src/debug/jdwp/misc/types.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * types.h - prototypes pour la constitution des types communs de JDWP * * Copyright (C) 2010 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 |